Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/packaging-metadata-comparisons
Packaging Metadata Comparions
https://github.com/uranusjr/packaging-metadata-comparisons
Last synced: about 2 months ago
JSON representation
Packaging Metadata Comparions
- Host: GitHub
- URL: https://github.com/uranusjr/packaging-metadata-comparisons
- Owner: uranusjr
- Created: 2019-11-14T18:11:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T23:56:36.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T05:51:40.298Z (2 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 18
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packaging Metadata Comparions
Get an idea how various packaging systems declare metadata, in an effort to figure out how pyproject.toml should do it.
## Topics
* [Authors](topics/authors.md)
* [Dependency Entries](topics/dependency-entries.md)
* [Dependency Grouping](topics/dependency-grouping.md)
* [Entry Points](topics/entry-pints.md)
* [Include/Exclude Files](topics/files.md)
* [Keywords](topics/keywords.md)
* [License](topics/license.md)
* [Long Description](topics/long_description.md)
* [Project Name](topics/project_name.md)
* [Project URLs](topics/project_urls.md)
* [Trove Classifiers](topics/trove_classifiers.md)
* [Version](topics/version.md)## Please help out!
Find any mistakes or misunderstandings? Don’t agree with some observations? Think I should discuss a tool but haven’t? Have insights on a metadata field not yet mentioned?
Please file a pull request!
Some projects that are being looked at for comparison:
- Python
- [Flit](https://flit.readthedocs.io/) ([`pyproject.toml` details](https://flit.readthedocs.io/en/latest/pyproject_toml.html))
- [Setuptools](https://setuptools.readthedocs.io) ([metadata table](https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata))
- [Poetry](https://poetry.eustace.io/) ([`pyproject.toml` details](https://poetry.eustace.io/docs/pyproject/))
- [Pipenv](https://pipenv.kennethreitz.org) (for dependency _usage_, not building of wheels)
- Other languages
- [Cargo](https://doc.rust-lang.org/cargo/guide/) ([`Cargo.toml` spec](https://doc.rust-lang.org/cargo/reference/manifest.html))
- [npm](https://docs.npmjs.com/) ([`package.json` spec](https://docs.npmjs.com/files/package.json))