Conversation
|
@craigmaloney can you merge and publish this please? I think I don't have permissions to PyPi. |
Sadly I don't have permission to push this to PyPI either. It might be time to fork breadability into its own project, but I don't have the mental bandwidth to maintain it. Consider this my permission to do so (as much as my permission on this matters) |
|
Sorry, I should check before. It is public info in PyPI. @mitechie I see you are a maintainer in PyPI. Do you have time to publish this? |
|
Also, I see CI is not working anymore probably because TravisCI migrated to new domain and cancelled the old service. I could create a Github action to run tests in PRs and publish code to PyPI. I have one in https://github.com/miso-belica/sumy/blob/main/.github/workflows/publish-to-pypi.yml so it should be quite easy. |
|
@mitechie sorry to bother you. I know you might be just busy but I hope you are fine. You can add me as a maintainer in PyPI and I can do this myself. But I understand if you don't want to. It is just a suggestion. But please respond so we know you saw it and you are fine 🙂 |
I found that the
docoptof this repo was no longer maintained and cause some issues herelss233/kirara-ai#62 (comment).
Details can be found here
docopt/docopt#502.
Therefore, I suggest the use of https://github.com/jazzband/docopt-ng to replace docopt.