Arun Babu Neelicattu
Arun Babu Neelicattu
Originally raised in #166 by @serializingme Another issue I had was the need to have some extra data on the `CONNECTION_INIT` payload. I modified the `connection_init_request` in `client\subscription.py:138` to add...
Lock file parsing logic and should be implemented by poetry-core. In many cases downstream consumers need to depend on poetry in order parse information, get packages etc from the lock...
@radoering @neersighted stashing pandora's box here; thoughts welcome
Split out of #379
Prior to this change, local label comparison was inconsistent with PEP 440. This change ensures that the local version label is checked for equivalence using a strict string equality comparison....
This change allows for a Poetry project instance's build-system requirements to be accessed as `Dependency` instances. Preserving useful parsing from #58 as original PR was dropped.
This is the first step in removing setup file generation from Poetry projects. With this change, projects that require a setup.py to be generated when a build script is used...
This change ensures that [stub-only packages](https://www.python.org/dev/peps/pep-0561/#stub-only-packages) are auto-detected when `packages` is not specified in the project's `pyproject.toml`. This avoids a common user error when creating a stub-only project managed by...
This change allows poetry projects to be configured via pyproject.toml to optionally enable version pinning and also to include nested dependencies for application wheels. **NOTE:** This is only a proposal,...