LICENSE
README.md
pyproject.toml
src/python_1c_odata/__init__.py
src/python_1c_odata/accounting_register.py
src/python_1c_odata/accumulation_register.py
src/python_1c_odata/bind.py
src/python_1c_odata/business_process.py
src/python_1c_odata/calculation_register.py
src/python_1c_odata/catalog.py
src/python_1c_odata/chart_of_accounts.py
src/python_1c_odata/chart_of_calculation_types.py
src/python_1c_odata/chart_of_characteristic_types.py
src/python_1c_odata/client.py
src/python_1c_odata/constant.py
src/python_1c_odata/document.py
src/python_1c_odata/document_journal.py
src/python_1c_odata/entity.py
src/python_1c_odata/enumeration.py
src/python_1c_odata/errors.py
src/python_1c_odata/exchange_plan.py
src/python_1c_odata/filter.py
src/python_1c_odata/information_register.py
src/python_1c_odata/literals.py
src/python_1c_odata/metadata.py
src/python_1c_odata/page.py
src/python_1c_odata/posting.py
src/python_1c_odata/presentation.py
src/python_1c_odata/py.typed
src/python_1c_odata/query.py
src/python_1c_odata/task.py
src/python_1c_odata/url.py
src/python_1c_odata.egg-info/PKG-INFO
src/python_1c_odata.egg-info/SOURCES.txt
src/python_1c_odata.egg-info/dependency_links.txt
src/python_1c_odata.egg-info/requires.txt
src/python_1c_odata.egg-info/top_level.txt
tests/test_bind.py
tests/test_catalog.py
tests/test_client.py
tests/test_data_load_mode.py
tests/test_debug.py
tests/test_document.py
tests/test_entities.py
tests/test_errors.py
tests/test_filter.py
tests/test_if_match.py
tests/test_literals.py
tests/test_metadata.py
tests/test_presentation.py
tests/test_query.py
tests/test_registers.py
tests/test_url.py