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:
nameemail
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.
Release files for orbipatch 2022.3.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| orbipatch-2022.3.6.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| orbipatch-2022.3.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / orbipatch-2022.3.6.1.tar.gz
| Download URL | orbipatch-2022.3.6.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6ade32dd0855b302e3070b6f916d1058395ed1c4aaaf586b69bdaf8933d96ed
|
|
BLAKE2b-256 checksum How to use checksums |
07261e64e1a68de62c7e3c68599f7595fe8c1e880c9604ee559ed6d5f68971d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
|
Release files / orbipatch-2022.3.6.1-py3-none-any.whl
| Download URL | orbipatch-2022.3.6.1-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
83d4afb0806a8341807a89c4ef37810c9d8bdedbbf5c97ab565696fce706404e
|
|
BLAKE2b-256 checksum How to use checksums |
12b51535f5b7cb0363a3f384c88232a7c1717dbbceee7511d6ffe4d32b6eb2b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
|