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

Distribute on PyPI #17

Open
coddingtonbear opened this issue Sep 25, 2014 · 3 comments
Open

Distribute on PyPI #17

coddingtonbear opened this issue Sep 25, 2014 · 3 comments

Comments

@coddingtonbear
Copy link
Contributor

Hey there guys!

It looks like you've properly set up your setup.py, but it doesn't look like the package is being distributed on PyPI so people (like myself) can add it as a requirement of other libraries and packages that might interface with VersionOne; this unfortunately prevents people like me from publicly releasing code that leverages your API.

Luckily -- it's super easy (seriously -- like 0 story points after you've decided whose account to use for uploading it to PyPI). I'm not sure how familiar you are with this kind of thing, so please forgive me if this reads as pedantic, but you can distribute your package (under the name you've set -- v1pysdk), by first registering your package --

python setup.py sdist register

Then, uploading the package --

python setup.py sdist upload

For future major/minor version bumps, you need only run the latter command, and it'll upload an updated package for you under your new version number.

This allows people to add your package as a requirement by adding a line to their requirements.txt or setup.py's install_requires key by adding a line reading something like v1pysdk==0.4.

Cheers!

@Atihinen
Copy link

Any comments regarding this one? I would also like this to be available on PyPI

@mtalexan
Copy link

The project hasn't been maintained. I've forked the project, fixed some bugs, and invited some commenters from this project to be Maintainers/Collaborators.
https://github.com/mtalexan/VersionOne.SDK.Python

A version is available currently under the name v1pysdk-unofficial, but it only works on Python2

@coddingtonbear
Copy link
Contributor Author

Thanks for the invitation, @mtalexan! I'm afraid I don't happen to use VersionOne anymore, so I'm not the best candidate for helping out with maintenance. I do seem to be the person responsible for v1pysdk-unofficial, though, and I'd be glad to transfer that to you if you let me know what your PyPI username is.

Cheers, and good luck with your fork!

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

No branches or pull requests

3 participants