python-neva 0.6.0.dev3__tar.gz → 0.6.0.dev5__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.
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/PKG-INFO +1 -1
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/database/provider.py +1 -1
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/app.py +1 -1
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/pyproject.toml +1 -1
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/uv.lock +1 -1
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/.envrc +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/.gitignore +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/.pre-commit-config.yaml +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/.python-version +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/README.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/arch/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/arch/app.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/arch/application.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/arch/config.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/arch/facade.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/arch/service_provider.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/config/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/config/base_providers.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/config/loader.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/config/provider.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/config/repository.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/console/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/console/kernel.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/console/runner.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/database/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/database/config.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/database/manager.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/database/repository.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/events/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/events/dispatcher.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/events/event.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/events/event_registry.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/events/interface.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/events/listener.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/logging/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/logging/manager.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/logging/provider.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/middleware/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/middleware/correlation.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/obs/middleware/profiler.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/py.typed +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/encryption/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/encryption/encrypter.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/encryption/protocol.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/config.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/hash_manager.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/hashers/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/hashers/argon2.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/hashers/bcrypt.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/hashing/hashers/protocol.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/provider.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/tokens/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/security/tokens/token_hash.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/accessors.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/app.pyi +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/config.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/config.pyi +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/crypt.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/crypt.pyi +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/hash.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/hash.pyi +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/log.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/facade/log.pyi +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/results.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/strategy.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/strconv.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/support/time.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/testing/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/testing/fixtures.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/testing/http.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/neva/testing/test_case.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/ruff.toml +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/specifications/future_ideas.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/specifications/security.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/__init__.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/conftest.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/test_encrypter.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/test_example_usage.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/test_fixtures.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/test_hash_manager.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/test_scope.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/tests/test_test_case.py +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/01-overview.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/02-dependency-injection.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/03-service-providers.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/04-facades.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/05-application-lifecycle.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/06-result-option.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/01-overview.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/02-configuration-files.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/03-accessing-configuration.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/04-config-repository.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/05-loading-process.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/06-configuration-in-providers.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/testing/01-introduction.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/testing/02-test-case.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/testing/03-fixtures.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/testing/04-http-testing.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/testing/05-custom-configuration.md +0 -0
- {python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/testing/06-test-isolation.md +0 -0
|
@@ -24,7 +24,7 @@ class DatabaseServiceProvider(ServiceProvider):
|
|
|
24
24
|
"""Initialize and cleanup database connections."""
|
|
25
25
|
match Config.get("database"):
|
|
26
26
|
case Ok(config):
|
|
27
|
-
await Tortoise.init(config=config)
|
|
27
|
+
await Tortoise.init(config=config, _create_db=True)
|
|
28
28
|
yield
|
|
29
29
|
await Tortoise.close_connections()
|
|
30
30
|
case Err(err):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/02-dependency-injection.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/architecture/05-application-lifecycle.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/02-configuration-files.md
RENAMED
|
File without changes
|
{python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/03-accessing-configuration.md
RENAMED
|
File without changes
|
{python_neva-0.6.0.dev3 → python_neva-0.6.0.dev5}/wiki/configuration/04-config-repository.md
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
|