.gitignore
AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
tox.ini
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
demo/app/__init__.py
demo/app/__main__.py
demo/app/api.py
demo/app/dependencies.py
demo/app/schema.py
demo/app/service.py
scripts/run_unasync.py
src/obp_accounting_sdk/__init__.py
src/obp_accounting_sdk/_version.py
src/obp_accounting_sdk/constants.py
src/obp_accounting_sdk/errors.py
src/obp_accounting_sdk/utils.py
src/obp_accounting_sdk.egg-info/PKG-INFO
src/obp_accounting_sdk.egg-info/SOURCES.txt
src/obp_accounting_sdk.egg-info/dependency_links.txt
src/obp_accounting_sdk.egg-info/requires.txt
src/obp_accounting_sdk.egg-info/top_level.txt
src/obp_accounting_sdk/_async/__init__.py
src/obp_accounting_sdk/_async/factory.py
src/obp_accounting_sdk/_async/longrun.py
src/obp_accounting_sdk/_async/oneshot.py
src/obp_accounting_sdk/_sync/__init__.py
src/obp_accounting_sdk/_sync/factory.py
src/obp_accounting_sdk/_sync/longrun.py
src/obp_accounting_sdk/_sync/oneshot.py
tests/test_utils.py
tests/_async/test_factory.py
tests/_async/test_longrun.py
tests/_async/test_oneshot.py
tests/_sync/test_factory.py
tests/_sync/test_longrun.py
tests/_sync/test_oneshot.py