Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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))