Skip to main content

silly project named after a niche math thing

Project description

https://badge.fury.io/py/orbipatch.png

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orbipatch-2022.3.6.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

orbipatch-2022.3.6.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page