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

TextGeneratorRandomMaximun2-0.1.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.

TextGeneratorRandomMaximun2-0.1.1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file TextGeneratorRandomMaximun2-0.1.1.tar.gz.

File metadata

  • Download URL: TextGeneratorRandomMaximun2-0.1.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 TextGeneratorRandomMaximun2-0.1.1.tar.gz
Algorithm Hash digest
SHA256 078bc1c2ff12cf21e707d434a2699ebd5caaf8143bc1b06e55bad7e50bbd25c2
MD5 fd22cb59be6f59609f388a483e96eb0b
BLAKE2b-256 46eedfc4737661197fb5e7c19b433673d46d361a8ef6fabe5a1cb237f2f79eb7

See more details on using hashes here.

File details

Details for the file TextGeneratorRandomMaximun2-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: TextGeneratorRandomMaximun2-0.1.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 TextGeneratorRandomMaximun2-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f9de20e599e3806a98ee75be4611579aea209133ee644b49203b226be3852b47
MD5 bff7a3437557fd553669f064da583c2a
BLAKE2b-256 d0d8d6e39b15afd57c60c06c5528fcbcec72b947445d73d7711873d248422010

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