# Dubidoc API client β
[![PyPI](https://img.shields.io/pypi/v/dubidoc?style=flat-square)](https://pypi.python.org/pypi/dubidoc/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dubidoc?style=flat-square)](https://pypi.python.org/pypi/dubidoc/)
[![PyPI - License](https://img.shields.io/pypi/l/dubidoc?style=flat-square)](https://pypi.python.org/pypi/dubidoc/)
---
**Documentation**: [https://my.dubidoc.com.ua/api/api/v1/docs](https://my.dubidoc.com.ua/api/api/v1/docs)
**Source Code**: [https://github.com/DmytroLitvinov/python-dubidoc](https://github.com/DmytroLitvinov/python-dubidoc)
**PyPI**: [https://pypi.org/project/dubidoc/](https://pypi.org/project/dubidoc/)
---
Python API wrapper around Dubidoc API. Feel free to contribute and make it better! π
**NOTE**: Since it is early release, some of the API endpoints may not be implemented yet. If you need some specific endpoint, feel free to create an issue or pull request.
Also, library can be changed in the future, so be careful with the updates as for now.
## Installation
```sh
pip install dubidoc
```
## Usage
1) Request your token at [Dubidoc team](https://t.me/dmytro_dubilet/814)
2) Use that token to initialize client:
```python
from dubidoc import DubidocAPIClient
api_token = 'xxxxxxxxxxxxxxx'
dubidoc = DubidocAPIClient(api_token)
documents = dubidoc.document_api.list()
print(documents.data, documents.response_code)
```
## License
This project is licensed under the terms of the [MIT license](https://github.com/DmytroLitvinov/python-dubidoc/blob/master/LICENSE).
### HOW TO MAKE A RELEASE
* Add changes to `CHANGELOG.md`
* Change version in `dubidoc/__init__.py` and `pyproject.toml`
* `source .env/bin/activate`
* `python3 -m build --sdist --wheel`
* `twine upload dist/*`
Raw data
{
"_id": null,
"home_page": null,
"name": "dubidoc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Dmytro Litvinov <me@dmytrolitvinov.com>",
"keywords": "dubidoc, Ukraine, \ud83c\uddfa\ud83c\udde6, api, dubidoc.com.ua",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e3/44/e4dc872ce8ce93dafe6412fd6a101f1db307864d29fb5e3682b570d65fee/dubidoc-0.1.4.tar.gz",
"platform": null,
"description": "# Dubidoc API client \u270d\n\n[![PyPI](https://img.shields.io/pypi/v/dubidoc?style=flat-square)](https://pypi.python.org/pypi/dubidoc/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dubidoc?style=flat-square)](https://pypi.python.org/pypi/dubidoc/)\n[![PyPI - License](https://img.shields.io/pypi/l/dubidoc?style=flat-square)](https://pypi.python.org/pypi/dubidoc/)\n\n---\n**Documentation**: [https://my.dubidoc.com.ua/api/api/v1/docs](https://my.dubidoc.com.ua/api/api/v1/docs)\n\n**Source Code**: [https://github.com/DmytroLitvinov/python-dubidoc](https://github.com/DmytroLitvinov/python-dubidoc)\n\n**PyPI**: [https://pypi.org/project/dubidoc/](https://pypi.org/project/dubidoc/)\n\n---\n\nPython API wrapper around Dubidoc API. Feel free to contribute and make it better! \ud83d\ude80\n\n**NOTE**: Since it is early release, some of the API endpoints may not be implemented yet. If you need some specific endpoint, feel free to create an issue or pull request.\nAlso, library can be changed in the future, so be careful with the updates as for now.\n\n## Installation\n\n```sh\npip install dubidoc\n```\n\n## Usage\n\n1) Request your token at [Dubidoc team](https://t.me/dmytro_dubilet/814)\n\n2) Use that token to initialize client:\n\n```python\nfrom dubidoc import DubidocAPIClient\n\napi_token = 'xxxxxxxxxxxxxxx'\n\ndubidoc = DubidocAPIClient(api_token)\n\ndocuments = dubidoc.document_api.list()\nprint(documents.data, documents.response_code)\n```\n\n## License\n\nThis project is licensed under the terms of the [MIT license](https://github.com/DmytroLitvinov/python-dubidoc/blob/master/LICENSE).\n\n\n### HOW TO MAKE A RELEASE\n\n* Add changes to `CHANGELOG.md`\n* Change version in `dubidoc/__init__.py` and `pyproject.toml`\n* `source .env/bin/activate`\n* `python3 -m build --sdist --wheel`\n* `twine upload dist/*`\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python SDK for dubidoc.com.ua API",
"version": "0.1.4",
"project_urls": {
"Changelog": "https://github.com/DmytroLitvinov/python-dubidoc/blob/main/CHANGELOG.md",
"Homepage": "https://github.com/DmytroLitvinov/python-dubidoc",
"Issues": "https://github.com/DmytroLitvinov/python-dubidoc/issues"
},
"split_keywords": [
"dubidoc",
" ukraine",
" \ud83c\uddfa\ud83c\udde6",
" api",
" dubidoc.com.ua"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "805478a66782ad278a7fd28804f64fc0e39e22b4fc0bda9df288ad480c81641c",
"md5": "9ebc61829525a475907feac25a5bdd31",
"sha256": "12b32a56c139212f83a2aed155af0f2905bd81c660f9e86f2ffc5ece826938c0"
},
"downloads": -1,
"filename": "dubidoc-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ebc61829525a475907feac25a5bdd31",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10140,
"upload_time": "2024-09-13T12:52:52",
"upload_time_iso_8601": "2024-09-13T12:52:52.934718Z",
"url": "https://files.pythonhosted.org/packages/80/54/78a66782ad278a7fd28804f64fc0e39e22b4fc0bda9df288ad480c81641c/dubidoc-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e344e4dc872ce8ce93dafe6412fd6a101f1db307864d29fb5e3682b570d65fee",
"md5": "81b12750a7c83efc8b0a21699932e2b8",
"sha256": "e22a78c4508eaecbe8a53cc2d814f58564cc2553ffb03190d6c9c4951993509d"
},
"downloads": -1,
"filename": "dubidoc-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "81b12750a7c83efc8b0a21699932e2b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8271,
"upload_time": "2024-09-13T12:52:53",
"upload_time_iso_8601": "2024-09-13T12:52:53.938352Z",
"url": "https://files.pythonhosted.org/packages/e3/44/e4dc872ce8ce93dafe6412fd6a101f1db307864d29fb5e3682b570d65fee/dubidoc-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-13 12:52:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DmytroLitvinov",
"github_project": "python-dubidoc",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dubidoc"
}