Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeancahu/cr_cabys_scripts
Cabys processing through CLI
https://github.com/jeancahu/cr_cabys_scripts
Last synced: 2 days ago
JSON representation
Cabys processing through CLI
- Host: GitHub
- URL: https://github.com/jeancahu/cr_cabys_scripts
- Owner: jeancahu
- Created: 2023-04-04T03:46:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T00:50:20.000Z (over 1 year ago)
- Last Synced: 2024-11-21T11:38:24.776Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CR Cabys
Procesar el XLSX servido por el BCCR con Python y Bash## Instalar
Instalar el ambiente virtual y las dependencias necesarias para procesar el cabys.xlsx
```bash
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```## Ejecutar
Ejecutar el script principal de Python
```bash
## Activar el ambiente virtual de python
source venv/bin/activate## ver el texto de ayuda
python cabys.py -h## Descargar el cabys.xlsx desde el BCCR
python cabys.py -D# Convertir el cabys.xlsx a texto plano
python cabys.py -e cabys.xlsx -t cabys.txt# Buscar en el cabys.txt
bash search_cabys.sh## Ejemplo
bash search_cabys.sh pescado
```