Python SDK for dubidoc.com.ua API
Project description
Dubidoc API client ✍
Documentation: https://my.dubidoc.com.ua/api/api/v1/docs
Source Code: https://github.com/DmytroLitvinov/python-dubidoc
PyPI: 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
pip install dubidoc
Usage
-
Request your token at Dubidoc team
-
Use that token to initialize client:
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.
HOW TO MAKE A RELEASE
- Add changes to
CHANGELOG.md - Change version in
dubidoc/__init__.pyandpyproject.toml source .env/bin/activatepython3 -m build --sdist --wheeltwine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dubidoc-0.2.0.tar.gz.
File metadata
- Download URL: dubidoc-0.2.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c394bb99ecabbd6d210571229a30ff325d97bc87a66ff4cb9002f9d3653104
|
|
| MD5 |
fc040c47913e737290bf4b255c458d65
|
|
| BLAKE2b-256 |
2a4c1319060688ec184925b7a6d0464458a03b34557c9d78242aba7164aee3a0
|
File details
Details for the file dubidoc-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dubidoc-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76da10e627867b479b140bbbb36287026567a92be6ba72e736f5518c565c8a78
|
|
| MD5 |
5e27121ad89e5dd57adc77b872673209
|
|
| BLAKE2b-256 |
00230def75bafcb2575e9b754bc0f46ade6b484373a32035a112405ceea2987a
|