Skip to main content

Permite consumir el API de CódigoFacilito

Project description

CodigoFacilito Package

Este paquete nos permite consumir el API de la plataforma Código Facilito. 🐍


PyPI Downloads

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

MIT

Project details


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)

Uploaded Source

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

Hashes for codigofacilito-0.0.4.tar.gz
Algorithm Hash digest
SHA256 b86f5590cfeb5ccaab36c63687b09b39ae9d7510dbb7062a5da34135b25f8412
MD5 532a66de221b4128d2ff12cdf04d2391
BLAKE2b-256 19610dd7b54f215af7dd3087f5cce6017f62b3475f2ddb25984f19952497228a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page