.gitignore
.pylintrc
.readthedocs.yml
Dockerfile
LICENSE
README.md
docker-compose.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/pylint.yml
.github/workflows/python-publish.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/contrib.rst
docs/source/examples.rst
docs/source/features.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/scenarios.rst
docs/source/topic_intro.rst
docs/source/utilities.rst
docs/source/_static/.gitkeep
docs/source/contrib/crud.rst
src/balderhub/rest/__init__.py
src/balderhub/rest/_version.py
src/balderhub/rest/contrib/__init__.py
src/balderhub/rest/contrib/crud/__init__.py
src/balderhub/rest/contrib/crud/scenario_features/__init__.py
src/balderhub/rest/contrib/crud/scenario_features/global_rest_api_config.py
src/balderhub/rest/contrib/crud/scenario_features/rest_endpoint_config.py
src/balderhub/rest/contrib/crud/setup_features/__init__.py
src/balderhub/rest/contrib/crud/setup_features/rest_endpoint_config.py
src/balderhub/rest/contrib/crud/setup_features/rest_multiple_reader.py
src/balderhub/rest/contrib/crud/setup_features/rest_single_creator.py
src/balderhub/rest/contrib/crud/setup_features/rest_single_reader.py
src/balderhub/rest/contrib/crud/setup_features/rest_single_updater.py
src/balderhub/rest/contrib/crud/setup_features/factories/__init__.py
src/balderhub/rest/contrib/crud/setup_features/factories/auto_rest_multiple_reader_factory.py
src/balderhub/rest/contrib/crud/setup_features/factories/auto_rest_single_creator_factory.py
src/balderhub/rest/contrib/crud/setup_features/factories/auto_rest_single_reader_factory.py
src/balderhub/rest/contrib/crud/setup_features/factories/auto_rest_single_updater_factory.py
src/balderhub/rest/contrib/crud/utils/__init__.py
src/balderhub/rest/contrib/crud/utils/functions.py
src/balderhub/rest/contrib/crud/utils/field_callbacks/__init__.py
src/balderhub/rest/contrib/crud/utils/field_callbacks/field_collector_callback.py
src/balderhub/rest/contrib/crud/utils/field_callbacks/field_filler_callback.py
src/balderhub/rest/lib/__init__.py
src/balderhub/rest/lib/scenario_features/__init__.py
src/balderhub/rest/lib/setup_features/__init__.py
src/balderhub/rest/lib/utils/__init__.py
src/balderhub/rest/lib/utils/parsers/__init__.py
src/balderhub/rest/lib/utils/parsers/base_parser.py
src/balderhub/rest/lib/utils/parsers/form_parser.py
src/balderhub/rest/lib/utils/parsers/json_parser.py
src/balderhub/rest/lib/utils/parsers/multipart_parser.py
src/balderhub/rest/lib/utils/response_messages/__init__.py
src/balderhub/rest/lib/utils/response_messages/field_error_message.py
src/balderhub/rest/lib/utils/response_messages/global_error_message.py
src/balderhub/rest/lib/utils/response_messages/status_code_response_message.py
src/balderhub/rest/scenarios/__init__.py
src/balderhub_rest.egg-info/PKG-INFO
src/balderhub_rest.egg-info/SOURCES.txt
src/balderhub_rest.egg-info/dependency_links.txt
src/balderhub_rest.egg-info/not-zip-safe
src/balderhub_rest.egg-info/requires.txt
src/balderhub_rest.egg-info/scm_file_list.json
src/balderhub_rest.egg-info/scm_version.json
src/balderhub_rest.egg-info/top_level.txt
tests/__init__.py
tests/balderglob.py
tests/app/bookstore/manage.py
tests/app/bookstore/book/__init__.py
tests/app/bookstore/book/admin.py
tests/app/bookstore/book/apps.py
tests/app/bookstore/book/models.py
tests/app/bookstore/book/serializers.py
tests/app/bookstore/book/tests.py
tests/app/bookstore/book/urls.py
tests/app/bookstore/book/views.py
tests/app/bookstore/book/fixtures/authors.yaml
tests/app/bookstore/book/fixtures/books.yaml
tests/app/bookstore/book/fixtures/categories.yaml
tests/app/bookstore/book/migrations/0001_initial.py
tests/app/bookstore/book/migrations/__init__.py
tests/app/bookstore/bookstore/__init__.py
tests/app/bookstore/bookstore/asgi.py
tests/app/bookstore/bookstore/settings.py
tests/app/bookstore/bookstore/urls.py
tests/app/bookstore/bookstore/wsgi.py
tests/lib/__init__.py
tests/lib/setup_features/__init__.py
tests/lib/setup_features/basic_data_environment_feature.py
tests/lib/setup_features/global_rest_api_config.py
tests/lib/setup_features/user_config.py
tests/lib/setup_features/data/__init__.py
tests/lib/setup_features/data/author.py
tests/lib/setup_features/data/book.py
tests/lib/setup_features/data/category.py
tests/lib/setup_features/data/nestedbook.py
tests/lib/utils/__init__.py
tests/lib/utils/data/__init__.py
tests/lib/utils/data/author_data_item.py
tests/lib/utils/data/book_data_item.py
tests/lib/utils/data/category_data_item.py
tests/suites/__init__.py
tests/suites/data/__init__.py
tests/suites/data/scenario_balderhub.py
tests/suites/data/setup_author.py
tests/suites/data/setup_book.py
tests/suites/data/setup_category.py
tests/suites/data/setup_nestedbook.py