Permite consumir el API de CódigoFacilito
Project description
CodigoFacilito Package
Este paquete nos permite consumir el API de la plataforma Código Facilito. 🐍
- Source code: https://github.com/Ange1D/codigofacilito_package
- Bug reports: https://github.com/Ange1D/codigofacilito_package/issues
Características
- Retornar los artículos de CódigoFacilito
- Retornar los workshops
- Retornar los workshops que aun no se han lanzado
Instalación
pip install codigofacilito
Uso:
from codigofacilito.articles import articles
articles = articles()
print(articles)
Output Retorna los articulos
from codigofacilito.workshops import released
workshops = released()
print(workshops)
Output Retorna los workshops
from codigofacilito.workshops import unreleased
workshops = unreleased()
print(workshops)
Output Retorna los workshops que aun no se han lanzado
CLI
Comando | Descripción |
---|---|
pycody --items articles | Retorna los articulos |
pycody --items workshops | Retorna los workshops |
pycody --items workshops --unreleased | Retorna los workshops que aun no se han lanzado |
Testing:
import codigofacilito
help(codigofacilito.released)
help(codigofacilito.unreleased)
help(codigofacilito.unreleased)
License
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
codigofacilito-0.0.4.tar.gz
(4.2 kB
view details)
File details
Details for the file codigofacilito-0.0.4.tar.gz
.
File metadata
- Download URL: codigofacilito-0.0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b86f5590cfeb5ccaab36c63687b09b39ae9d7510dbb7062a5da34135b25f8412 |
|
MD5 | 532a66de221b4128d2ff12cdf04d2391 |
|
BLAKE2b-256 | 19610dd7b54f215af7dd3087f5cce6017f62b3475f2ddb25984f19952497228a |