alpha-python 0.7.6__tar.gz → 0.7.7__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.
- {alpha_python-0.7.6 → alpha_python-0.7.7}/PKG-INFO +1 -1
- {alpha_python-0.7.6 → alpha_python-0.7.7}/pyproject.toml +1 -1
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/permission.py +2 -2
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha_python.egg-info/PKG-INFO +1 -1
- {alpha_python-0.7.6 → alpha_python-0.7.7}/LICENSE +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/README.md +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/setup.cfg +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/adapters/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/adapters/rest_api_unit_of_work.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/adapters/sqla_unit_of_work.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/cli.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/containers/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/containers/container.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/base_model.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/group.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/life_cycle_base.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/role.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/domain/models/user.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/encoder.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/exceptions.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/_type_conversion_matrix.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/_type_mapping.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/class_factories.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/default_field_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/field_iterator.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/jwt_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/logging_handler_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/model_class_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/models/factory_classes.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/password_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/request_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/response_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/factories/type_factories.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/api_generate_handler.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/api_run_handler.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/base_handler.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/gen-code.sh +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/models/argument.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/models/command.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/models/section.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/models/subparser.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/run-api.sh +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/Dockerfile.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/README.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/__init__model.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/__init__test.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/__main__.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/base_model.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/controller.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/controller_test.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/dockerignore.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/encoder.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/git_push.sh.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/gitignore.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/model.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/openapi.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/param_type.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/requirements.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/security_controller_.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/setup.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/test-requirements.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/tox.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/travis.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/typing_utils.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/util.mustache +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/connectors/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/connectors/ldap_connector.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/connectors/oidc_connector.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/connectors/sql_alchemy.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/databases/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/databases/sql_alchemy.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/models/filter_operators.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/models/json_patch.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/models/order_by.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/models/query_clause.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/infra/models/search_filter.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/api_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/attrs_instance.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/dataclass_instance.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/factories.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/handler.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/http_client.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/openapi_model.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/patchable.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/providers.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/pydantic_instance.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/refresh_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/sql_database.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/sql_mapper.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/sql_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/token_factory.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/unit_of_work.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/interfaces/updatable.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/mixins/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/mixins/group_lifecycle.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/mixins/jwt_provider.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/mixins/user_lifecycle.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/api_key_provider.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/database_provider.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/ldap_provider.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/models/credentials.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/models/identity.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/models/token.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/providers/oidc_provider.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/py.typed +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/models/repository_model.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/cache_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/database_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/file_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/memory_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/rest_api_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/sql_alchemy_repository.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/services/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/services/authentication_service.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/services/models/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/services/models/cookie.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/services/user_lifecycle_management.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/_http_codes.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/cookie.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/is_attrs.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/is_pydantic.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/logging_configurator.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/logging_level_checker.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/__init__.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/container.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/exceptions.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/models.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/orm.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/response.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/openapi_test/service.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/request_headers.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/response_object.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/secret_generator.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/verify_identity.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/utils/version_checker.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha_python.egg-info/SOURCES.txt +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha_python.egg-info/dependency_links.txt +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha_python.egg-info/entry_points.txt +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha_python.egg-info/requires.txt +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha_python.egg-info/top_level.txt +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/tests/test_cli.py +0 -0
- {alpha_python-0.7.6 → alpha_python-0.7.7}/tests/test_encoder.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alpha-python
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.7
|
|
4
4
|
Summary: Alpha is intended to be the first dependency you need to add to your Python application. It is a Python library which contains standard building blocks that can be used in applications that are used as APIs and/or make use of database interaction.
|
|
5
5
|
Author-email: Bart Reijling <bart@reijling.eu>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "alpha-python"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.7"
|
|
4
4
|
description = "Alpha is intended to be the first dependency you need to add to your Python application. It is a Python library which contains standard building blocks that can be used in applications that are used as APIs and/or make use of database interaction."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -25,7 +25,7 @@ class Permission(LifeCycleBase, BaseDomainModel):
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
id: UUID | int | str | None = None
|
|
28
|
-
name: str
|
|
28
|
+
name: str | None = None
|
|
29
29
|
description: str = ""
|
|
30
30
|
|
|
31
31
|
def __str__(self) -> str:
|
|
@@ -35,7 +35,7 @@ class Permission(LifeCycleBase, BaseDomainModel):
|
|
|
35
35
|
-------
|
|
36
36
|
self.name value
|
|
37
37
|
"""
|
|
38
|
-
return self.name
|
|
38
|
+
return self.name or ""
|
|
39
39
|
|
|
40
40
|
def __repr__(self) -> str:
|
|
41
41
|
"""Return the official string representation of the object.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alpha-python
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.7
|
|
4
4
|
Summary: Alpha is intended to be the first dependency you need to add to your Python application. It is a Python library which contains standard building blocks that can be used in applications that are used as APIs and/or make use of database interaction.
|
|
5
5
|
Author-email: Bart Reijling <bart@reijling.eu>
|
|
6
6
|
License-Expression: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/README.mustache
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
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/encoder.mustache
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/model.mustache
RENAMED
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/openapi.mustache
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/setup.mustache
RENAMED
|
File without changes
|
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/tox.mustache
RENAMED
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/travis.mustache
RENAMED
|
File without changes
|
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/handlers/templates/python-flask/util.mustache
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
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/cache_repository.py
RENAMED
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/database_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
{alpha_python-0.7.6 → alpha_python-0.7.7}/src/alpha/repositories/refresh/memory_repository.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
|