-
Define the release process for this package.
Upload to PyPI should happen when a GitHub Release is created (which needs a tag?).
How to manage pre-release versions though?
-
Is there interest to package this project for conda-forge or upload on PyPI? I could certainly help with creating a conda package.
-
Do you have any plan to convert these script to python3 and upload to PyPi?
It woud be great if you do so.
-
I noticed that the version of anaconda-client available on pypi.org has not been updated in a while:
https://pypi.org/project/anaconda-client/
Some of us are starting to use anaconda.org to host…
-
```
Hi. According to the homepage, this library is Python 3 compatible. However if
you try to install it from PyPI eg. with the command `pip install python-ntlm`
then installation fails with syntax …
-
What is the current technique used for generating the documentation at http://pythonhosted.org//geotecha/
Want to contribute to the docs, and build them as am good at that..
-
Currently, pypi.org is hardcoded into the request. Ideally this should be configurable to allow usage with a mirror.
-
It would be quite useful to upload this small library to pypi in order to simplify and accelerate the installation process. Would we like to do it?
-
It looks like the latest version of bottle-cork on pip is quite old (January 2015) - https://pypi.python.org/pypi/bottle-cork/
Perhaps it's time for an upload? There's been a lot of activity since…
-
### Description
I'm trying to download a package from a GitLab registry using credentials stored via keyring. I believe I am following the documentation but pip neither uses the keyring credentials n…