An id generator that generated various types and lengths ids
Project description
-
bajar el repositorio
-
nos metemos dentro del repo
- cd docker-ubuntu-python-pkgs
-
construimos la imagen
- docker build -t img-docker-ubuntu-python-pkgs .
-
construimos el contenedor basado en la imagen, con interaccion en la terminal y pegada a nuestro directorio local
- docker run --name cnt-docker-ubuntu-python-pkgs -it -v $(pwd):/docker-ubuntu-python-pkgs img-docker-ubuntu-python-pkgs bash
4.1 nos conectamos desde visual studio y con la extension "dev containers" a nuestro contenedor corriendo
-
nos movemos a la rama que necesitemos:
- git checkout exp
-
creamos el entorno virtual de la rama
- python3.10 -m venv exp
-
activamos el entorno virtual anterior
- source exp/bin/activate
-
bajamos las librerias necesarias y que estan segun la rama
-
pip install --no-cache-dir -r requirements.txt
-
(opcional) => pip freeze > requirements.txt nota: para sacar una lista con las versiones exactas de las librerias que ocupa ese entorno.
-
-
creamos las librerias externas
- npm install
------- conf de sphinx ---- mkdir docs -> en la raiz del proyecto cd docs sphinx-quickstart -> llenar las preguntas (aqui me quede...) cd .. -> te salis hasta el directorio raiz sphinx-apidoc -o docs . cd docs
-- agregar la palabra "modules" en el archivo index.rst, en el area del toctree
make html meter en un browser: file:///Volumes/MicroSD4GB/Codigo/public/soypedroamaya/docker-ubuntu-python-pkgs/docs/_build/html/index.html
-- commitizen primera vez cz bump --yes --changelog
python setup.py bdist_wheel sdist
pip install . (para probarlo localmente en un env)
twine check dist/* (para probar que todo este bien) twine upload -r testpypi dist/*
twine upload dist/*
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 donpeterlibs-0.0.0.tar.gz.
File metadata
- Download URL: donpeterlibs-0.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c9a79c4ebc178e92bc7eef81dca6a7e7987525809b403dcdb2f2c34a5ff1b5b
|
|
| MD5 |
3b3b240238174e36cc1b5810cb8aff15
|
|
| BLAKE2b-256 |
a0c3ac20dc19fb51280100ecc1a08f85a565228263e41de6985959e98a889551
|
File details
Details for the file donpeterlibs-0.0.0-py3-none-any.whl.
File metadata
- Download URL: donpeterlibs-0.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
916c83a61d0d9373ce37982e4757e43122e66f37cf0a3ba572eed4601f213c5f
|
|
| MD5 |
c284fa879e215674195143911412ce83
|
|
| BLAKE2b-256 |
5c52a5558f4b88b30839038e202c4f946a7a346fd5593d5a9a33608830b625fe
|