A small example package
Project description
demo-pip-sample
# Upload
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
Output
Enter your username: rich_python
Enter your password:
Uploading example1_pkg_rich-0.0.1-py3-none-any.whl
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████| 17.2k/17.2k [00:01<00:00, 9.20kB/s]
Uploading example1-pkg-rich-0.0.1.tar.gz
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4.76k/4.76k [00:00<00:00, 5.82kB/s]
View at:
https://pypi.org/project/example1-pkg-rich/0.0.1/
install
pip3 install example1-pkg-rich
call
python3 # terminal
OTHER_SECRET="test-secret"
# Client
export OTHER_SECRET="test-secret"
from clientTest import utils
utils.utilsFechaOfClient()
tree
├── LICENSE ├── README.md ├── build │ ├── bdist.macosx-10.13-x86_64 │ └── lib │ └── clientTest │ ├── init.py │ ├── main.py │ └── utils.py ├── clientTest │ ├── init.py │ ├── main.py │ ├── config.cfg │ └── utils.py ├── dist │ ├── example1-pkg-rich-0.0.1.tar.gz │ └── example1_pkg_rich-0.0.1-py3-none-any.whl ├── example1_pkg_rich.egg-info │ ├── PKG-INFO │ ├── SOURCES.txt │ ├── dependency_links.txt │ └── top_level.txt └── setup.py
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file example1-pkg-rich-0.0.2.tar.gz.
File metadata
- Download URL: example1-pkg-rich-0.0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c622cc7fcae34a56aadd6e278a2854df295d0e0fafcf3e1835d0b385fa8a28b4
|
|
| MD5 |
2ddbb2d8e090faaf879c3d6eec5c4331
|
|
| BLAKE2b-256 |
ef7aeaba7ecbaa458396e59701244d1f6da91f23ef2c9a79471ede4eb86d5e5f
|
File details
Details for the file example1_pkg_rich-0.0.2-py3-none-any.whl.
File metadata
- Download URL: example1_pkg_rich-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd274bdf7e79d39285bff607a5184570cc5634e47557c087cdd0f5e01c187ed6
|
|
| MD5 |
e0414450458990ce525f19869fd60fe3
|
|
| BLAKE2b-256 |
52c2f6a22d7e8b2494a60be312536f7dc3e3b67988a65b9e14f9b16aa1affd7f
|