lightapi 0.1.7__tar.gz → 0.1.8__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.
- {lightapi-0.1.7 → lightapi-0.1.8}/PKG-INFO +1 -1
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/.pages +2 -3
- {lightapi-0.1.7 → lightapi-0.1.8}/pyproject.toml +1 -1
- {lightapi-0.1.7 → lightapi-0.1.8}/.github/workflows/pages-publish.yml +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/.github/workflows/python-publish.yml +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/.github/workflows/test-dev.yml +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/.gitignore +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/LICENSE +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/README.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/authentication.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/caching.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/filtering.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/middleware.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/pagination.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/advanced/validation.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/auth.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/cache.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/core.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/database.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/exceptions.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/filters.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/index.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/models.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/pagination.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/rest.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/swagger.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/api-reference/validation.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/deployment/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/deployment/docker.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/deployment/production.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/deployment/security.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/auth.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/basic-crud.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/basic-rest.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/caching.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/custom-application.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/filtering-pagination.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/middleware.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/examples/validation.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/getting-started/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/getting-started/configuration.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/getting-started/first-steps.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/getting-started/installation.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/getting-started/introduction.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/getting-started/quickstart.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/index.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/cache.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/core-api.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/endpoints.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/handlers.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/middleware.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/technical-reference/models.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/troubleshooting.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/tutorial/.pages +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/tutorial/basic-api.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/tutorial/database.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/tutorial/endpoints.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/tutorial/requests.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/docs/tutorial/responses.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/README.md +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/__init__.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/authentication_jwt.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/blog_post.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/caching_redis_custom.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/comprehensive_ideal_usage.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/example.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/filtering_pagination.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/general_usage.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/mega_example.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/middleware_cors_auth.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/middleware_custom.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/relationships_sqlalchemy.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/rest_crud_basic.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/swagger_openapi_docs.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/user_goal_example.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/examples/validation_custom_fields.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/__init__.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/auth.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/base_endpoint.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/cache.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/config.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/core.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/database.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/exceptions.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/filters.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/handlers.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/lightapi.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/models.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/pagination.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/rest.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/lightapi/swagger.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/mkdocs.yml +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/pytest.ini +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/requirements.txt +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/run_server.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/conftest.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_additional_features.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_auth.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_cache.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_caching_example.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_core.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_custom_snippet.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_filtering_pagination_example.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_filters.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_from_config.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_helpers.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_integration.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_middleware.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_pagination.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_rest.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_swagger.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/tests/test_validators.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/update_version.py +0 -0
- {lightapi-0.1.7 → lightapi-0.1.8}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lightapi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: A lightweight framework for building API endpoints using Python's native libraries.
|
|
5
5
|
Project-URL: Repository, https://github.com/henriqueblobato/LightApi
|
|
6
6
|
Project-URL: Issues, https://github.com/henriqueblobato/LightApi/issues
|
|
@@ -6,7 +6,6 @@ nav:
|
|
|
6
6
|
- Caching: caching.md
|
|
7
7
|
- Filtering and Pagination: filtering-pagination.md
|
|
8
8
|
- Middleware: middleware.md
|
|
9
|
-
- Relationships: relationships.md
|
|
10
|
-
- Swagger Documentation: swagger.md
|
|
11
9
|
- Validation: validation.md
|
|
12
|
-
- Custom
|
|
10
|
+
- Custom Application: custom-application.md
|
|
11
|
+
- Basic CRUD: basic-crud.md
|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "lightapi"
|
|
9
|
-
version = "0.1.
|
|
9
|
+
version = "0.1.8"
|
|
10
10
|
description = "A lightweight framework for building API endpoints using Python's native libraries."
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
requires-python = ">=3.8.1"
|
|
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
|
|
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
|