Skip to main content

common functions for muiscaenergy projects

Project description

muiscaenergy-comun

Common functions for Muisca energy projects

Pasos

  1. Crear un nuevo repositorio en github
  2. Clonar el repositorio en local
  3. Crear un nuevo proyecto en Pycharm
  4. Crear un nuevo entorno virtual en Pycharm

Gitiignore

  1. abra el archivo .gitignore
  2. comente la linea con (*.egg-info/)... en mi version es liena 24

Pasos para crear un paquete

  1. agregar nuevo folder con src (python directory) y otro ocn test (python directory)
  2. crear los archivos de folder

Pasos para subir el paquete a pypi

  1. crear el archivo setup.py
  2. python setup.py sdist bdist_wheel --> creates egg, build, dist
  3. commit and push to github
  4. 'pip install twine' if not installed
  5. twine check dist/* --> check if the package is ok
  6. twine upload dist/* --> upload to pypi
  7. (alternativa) twine upload dist/muiscaenergy-comun-0.0.2.tar.gz*

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

muiscaenergy-comun-0.0.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

muiscaenergy_comun-0.0.2-py3-none-any.whl (9.1 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