teamanchor say hello using Pypi package.
Project description
TEAMANCHORHELLO
Team Anchor say hello using Pypi package.
VENV
Active: source venv/bin/activate
Deactive: deactivate
UPDATE PACKAGE
- $vim teamanchorhello\src\teamanchorhello.py
- print('Team Anchor say hello ')
- $vim setup.py
- version:
- python3 setup.py sdist bdist_wheel
- verify vesion update: $ cat teamanchorhello\src\teamanchorhello.egg-info\PKG-INFO
- pip3 install -e .
- pyhon3
- import teamanchorhello
- teamanchorhello.hello()
- Upload to testpypi (can't upload same file version else delete dist/*):
- python3 -m twine upload --repository testpypi dist/*
- Enter user & password (register if you didn't have).
- python3 -m twine upload --repository testpypi dist/*
- Upload to pypi:
- python3 -m twine upload dist/*
UPDATE PACKAGE - FASTEST WAY
- $vim teamanchorhello\src\teamanchorhello.py
- print('Team Anchor say hello ')
- $vim setup.py
- version:
- Upload to Pypi:
- python3 -m twine upload dist/*
HOW TO USE
- $ pip3 install teamanchorhello
- $ pyhon3
>> import teamanchorhello>> teamanchorhello.hello() // Output: Team Anchor say hello 0.0.5
PYPI
TESTPYPI: https://test.pypi.org/project/teamanchorhello/
PYPI: https://pypi.org/project/teamanchorhello/
CERTIFICATE ISSUE
- Can't use venv, exit venv & upload to Pypi.
- If use Python >= 3.10, maybe can use https://pip.pypa.io/en/latest/topics/https-certificates/.
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
teamanchorhello-0.0.8.tar.gz
(1.8 kB
view details)
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 teamanchorhello-0.0.8.tar.gz.
File metadata
- Download URL: teamanchorhello-0.0.8.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7c5d436fa3a1103d241d5b7615daa7a9d055d9c403598c0e3a0aa9d1389427f
|
|
| MD5 |
2e5eb34d60629a7c6d360ff111a63cab
|
|
| BLAKE2b-256 |
213fb81709eefa0229862f082516934c9d26e3e81118031d936917e8cf70267a
|
File details
Details for the file teamanchorhello-0.0.8-py3-none-any.whl.
File metadata
- Download URL: teamanchorhello-0.0.8-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83e135f6908b4c5b8f06af1a3d280ada76e48d498681227972ae1d3b5e724dd2
|
|
| MD5 |
a03ae3d0478e130d60c72c5292595151
|
|
| BLAKE2b-256 |
fbcca8d4b192c8417bac8cd12ddba21ccc9db930491a07f3d90dc8a44655fff7
|