codigofacilito


Namecodigofacilito JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Ange1D/codigofacilito_package/
SummaryPermite consumir el API de C贸digoFacilito
upload_time2023-11-22 00:49:05
maintainer
docs_urlNone
authorAnge1D
requires_python
licenseMIT
keywords codigofacilito
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CodigoFacilito Package

Este paquete nos permite consumir el API de la plataforma [C贸digo Facilito](https://codigofacilito.com/). 馃悕

<h1 align="center">
<img src="https://codigofacilito.com/assets/bootcamps/preventa/cody-68f959121284c893ffca099008f2fe4c99c33f332d1de5f040250e59c489b68d.png" width="200">
</h1><br>

[![PyPI Downloads](https://img.shields.io/pypi/dm/codigofacilito.svg?label=PyPI%20downloads)](https://pypi.org/project/codigofacilito/)


- **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
```sh
pip install codigofacilito
```

## Uso:
```python
from codigofacilito.articles import articles

articles = articles()
print(articles)
```
Output `Retorna los articulos`

```python
from codigofacilito.workshops import released

workshops = released()
print(workshops)
```
Output `Retorna los workshops`

```python
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](https://github.com/Ange1D/codigofacilito_package/blob/master/LICENSE.txt)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ange1D/codigofacilito_package/",
    "name": "codigofacilito",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "codigofacilito",
    "author": "Ange1D",
    "author_email": "ange1d.contact0@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/19/61/0dd7b54f215af7dd3087f5cce6017f62b3475f2ddb25984f19952497228a/codigofacilito-0.0.4.tar.gz",
    "platform": null,
    "description": "# CodigoFacilito Package\r\n\r\nEste paquete nos permite consumir el API de la plataforma [C\u00f3digo Facilito](https://codigofacilito.com/). \ud83d\udc0d\r\n\r\n<h1 align=\"center\">\r\n<img src=\"https://codigofacilito.com/assets/bootcamps/preventa/cody-68f959121284c893ffca099008f2fe4c99c33f332d1de5f040250e59c489b68d.png\" width=\"200\">\r\n</h1><br>\r\n\r\n[![PyPI Downloads](https://img.shields.io/pypi/dm/codigofacilito.svg?label=PyPI%20downloads)](https://pypi.org/project/codigofacilito/)\r\n\r\n\r\n- **Source code:** https://github.com/Ange1D/codigofacilito_package\r\n- **Bug reports:** https://github.com/Ange1D/codigofacilito_package/issues\r\n\r\n## Caracter\u00edsticas\r\n\r\n- Retornar los art\u00edculos de C\u00f3digoFacilito\r\n- Retornar los workshops\r\n- Retornar los workshops que aun no se han lanzado\r\n\r\n\r\n## Instalaci\u00f3n\r\n```sh\r\npip install codigofacilito\r\n```\r\n\r\n## Uso:\r\n```python\r\nfrom codigofacilito.articles import articles\r\n\r\narticles = articles()\r\nprint(articles)\r\n```\r\nOutput `Retorna los articulos`\r\n\r\n```python\r\nfrom codigofacilito.workshops import released\r\n\r\nworkshops = released()\r\nprint(workshops)\r\n```\r\nOutput `Retorna los workshops`\r\n\r\n```python\r\nfrom codigofacilito.workshops import unreleased\r\n\r\nworkshops = unreleased()\r\nprint(workshops)\r\n```\r\nOutput `Retorna los workshops que aun no se han lanzado`\r\n\r\n## CLI\r\n\r\n| Comando | Descripci\u00f3n | \r\n| ------------------------ | ------------------------ | \r\n| pycody --items articles | Retorna los articulos |\r\n| pycody --items workshops | Retorna los workshops |\r\n| pycody --items workshops --unreleased | Retorna los workshops que aun no se han lanzado|\r\n\r\n\r\n\r\n## Testing:\r\n    import codigofacilito\r\n    help(codigofacilito.released)\r\n    help(codigofacilito.unreleased)\r\n    help(codigofacilito.unreleased)\r\n\r\n## License\r\n\r\n[MIT](https://github.com/Ange1D/codigofacilito_package/blob/master/LICENSE.txt)\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Permite consumir el API de C\u00f3digoFacilito",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/Ange1D/codigofacilito_package/"
    },
    "split_keywords": [
        "codigofacilito"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19610dd7b54f215af7dd3087f5cce6017f62b3475f2ddb25984f19952497228a",
                "md5": "532a66de221b4128d2ff12cdf04d2391",
                "sha256": "b86f5590cfeb5ccaab36c63687b09b39ae9d7510dbb7062a5da34135b25f8412"
            },
            "downloads": -1,
            "filename": "codigofacilito-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "532a66de221b4128d2ff12cdf04d2391",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4248,
            "upload_time": "2023-11-22T00:49:05",
            "upload_time_iso_8601": "2023-11-22T00:49:05.482932Z",
            "url": "https://files.pythonhosted.org/packages/19/61/0dd7b54f215af7dd3087f5cce6017f62b3475f2ddb25984f19952497228a/codigofacilito-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-22 00:49:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ange1D",
    "github_project": "codigofacilito_package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "codigofacilito"
}
        
Elapsed time: 0.14988s