Template test for python bin
Project description
template_python_project
This is a sample application for test deployment on pypi. You can use it as reference but i don't recommend its use.
Install
For install this app you need to have setuptools in your python environment.
# We assume that pip is install and is connected to python 3
pip install --editable .
# OR
pip install template_python_project
Use
For further information use --help option.
template_python_project --compute-type MUL --first 1 --second 2
Deploy
You need to install twine for deploy on pypi. You need to install wheel to have a valid binary for deployment.
# We assume that pip is install and is connected to python 3
pip install twine
pip install wheel
After the installation of the dependencies. You need to use setup.py for build the project. You need to use the twine command for the deployment.
# We assume that pip is install and is connected to python 3
# We assume that python is install and is a symbolic link to python 3
python setup.py bdist_wheel
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
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 template_python_project-0.2.0-py3.8.egg.
File metadata
- Download URL: template_python_project-0.2.0-py3.8.egg
- Upload date:
- Size: 7.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ae1a82e2562c37ddb1c5ea2be8ab9131fef4dff4ade962926ff2fb86b052c93
|
|
| MD5 |
e5d1196bba98a324cb83303e51417e32
|
|
| BLAKE2b-256 |
a7706a6e9446c1c8d52884027b342e589a4e5ac9d75a6f13b6104aa0028aa010
|
File details
Details for the file template_python_project-0.2.0-py3-none-any.whl.
File metadata
- Download URL: template_python_project-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2734f25ec4b086c2126ed379a0a3c1759b483b301f4310fdd98e25c8d84ee5fc
|
|
| MD5 |
d559614b2baab37231341938bb0ecd7d
|
|
| BLAKE2b-256 |
e7c155c57b71755df2a582445ce9bdaa6baed98f354befafb1762dcc291d0463
|