Skip to main content

ambedded.ch ambedded-technology-lab python3 library

Project description

README

ambedded.ch ambedded-technology-lab python3 library

basic construct

my_package/
│
├── module1/
│   ├── __init__.py
│   └── functions1.py
│
├── module2/
│   ├── __init__.py
│   └── functions2.py
│
├── main.py
│
└── setup.py

deploying to PyPI

To deploy your package to PyPI, you'll need to register an account on the PyPI website if you haven't already. Once registered, you can use twine to upload your package.

Edit setup.py (Version,..) and requirements.txt before uploading!

token auth

To use this API token: Set your username to token Set your password to the token value, including the pypi- prefix For example, if you are using Twine to upload multiple projects to PyPI, > you can set up your $HOME/.pypirc file like this:

[distutils]
  index-servers =
    pypi

[pypi]
  username = __token__
  password = # either a user-scoped token or a project-scoped token you want to set as the default

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

atl-1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

atl-1.0-py3-none-any.whl (6.0 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