Skip to main content

A dummy template of a python package with tests and documentation.

Project description

ECS Foo Example Package

This is a simple example package for the ECS Foo members to enjoy.

How to upload the project in the PyPackage Index

We need to build the distribution files. To do so we use build. To make sure that we have the latest version:

pip install -U build

Then, we just go inside the package folder and run:

python -m build

It will create a new folder called dist.

To upload these files to the Python Package Index we first need to have an account.

That can be done in: https://pypi.org/account/register/

After we have an account, will use the tool twine to upload our package. We can install it also from pip:

pip install twine

And then run:

twine upload dist/*

Completely different.

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

ECSFooPkg-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

ECSFooPkg-0.0.2-py3-none-any.whl (3.2 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