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
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
File details
Details for the file ECSFooPkg-0.0.2.tar.gz
.
File metadata
- Download URL: ECSFooPkg-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efbf05b42beab8bb2587ca13ec23220f31ce3626c5800b39e901acd7426d9b2b |
|
MD5 | 83f67d8f120454e2cfca1fe1c76fbdf9 |
|
BLAKE2b-256 | ed507d1e8b79433cc19682cbb824011cd2898f79f11a35f423ba6f32baa0f8fd |
File details
Details for the file ECSFooPkg-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ECSFooPkg-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 582d557454460331f996deaae35d08024072a5d1719dbf1bf0e9c496577e587a |
|
MD5 | 5fbaf5743d630922ea5925d23fa25d01 |
|
BLAKE2b-256 | 5b1882dd2bee73ef2156f80e1756389518efc7d51967c2abe8b28cf479ec2ecf |