Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support pip install #1250

Closed
est opened this issue May 27, 2015 · 15 comments
Closed

support pip install #1250

est opened this issue May 27, 2015 · 15 comments

Comments

@est
Copy link

est commented May 27, 2015

Hello,

Support pip install sqlmap would be nice!

A tutorial is listed here

https://packaging.python.org/en/latest/distributing.html

See the "Uploading your Project to PyPI" part.

Thank you!

@killswitch-GUI
Copy link

That would great!

@jorisroovers
Copy link

+1
This is really preventing us from using it in our project.

@hickford
Copy link

Hi. Would you consider publishing a package to PyPI?

https://pypi.python.org/pypi/sqlmap

@brunoamancio
Copy link

+1

@chrisantonellis
Copy link

oya +1

@ValHook
Copy link

ValHook commented May 28, 2016

This would be insanely great indeed!

@guigomesa
Copy link

+1

stamparm added a commit that referenced this issue Aug 1, 2016
@stamparm stamparm self-assigned this Aug 1, 2016
@stamparm
Copy link
Member

stamparm commented Aug 1, 2016

sqlmap_pip

sqlmap_pip_2

@stamparm stamparm closed this as completed Aug 1, 2016
@stamparm
Copy link
Member

stamparm commented Aug 1, 2016

Please test and report back first impressions

@2xyo
Copy link

2xyo commented Aug 4, 2016

@stamparm
Copy link
Member

stamparm commented Aug 4, 2016

@2xyo I don't want to screw the current structure. There won't be a dumb sqlmap module directory with setup.py in root, at least not in the repository. It is ugly and majority of people are actually not pulling sqlmap through pip/pypi

@walterdolce
Copy link

walterdolce commented Aug 4, 2016

majority of people are actually not pulling sqlmap through pip/pypi

Just adding my thoughts to the conversation..what if people wanted to use sqlmap as a dependency of their project?

@stamparm
Copy link
Member

stamparm commented Aug 4, 2016

Now they can do that with pip. Proper packaging is done and new tagged version is pushed each month to PyPI. Thing is that repository code will not conform to ugly setup.py requirements. People want to download current repository code and start using it OUT OF BOX. Without running setup.py each time.

@Maclay74
Copy link

image

Is the latest version in repo now?..

stamparm added a commit that referenced this issue Aug 27, 2016
@stamparm
Copy link
Member

@mikecoon with the latest patch that "problem" should be fixed. Though, you should wait for couple of days when there will be a new pip version available (1.0.9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests