Python packaging

From wikinotes
Revision as of 23:10, 14 February 2024 by Will (talk | contribs) (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | pypi (package index) || https://pypi.org/search/ |- |} </blockquote><!-- Documentation --> = Packaging Systems = <blockquote> There have been a few packaging systems for python over the years.<br> Here's a few that I've tried {| class="wikitable" |- | python pyproject.toml |- | python setuptools |- | python setup.cfg |- |} </blockquote><!-- Packaging Systems -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

pypi (package index) https://pypi.org/search/

Packaging Systems

There have been a few packaging systems for python over the years.
Here's a few that I've tried

python pyproject.toml
python setuptools
python setup.cfg