-
Notifications
You must be signed in to change notification settings - Fork 27
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
Integrate project with PyPI #5
Comments
A valid setup.py is in place, there are just some minor issues to sort out - versioning, tuning the README, and some time in closed production before it is submitted to pypi. |
Also need to rebuild docs after module renaming (will create PR), add setup guide to docs. |
I am contributing to a Django web application for educational use (https://aleksis.org) and we are going to integrate a Nextcloud connection support. We started using nextcloud-API for some tests and want to use it for further support of Nextcloud in AlekSIS. Is there any progress on publishing in PyPI? |
Yes, hang on for some time. The idea was to release a "stable" version of this package, and there is one coming - #48 aims to introduce the "fail by default" behavior, so you don't have to check the |
Is there any news regarding this issue? |
Workaround I'm using for now is to install directly from git, like so:
It could probably do with a tag being specified at the end, but that doesn't seem to be an issue here and main branch looks OK. |
Being impatient to have this i added it for my own fork : https://pypi.org/project/nextcloud-api-wrapper/ Maybe we could re-merge the project one day. |
This is going to be a massively used module one day. It should be integrated into PyPI ASAP.
The text was updated successfully, but these errors were encountered: