Sunday, September 17, 2023
HomePythonPyPI Job URLs Cheatsheet

PyPI Job URLs Cheatsheet


See these web links in the photo listed below? I desire every PyPI task to have them in the left column.

PyPI project URLs

The obstacle is the PyPI task Links spec is specified just in code Right here’s my cheatsheet discussing exactly how to configure them. I’ll upgrade this as I discover more (pointers welcome!). Instances in a number of layouts.

The [project.urls] table revealed listed below just functions if there is a [project] table.

[project.urls]



 homepage = " https://example.com"



 database = " https://github.com/me/spam.git"


 changelog = " https://github.com/me/spam/blob/master/CHANGELOG.md"


 docs = " https://readthedocs.org"
 documents = " https://readthedocs.org"


 pests = " https://change/requests"
 concerns = " https://change/requests"
 tracker = " https://change/requests"


 download = " https://pypi.org/project/spam/#files"


 enroller = " https://please/give/me/money"
 financing = " https://please/give/me/money"
 give away = " https://please/give/me/money"


 mastodon = " https://mastodon/server/@me"
 twitter = " https://twitter/or/x"
 slack = " https://server/on/slack"
 reddit = " https://reddit/r/area"
 dissonance = " https://discord/area"
 gitter = " https://gitter/area"

For tradition factors, right here coincides point in setup.py layout.


 from setuptools  import configuration

VARIATION = " 4.0.0"

configuration(.
name =" xocto",.
variation= VARIATION,.
link =" https://github.com/octoenergy/xocto"

project_urls= {
" Documents": " https://xocto.readthedocs.io",.
" Changelog": " https://github.com/octoenergy/xocto/blob/main/CHANGELOG.md",.
" Problems": " https://github.com/octoenergy/xocto/issues",.
},.
)

As various other sources from other individuals show up, I’ll include them right here.

RELATED ARTICLES

Most Popular

Recent Comments