Skip to content

Conversation

@nparker2020
Copy link

Reorganized the code a bit to make it easier to work with poetry.
Converted package to be a poetry project.

Added support for requesting multiple ranges in the Range header.

Seems like you don't want to support this package anymore (fair enough) but submitting a PR like this seemed like the right thing to do.

@danvk
Copy link
Owner

danvk commented Oct 22, 2023

Thanks @nparker2020. Are you interested in taking over this package? I'm happy to transfer ownership (and I'm a fan of poetry!).

@nparker2020
Copy link
Author

@danvk I sure would be! Not sure how it would work transferring the publishing and all that but happy to learn.

P.S. This PR isn't quite ready there's something funny with the headers so let's wait to merge it for now.

Comment on lines +8 to +13
[tool.poetry.dependencies]
python = "^3.8"
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
coveralls = "^3.3.1"
requests-toolbelt = "^1.0.0"
Copy link

@agoose77 agoose77 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you unpin the upper bound on these dependencies? Although this is more of an "application" than a "library", it's still likely to be used as a library. As such, we want to avoid pinning downstream users without good reason c.f. https://iscinumpy.dev/post/poetry-versions/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally, are any of these actually needed for runtime besides the Python version?

@danvk danvk mentioned this pull request Aug 27, 2024
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

Successfully merging this pull request may close these issues.

3 participants