Skip to main content

Breve descripción

Project description

#Cmd Packaging libs in python

to upgrade tools

python3 -m pip install --user --upgrade setuptools wheel python3 -m pip install --user --upgrade twine

#to upload library:

cd $folder_lib_name

python3 setup.py sdist bdist_wheel #Genera los archivos para subir a www.pypi.org twine upload dist/* #Sube los archivos para distribución, previo configurar una cuenta en www.pypi.org

#to install de library pip install $lib_name #se descarga en este caso se creo la demo para el proy integrador: calc_demo_pi

#using lib: (eg: ipython) In [1]: from calc_demo_pi.Chebychev import func #se importa la bibl In [2]: func.run() #corre una funcion print.

Out[2]: 'Successful!'

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

calc_demo_pi-0.0.5.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

calc_demo_pi-0.0.5-py3-none-any.whl (3.6 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