Data cleansing and enrichment via Dadata API.
Project description
Dadata API Client
Data cleansing, enrichment and suggestions via Dadata API
Thin Python wrapper over Dadata API.
Only a stub for now.
Installation
pip install dadata
Usage
>>> import os
>>> import dadata
>>> token = os.getenv("DADATA_API_KEY")
>>> secret = os.getenv("DADATA_SECRET_KEY")
>>> dadata = Dadata(token, secret)
>>> dadata.clean("address", "мск сухонская 11 89")
Development setup
$ pip install black coverage flake8 mypy pylint pytest tox
$ tox
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Make sure to add or update tests as appropriate.
Use Black for code formatting and Conventional Commits for commit messages.
Changelog
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dadata-0.1.0.tar.gz
(4.1 kB
view hashes)
Built Distribution
dadata-0.1.0-py3-none-any.whl
(2.8 kB
view hashes)