Skip to main content

Mi segundo package para PyPi. Este genera palabras aleatorias de un texto

Project description

Proyecto de ejemplo

Prueba de como subir un paquete a PyPi desde la consola


Para instalarlo simplemente ejecuta pip install mercadona-package

Licencia MIT LICENSE es la comun para SW Libre

setup.py toda la configuración del paquete

  1. pip install wheel
    1. Crear el paquete de producción. Fichero de distribución
  2. python setup.py sdist bdist_wheel
    1. Esto genera:
      • build
        • bdist.Tu OS desde el que lo ejecutas
        • lib: lo que instalas en tu proyecto final. Con pip por ejemplo
      • dist
        • tar.gz
        • whl
      • nombreProyecto.egg-into
        • egg: Lista de dependencias --> dependency_links.txt
        • PKG_INFO: todo lo que biene del setup.py
        • Sources.txt: lista de SRC
        • top_level.txt: nombre del paquete python
  3. pip install twine
    • Herramienta para subir a los repositorios TestPiPy y PyPi
  4. twine upload --repository testpypi dist/*

Una vez subido estará disponible e instalable a través de pip install nombre_proyecto==version

  • -i https://test.pypi.org/simple - Si se quiere hacer uso de la versión del paquete del entorno de test. Así, se podrá probar nuevas versiones de tu paquete sin perjudicar la versión de PRO.

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

TextGeneratorRandomMaximun-0.0.1.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

TextGeneratorRandomMaximun-0.0.1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file TextGeneratorRandomMaximun-0.0.1.tar.gz.

File metadata

  • Download URL: TextGeneratorRandomMaximun-0.0.1.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.7

File hashes

Hashes for TextGeneratorRandomMaximun-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9abfd0ed92332e2889634b4c9277dd884348c12d0ec6cced038e9872d730452c
MD5 b443d1e498939a354056076fe8c6fd2b
BLAKE2b-256 c4ad0d8dd0a7aebececbe2ad4ca9926dacecd8106a69112b0d75aea86575b22b

See more details on using hashes here.

File details

Details for the file TextGeneratorRandomMaximun-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: TextGeneratorRandomMaximun-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.7

File hashes

Hashes for TextGeneratorRandomMaximun-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6b8ceaccd3d03c41b803fd70d7d70137761a691f3c0309c0406c6990aecbe51b
MD5 60f5c7e77baef5793f7cc794a9cc609c
BLAKE2b-256 a9fef20bd01fe0a5592abdedd81cd361d4758484b030e8e7747270507020636b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page