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
pip install wheel- Crear el paquete de producción. Fichero de distribución
python setup.py sdist bdist_wheel- Esto genera:
- build
- bdist.Tu OS desde el que lo ejecutas
- lib: lo que instalas en tu proyecto final. Con
pippor 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
- build
- Esto genera:
pip install twine- Herramienta para subir a los repositorios TestPiPy y PyPi
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9abfd0ed92332e2889634b4c9277dd884348c12d0ec6cced038e9872d730452c
|
|
| MD5 |
b443d1e498939a354056076fe8c6fd2b
|
|
| BLAKE2b-256 |
c4ad0d8dd0a7aebececbe2ad4ca9926dacecd8106a69112b0d75aea86575b22b
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b8ceaccd3d03c41b803fd70d7d70137761a691f3c0309c0406c6990aecbe51b
|
|
| MD5 |
60f5c7e77baef5793f7cc794a9cc609c
|
|
| BLAKE2b-256 |
a9fef20bd01fe0a5592abdedd81cd361d4758484b030e8e7747270507020636b
|