madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

This project is actively seeking maintainers #45

Closed jhermann closed 2 years ago

jhermann commented 4 years ago

:bulb: A move to https://github.com/jazzband might lighten the load.

davidfischer commented 4 years ago

I'm not sure anyone is super actively using this project. If the jazzband folks want to take it over, I'd be fine transferring it.

jhermann commented 4 years ago

I found these possible alternatives:

If you find the time, maybe you can take a look (at the requirementslib one) and judge on how they compare to your code / features and add a recommendation to the README.

domdfcoding commented 4 years ago

Just came across this project and it fits my needs perfectly (requirementslib looks overkill).

Happy to help with maintenance when required.

kousu commented 4 years ago

requirementslib also doesn't actually parse requirements.txt files. The closest I got was:

>>> [requirementslib.Requirement.from_line(l) for l in open("requirements.txt")]

but that crashes on, for example, comments:

pip._internal.exceptions.InstallationError: Invalid requirement: 'numpy  # the venerable numerical package'
jgarte commented 2 years ago

I'd be happy to help with maintenance of this package also. I could use it for a project I'm currently working on that needs to parse a requirements.txt file.

davidfischer commented 2 years ago

I transferred the project to @madpah who is taking on maintenance. Hopefully the project continues well and feel free to collaborate.