dparse
dparse copied to clipboard
A parser for Python dependency files
# Feature Request **Describe the Feature Request** Support pdm.lock for https://pdm-project.org/latest/ Or advise if that file has the same format as a `poetry.lock` file (and update documentation). **If the feature...
# Feature Request **Describe the Feature Request** `safety 3.x` requires `0.6.4b0` or greater of this package. Downstream package managers (such as `conda-forge`), generally _don't_ publish pre-releases to their main package...
it's been 8,5 months since the last non-beta release. Also, none of the current release runs on python 3.12 because older dparse releases use `ConfigParser.readfp()` which is removed in Python...
* Dependency Parser version: 0.6.3 * Python version: 3.10.12 * Operating System: MacOS Ventura ### Description Poetry has deprecated and [in 1.5.0 removed](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md#changed-1) writing of the `category` field into the...
Stacktrace ``` IndexError: list index out of range File "pyupio/repos/tasks.py", line 175, in run_update write_config=write_config File "pyupio/providers/github/provider.py", line 123, in run_update write_config=write_config File "pyupio/providers/github/provider.py", line 331, in update write_config=write_config File...
Looks like that the only one missing integration
* Dependency Parser version: N/A * Python version: 3.7 * Operating System: GNU/Linux ### Description Tox parses `deps` with comments as part of dep names. I know that it's not...
It would be great to setup appveyor for Windows CI and add macOS CI on Travis
Why do not you use `pip._internal.req.req_file.parse_requirements` to parse requirement?
* Dependency Parser version: * Python version: 3.10 * Operating System: Windows 10 ### Description Test failure while trying to os.remove a file that had not yet been closed. ###...