PyCEPSearch


NamePyCEPSearch JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA package helps you to get a CEP or Address from brazilian's postal service.
upload_time2024-08-29 09:33:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyCEPSearch ![PyPI](https://img.shields.io/pypi/dm/PyCEPSearch)

This package helps you to get a CEP or Address from brazilian's postal service.

## Notes
Version 0.0.1:

- Get CEP by address
- Get address by CEP

## Installation

Use the package manager to install.

```bash
pip install PyCepSearch
```

## Usage

After install:
```python
from py_cep_search import cepsearch

search = cepsearch.CepSearch()
```
Get Addres by CEP
```python
address = search.get_address_by_cep("") #it returns a dict
```

Get CEP by Address
```python
cep = search.get_cep_by_address("") #it returns a list
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PyCEPSearch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Joao Paulo de Castro Lima <joao@paulo.com>",
    "download_url": "https://files.pythonhosted.org/packages/7b/ab/30fc6b23ee8aa0e8e5e87fb023bda6add879c90b10b68053b25a7abbccb3/pycepsearch-0.0.1.tar.gz",
    "platform": null,
    "description": "# PyCEPSearch ![PyPI](https://img.shields.io/pypi/dm/PyCEPSearch)\n\nThis package helps you to get a CEP or Address from brazilian's postal service.\n\n## Notes\nVersion 0.0.1:\n\n- Get CEP by address\n- Get address by CEP\n\n## Installation\n\nUse the package manager to install.\n\n```bash\npip install PyCepSearch\n```\n\n## Usage\n\nAfter install:\n```python\nfrom py_cep_search import cepsearch\n\nsearch = cepsearch.CepSearch()\n```\nGet Addres by CEP\n```python\naddress = search.get_address_by_cep(\"\") #it returns a dict\n```\n\nGet CEP by Address\n```python\ncep = search.get_cep_by_address(\"\") #it returns a list\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package helps you to get a CEP or Address from brazilian's postal service.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/joao2391/pycepsearch",
        "Issues": "https://github.com/joao2391/pycepsearch/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7212aa39f140d7d2bf1421ab49cdd34be507f209a5efa0525a6c18cdab7878d",
                "md5": "b346739724e4b30aa9d1dfff0d825ac8",
                "sha256": "4b48bacc37136079390d7f3c8dabf1e8f5cae29b2b7b05732e215d3ddc551a2d"
            },
            "downloads": -1,
            "filename": "PyCEPSearch-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b346739724e4b30aa9d1dfff0d825ac8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4297,
            "upload_time": "2024-08-29T09:33:49",
            "upload_time_iso_8601": "2024-08-29T09:33:49.575505Z",
            "url": "https://files.pythonhosted.org/packages/d7/21/2aa39f140d7d2bf1421ab49cdd34be507f209a5efa0525a6c18cdab7878d/PyCEPSearch-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bab30fc6b23ee8aa0e8e5e87fb023bda6add879c90b10b68053b25a7abbccb3",
                "md5": "60a3a4d05963614d48b3340e39fb46f5",
                "sha256": "1db1d54df60d1eda9a679be517afa4bf02d9435a3745d6390e8e0427e74f2207"
            },
            "downloads": -1,
            "filename": "pycepsearch-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "60a3a4d05963614d48b3340e39fb46f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4161,
            "upload_time": "2024-08-29T09:33:51",
            "upload_time_iso_8601": "2024-08-29T09:33:51.074635Z",
            "url": "https://files.pythonhosted.org/packages/7b/ab/30fc6b23ee8aa0e8e5e87fb023bda6add879c90b10b68053b25a7abbccb3/pycepsearch-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 09:33:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joao2391",
    "github_project": "pycepsearch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pycepsearch"
}
        
Elapsed time: 0.67037s