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 hashes)

Uploaded Source

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