ricardolsmendes / pyproject-toml-cheat-sheet

Thoughts & notes on clean pyproject.toml design

Home Page:https://betterprogramming.pub/a-pyproject-toml-developers-cheat-sheet-5782801fb3ed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyproject-toml-cheat-sheet

Thoughts & notes on clean pyproject.toml design.

license issues continuous integration

Get to know the concepts behind this code

A pyproject.toml Developer’s Cheat Sheet @ Better Programming / Medium

Core file

  • pyproject.toml: the package's descriptor file, in which multiple properties are set. Properties declared in this file are recognized by package managers such as pip and IDEs such as PyCharm, which means this is a must-have for modern Python packages.

How to contribute

Please make sure to take a moment and read the Code of Conduct.

Report issues

Please report bugs and suggest features via the GitHub Issues.

Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.

Contribute code

Please make sure to read the Contributing Guide before making a pull request.

About

Thoughts & notes on clean pyproject.toml design

https://betterprogramming.pub/a-pyproject-toml-developers-cheat-sheet-5782801fb3ed

License:MIT License


Languages

Language:Python 100.0%