A small package for an easier use of our Simulink tool
Project description
Esto es un ejemplo de creación de paquetes en Python.
Compilación
Se compila con el siguiente comando: "py -m build"
Esto generara varios archivos, pero las distribuciones que queremos subir se encuentran en la carpeta generada "dist" donde estara el paquete comprimido.
Subida
Subimos el paquete con el siguiente comando: "py -m twine upload --repository testpypi dist/*"
Donde el usuario sera: token y la contraseña la generada una unica vez. Esto lo sube a "testpypi", un repositorio temporal de paquetes de python. Si quisieramos subirlo de manera definitiva a Pypi (repositorio real de paquetes oficiales) bastarÃa con usar el comando: "twine upload dist/*".
Se instalarÃa como un paquete normal.
Notas
A la hora de realizar cualquier clase de cambio en el paquete, habria que cambiar la version, de lo contrario no dejara subirlo.
Enlaces utiles
-https://packaging.python.org/en/latest/tutorials/packaging-projects/
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 ceit_simupy-0.0.11.tar.gz.
File metadata
- Download URL: ceit_simupy-0.0.11.tar.gz
- Upload date:
- Size: 5.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3102faf6e7683fa16d2c11968df6dceb2083709753fba914e666ee536ec7626
|
|
| MD5 |
fbf5eff18fc456acad37239b62f092fd
|
|
| BLAKE2b-256 |
03ac159fbdadf8dd20d75f2be502fccfa9fc72806579a9dab556fc8840d4b851
|
File details
Details for the file ceit_simupy-0.0.11-py3-none-any.whl.
File metadata
- Download URL: ceit_simupy-0.0.11-py3-none-any.whl
- Upload date:
- Size: 5.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f1a8ccf80ac811336c83a456d8f67e231c516c3dd4a70eddf56e77a57100bb9
|
|
| MD5 |
04187acbeef728208dd2c819b4116c60
|
|
| BLAKE2b-256 |
3fd8b4977b08c5dc14423fa6787a18466e4507af1d6040a605c3a2a24c039f4b
|