django-bolt 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of django-bolt might be problematic. Click here for more details.
- {django_bolt-0.1.1 → django_bolt-0.1.2}/Cargo.lock +1 -1
- {django_bolt-0.1.1 → django_bolt-0.1.2}/Cargo.toml +1 -1
- {django_bolt-0.1.1 → django_bolt-0.1.2}/PKG-INFO +3 -5
- {django_bolt-0.1.1 → django_bolt-0.1.2}/pyproject.toml +7 -5
- {django_bolt-0.1.1 → django_bolt-0.1.2}/.github/workflows/CI.yml +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/.gitignore +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/.python-version +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/.vscode/settings.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/BENCHMARK_BASELINE.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/BENCHMARK_DEV.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/CLAUDE.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/Makefile +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/README.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/TODO.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/ANNOTATION_GUIDE.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/ASYNC_DJANGO.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/CLASS_BASED_VIEWS.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/COMPRESSION.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/DEPENDENCY_INJECTION.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/DJANGO_ADMIN.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/EXCEPTIONS.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/GETTING_STARTED.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/GIL_OPTIMIZATION.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/LOGGING.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/MIDDLEWARE.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/OPENAPI.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/OPENAPI_ERROR_RESPONSES.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/OPENAPI_METADATA_IMPLEMENTATION.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/PAGINATION.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/PUBLISHING.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/README.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/RESPONSES.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/SECURITY.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/SERIALIZATION.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/TESTING_UTILITIES.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/favicon.png +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/icon.png +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/docs/logo.png +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/pytest.ini +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/_json.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/admin/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/admin/admin_detection.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/admin/asgi_bridge.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/admin/routes.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/admin/static.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/admin/static_routes.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/api.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/apps.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/async_collector.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/auth/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/auth/backends.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/auth/guards.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/auth/jwt_utils.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/auth/revocation.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/auth/token.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/binding.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/bootstrap.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/cli.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/compression.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/decorators.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/dependencies.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/error_handlers.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/exceptions.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/health.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/logging/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/logging/config.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/logging/middleware.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/management/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/management/commands/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/management/commands/runbolt.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/middleware/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/middleware/compiler.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/middleware/middleware.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/config.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/plugins.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/routes.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/schema_generator.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/base.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/callback.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/components.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/contact.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/discriminator.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/encoding.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/enums.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/example.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/external_documentation.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/header.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/info.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/license.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/link.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/media_type.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/oauth_flow.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/oauth_flows.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/open_api.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/operation.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/parameter.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/path_item.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/paths.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/reference.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/request_body.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/response.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/responses.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/schema.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/security_requirement.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/security_scheme.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/server.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/server_variable.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/tag.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/xml.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/pagination.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/param_functions.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/params.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/request_parsing.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/responses.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/router.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/serialization.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/status_codes.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/testing/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/testing/client.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/testing/helpers.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/typing.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/views.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/README.md +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/admin.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/api.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/apps.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/migrations/0001_initial.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/migrations/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/models.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/tests.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/bench/views.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/manage.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/100B +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/100B.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/100K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/100K.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/100K.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/10K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/10K.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/10K.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/1K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/1K.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/1K.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/1M +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/1M.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/1M.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/500K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/500K.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/500K.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/5M +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/5M.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/5M.txt +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/FILE_UPLOAD_1K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/FILE_UPLOAD_1K_HEADERS.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/FORM_URLENCODED_1K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/FORM_URLENCODED_1K_HEADERS.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/MULTIPART_1K +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/MULTIPART_1K_HEADERS.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/objects.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/persons_100.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/persons_50.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/persons_500.json +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/api.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/asgi.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/settings.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/test_api.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/urls.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/views.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/testproject/wsgi.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/admin.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/api.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/apps.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/migrations/0001_initial.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/migrations/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/models.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/tests.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/users/views.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/admin_tests/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/admin_tests/conftest.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/admin_tests/test_admin_with_django.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/admin_tests/urls.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/cbv/__init__.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/cbv/test_class_views.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/cbv/test_class_views_django_orm.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/cbv/test_class_views_features.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/cbv/test_class_views_with_client.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/conftest.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_action_decorator.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_auth_secret_key.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_decorator_syntax.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_error_handling.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_file_response.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_global_cors.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_guards_auth.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_guards_integration.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_health.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_integration_validation.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_json_validation.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_jwt_auth.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_jwt_token.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_logging.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_logging_merge.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_middleware.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_middleware_server.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_model_viewset.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_models.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_openapi_docs.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_openapi_metadata.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_pagination.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_parameter_validation.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_syntax.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_testing_utilities.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_testing_utilities_simple.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/python/tests/test_viewset_unified.py +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/scripts/benchmark.sh +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/scripts/install_hey.sh +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/direct_stream.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/error.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/handler.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/json.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/lib.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/metadata.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/middleware/auth.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/middleware/mod.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/middleware/rate_limit.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/permissions.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/request.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/router.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/server.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/state.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/streaming.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/test_state.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/src/testing.rs +0 -0
- {django_bolt-0.1.1 → django_bolt-0.1.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-bolt
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Classifier: Development Status :: 3 - Alpha
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -22,12 +22,10 @@ Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
|
|
22
22
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
23
23
|
Requires-Dist: django>=4.2
|
|
24
24
|
Requires-Dist: click>=8.1
|
|
25
|
-
Requires-Dist: pydantic>=2
|
|
26
25
|
Requires-Dist: msgspec>=0.18
|
|
27
|
-
Requires-Dist: maturin>=1.9.4
|
|
28
|
-
Requires-Dist: watchfiles>=0.24
|
|
29
|
-
Requires-Dist: pyyaml>=6.0
|
|
30
26
|
Requires-Dist: multipart>=1.3
|
|
27
|
+
Requires-Dist: pyyaml>=6.0 ; extra == 'yaml'
|
|
28
|
+
Provides-Extra: yaml
|
|
31
29
|
Summary: High-performance API framework for Django with Rust-powered endpoints delivering 60k+ RPS
|
|
32
30
|
Keywords: django,api,rust,performance,actix,pyo3,async
|
|
33
31
|
Author-email: Farhan <farhanalirazaazeemi@gmail.com>
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "django-bolt"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "High-performance API framework for Django with Rust-powered endpoints delivering 60k+ RPS"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -37,14 +37,13 @@ classifiers = [
|
|
|
37
37
|
dependencies = [
|
|
38
38
|
"Django>=4.2",
|
|
39
39
|
"click>=8.1",
|
|
40
|
-
"pydantic>=2",
|
|
41
40
|
"msgspec>=0.18",
|
|
42
|
-
"maturin>=1.9.4",
|
|
43
|
-
"watchfiles>=0.24",
|
|
44
|
-
"pyyaml>=6.0",
|
|
45
41
|
"multipart>=1.3",
|
|
46
42
|
]
|
|
47
43
|
|
|
44
|
+
[project.optional-dependencies]
|
|
45
|
+
yaml = ["pyyaml>=6.0"]
|
|
46
|
+
|
|
48
47
|
[project.urls]
|
|
49
48
|
Homepage = "https://github.com/FarhanAliRaza/django-bolt"
|
|
50
49
|
Repository = "https://github.com/FarhanAliRaza/django-bolt"
|
|
@@ -68,4 +67,7 @@ dev = [
|
|
|
68
67
|
"pyjwt>=2.10.1",
|
|
69
68
|
"pytest-asyncio>=1.2.0",
|
|
70
69
|
"pytest-django>=4.9.0",
|
|
70
|
+
"pydantic>=2",
|
|
71
|
+
"pyyaml>=6.0",
|
|
72
|
+
"maturin>=1.9.6"
|
|
71
73
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/external_documentation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_bolt-0.1.1 → django_bolt-0.1.2}/python/django_bolt/openapi/spec/security_requirement.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/FILE_UPLOAD_1K_HEADERS.json
RENAMED
|
File without changes
|
|
File without changes
|
{django_bolt-0.1.1 → django_bolt-0.1.2}/python/example/test_data/FORM_URLENCODED_1K_HEADERS.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|