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

docopt dependency is abandoned #37

Open
nebfield opened this issue Feb 29, 2024 · 2 comments
Open

docopt dependency is abandoned #37

nebfield opened this issue Feb 29, 2024 · 2 comments

Comments

@nebfield
Copy link

docopt hasn't received any updates since 2014, and only a source distribution is available on pypi. For my use case each dependency of crypt4gh required a built distribution (a wheel file) to work. I built a wheel file for docopt manually and everything is OK for my use case.

The docopt project appears to be abandoned and users are reporting compatibility problems with newer versions of python. I just wanted to mention this as you might run into problems in the future.

Thanks for your work developing this great package 🥳

@silverdaz
Copy link
Collaborator

docopt was used to parse the command line options. We can replace it with some other package if you prefer, it was just convenient to write the docs and have it built the relevant options/parsers.

There is always the built-in argparse package, do you feel like re-writting the command-line parser?

@silverdaz
Copy link
Collaborator

or just use docopt-ng ?

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

2 participants