pypa / pyproject-metadata

PEP 621 metadata parsing
https://pep621.readthedocs.io
MIT License
31 stars 17 forks source link

refactor: move fetcher methods #133

Closed henryiii closed 6 days ago

henryiii commented 6 days ago

This is some refactoring for the fetcher methods that didn't live inside the fetcher.

Originally I was moving them to free functions, which is why the __all__ addition is here.

Coverage is 100% now.