silly project named after a niche math thing
Project description
This example follows the guidelines in the request for testing in order to test a minimal example. It is probably not useful as additional testing data: people have tested minimal examples.
It does, however, show how this looks in practice, at least for a simple package. After cloning the repository, build with
$ python -m build
...
Successfully built orbipatch-2022.3.6.tar.gz and orbipatch-2022.3.6-py3-none-any.whl
Note the lack of any “boilerplate” files other than:
The README (you are reading it right now)
pyproject.toml
In principle,
the README itself could also be embedded into
pyproject.toml
.
However,
having a README at the top
helps GitHub
(and most other version control servers)
display a nice explanation
when people see the project in a browser.
A few notes:
The
authors
field needs to be carefully formatted:
authors = [{name = "Moshe Zadka", email = "orbipatch-author@devskillup.com"}]
It is a TOML list of objects (the equivalent to Python dicts) with the keys:
name
email
The
project.urls
section treats the key
Home-Page
as a special case,
using it as the
Home-Page
metadata.
All other keys are used as
project_urls
metadata.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for orbipatch-2022.3.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d4afb0806a8341807a89c4ef37810c9d8bdedbbf5c97ab565696fce706404e |
|
MD5 | 11ebfc40b1f27aaea6ee8c182f7f7b9c |
|
BLAKE2b-256 | 12b51535f5b7cb0363a3f384c88232a7c1717dbbceee7511d6ffe4d32b6eb2b5 |