.gitignore
LICENCE.txt
MANIFEST.in
README.rst
Untitled Diagram.drawio
logo.png
logo.svg
mypy.ini
pylintrc
pyproject.toml
docs/Makefile
docs/make.bat
docs/plantuml.1.2021.4.jar
docs/requirements.txt
docs/source/CodeOfConduct.rst
docs/source/CommitLog.rst
docs/source/Contributing.rst
docs/source/FAQ.rst
docs/source/api.rst
docs/source/conf.py
docs/source/design.rst
docs/source/index.rst
docs/source/_static/budosystems.css
docs/source/_templates/apidoc/package.rst_t
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
src/budosystems/py.typed
src/budosystems/dsl/__init__.py
src/budosystems/dsl/command-sample-1.txt
src/budosystems/dsl/model-sample-1.txt
src/budosystems/dsl/py.typed
src/budosystems/dsl/query-sample-1.txt
src/budosystems/events/__init__.py
src/budosystems/events/base.py
src/budosystems/events/collections.py
src/budosystems/events/message_bus.py
src/budosystems/events/py.typed
src/budosystems/models/__init__.py
src/budosystems/models/calendar.py
src/budosystems/models/contact.py
src/budosystems/models/core.py
src/budosystems/models/meta.py
src/budosystems/models/people.py
src/budosystems/models/program.py
src/budosystems/models/py.typed
src/budosystems/models/retail.py
src/budosystems/models/style.py
src/budosystems/models/validation.py
src/budosystems/services/__init__.py
src/budosystems/services/operations.py
src/budosystems/services/py.typed
src/budosystems/storage/__init__.py
src/budosystems/storage/dict_repository.py
src/budosystems/storage/mapper.py
src/budosystems/storage/py.typed
src/budosystems/storage/query.py
src/budosystems/storage/repository.py
src/budosystems/typehints/__init__.py
src/budosystems/typehints/py.typed
src/budosystems/utils/__init__.py
src/budosystems/utils/_version.py
src/budosystems/utils/py.typed
src/budosystems/xtra/namespace.txt
src/budosystems/xtra/mypy/__init__.py
src/budosystems/xtra/mypy/_plugin.py
src/budosystems/xtra/mypy/py.typed
src/budosystems/xtra/pylint/__init__.py
src/budosystems/xtra/pylint/_pylint.py
src/budosystems/xtra/pylint/py.typed
src/budosystems_core.egg-info/PKG-INFO
src/budosystems_core.egg-info/SOURCES.txt
src/budosystems_core.egg-info/dependency_links.txt
src/budosystems_core.egg-info/not-zip-safe
src/budosystems_core.egg-info/requires.txt
src/budosystems_core.egg-info/top_level.txt
tests/conftest.py
tests/pylintrc
tests/adapters/__init__.py
tests/dsl/__init__.py
tests/events/__init__.py
tests/events/test_base.py
tests/events/test_message_bus.py
tests/models/__init__.py
tests/models/test_calendar.py
tests/models/test_contact.py
tests/models/test_core.py
tests/models/test_meta.py
tests/models/test_people.py
tests/models/test_program.py
tests/models/test_retail.py
tests/models/test_typehints.py
tests/models/test_validation.py
tests/models/style/__init__.py
tests/models/style/conftest.py
tests/models/style/test_style.py
tests/storage/__init__.py
tests/storage/repository/__init__.py
tests/storage/repository/test_dict_repository.py