cepmex


Namecepmex JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/cuenca-mx/cep-python
SummaryCEP client library
upload_time2023-08-27 21:41:02
maintainer
docs_urlNone
authorCuenca
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CEP

[![test](https://github.com/cuenca-mx/cep-python/workflows/test/badge.svg)](https://github.com/cuenca-mx/cep-python/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/cuenca-mx/cep-python/branch/master/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/cep-python)
[![PyPI](https://img.shields.io/pypi/v/cuenca.svg)](https://pypi.org/project/cuenca/)

Python client library for CEP (http://www.banxico.org.mx/cep/)


## InstalaciĆ³n

```bash
pip install cepmex
```

### Uso

```python
from datetime import date

from cep import Transferencia

tr = Transferencia.validar(
    fecha=date(2019, 4, 12),
    clave_rastreo='CUENCA1555093850',
    emisor='90646',  # STP
    receptor='40012',  # BBVA
    cuenta='012180004643051249',
    monto=8.17,
)
pdf = tr.descargar()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cuenca-mx/cep-python",
    "name": "cepmex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cuenca",
    "author_email": "dev@cuenca.com",
    "download_url": "https://files.pythonhosted.org/packages/37/11/bcdcde226c298698287ef48304c43c1ca88cb24c849a08830c190f09b042/cepmex-0.2.2.tar.gz",
    "platform": null,
    "description": "# CEP\n\n[![test](https://github.com/cuenca-mx/cep-python/workflows/test/badge.svg)](https://github.com/cuenca-mx/cep-python/actions?query=workflow%3Atest)\n[![codecov](https://codecov.io/gh/cuenca-mx/cep-python/branch/master/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/cep-python)\n[![PyPI](https://img.shields.io/pypi/v/cuenca.svg)](https://pypi.org/project/cuenca/)\n\nPython client library for CEP (http://www.banxico.org.mx/cep/)\n\n\n## Instalaci\u00f3n\n\n```bash\npip install cepmex\n```\n\n### Uso\n\n```python\nfrom datetime import date\n\nfrom cep import Transferencia\n\ntr = Transferencia.validar(\n    fecha=date(2019, 4, 12),\n    clave_rastreo='CUENCA1555093850',\n    emisor='90646',  # STP\n    receptor='40012',  # BBVA\n    cuenta='012180004643051249',\n    monto=8.17,\n)\npdf = tr.descargar()\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "CEP client library",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/cuenca-mx/cep-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c961b57892c7bf24350f72e2cff7c88545461f3088f438c1e6a382e54e09bde9",
                "md5": "be14fc8758058bbec05b326239688ee6",
                "sha256": "b143f53ef1fb757a47936b2dba021a3b651d8f1d5cca550cbf38cd3e7bc072fd"
            },
            "downloads": -1,
            "filename": "cepmex-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be14fc8758058bbec05b326239688ee6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7837,
            "upload_time": "2023-08-27T21:40:59",
            "upload_time_iso_8601": "2023-08-27T21:40:59.973637Z",
            "url": "https://files.pythonhosted.org/packages/c9/61/b57892c7bf24350f72e2cff7c88545461f3088f438c1e6a382e54e09bde9/cepmex-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3711bcdcde226c298698287ef48304c43c1ca88cb24c849a08830c190f09b042",
                "md5": "95bb4df993941b0810305aef5656ef85",
                "sha256": "102625eca127d67f08fec443d1f0d2c2b772a9eac65723be54ca67a4c4fbc4e6"
            },
            "downloads": -1,
            "filename": "cepmex-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "95bb4df993941b0810305aef5656ef85",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6136,
            "upload_time": "2023-08-27T21:41:02",
            "upload_time_iso_8601": "2023-08-27T21:41:02.380491Z",
            "url": "https://files.pythonhosted.org/packages/37/11/bcdcde226c298698287ef48304c43c1ca88cb24c849a08830c190f09b042/cepmex-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-27 21:41:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cuenca-mx",
    "github_project": "cep-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cepmex"
}
        
Elapsed time: 0.11347s