dotenvmodel 0.5.1__tar.gz → 0.5.3__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.
- dotenvmodel-0.5.3/.github/workflows/publish.yml +25 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/workflows/release-please.yml +4 -3
- dotenvmodel-0.5.3/.release-please-manifest.json +3 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/CHANGELOG.md +14 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/PKG-INFO +1 -1
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/__init__.py +1 -1
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/pyproject.toml +1 -1
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/uv.lock +1 -1
- dotenvmodel-0.5.1/.github/workflows/publish.yml +0 -46
- dotenvmodel-0.5.1/.release-please-manifest.json +0 -3
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/CODEOWNERS +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/dependabot.yml +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/pull_request_template.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/workflows/ci.yml +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.github/workflows/docs.yml +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.gitignore +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/.python-version +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/CODE_OF_CONDUCT.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/CONTRIBUTING.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/LICENSE +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/Makefile +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/README.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/SECURITY.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/coercion.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/config.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/constants.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/describe-formatters.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/describe-renderers.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/describe.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/dotenvmodel.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/exceptions.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/fields.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/loading.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/logging-config.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/metaclass.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/types.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/api-reference/validation.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/changelog.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/examples/complete-app.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/getting-started/installation.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/getting-started/quick-start.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/configuration-docs.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/error-handling.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/fields.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/loading.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/logging.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/prefixes.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/types.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/guides/validation.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/docs/index.md +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/_constants.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/_redaction.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/coercion.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/config.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/describe/__init__.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/describe/formatters.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/describe/renderers.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/exceptions.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/fields.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/loading.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/logging_config.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/metaclass.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/py.typed +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/types.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/dotenvmodel/validation.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/examples/advanced_types.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/examples/basic_usage.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/examples/describe_documentation.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/examples/generate_env_example.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/examples/logging_example.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/mkdocs.yml +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/release-please-config.json +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/__init__.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/conftest.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_basic.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_coercion.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_collection_validators.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_defaults_coercion.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_describe.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_adoption.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_datetime.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_describe_output.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_enum.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_field_options.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_numbers.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_path_options.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_edge_strings.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_empty_collection_items.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_empty_strings.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_enum.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_errors.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_field_constraints.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_future_annotations.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_inheritance.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_json.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_json_and_optional.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_loading.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_logging_config.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_nested_config.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_post_load.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_prefix.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_reload.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_secret_redaction.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_secretstr_security.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_string_affixes.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_strip.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_strip_integration.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_types.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_union_types.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_url_dsn.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_url_password_decoding.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_url_unquote.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_urls.py +0 -0
- {dotenvmodel-0.5.1 → dotenvmodel-0.5.3}/tests/test_validator.py +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
name: Publish to PyPI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- "v*"
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
inputs:
|
|
9
|
+
tag_name:
|
|
10
|
+
description: Existing tag to build and publish (e.g. v0.5.2)
|
|
11
|
+
required: true
|
|
12
|
+
type: string
|
|
13
|
+
|
|
14
|
+
permissions:
|
|
15
|
+
contents: read
|
|
16
|
+
id-token: write
|
|
17
|
+
|
|
18
|
+
jobs:
|
|
19
|
+
publish:
|
|
20
|
+
uses: AZX-PBC-OSS/gha-workflows/.github/workflows/publish-python.yml@e35a12e79176f05980e6f93eb2b935132df10672
|
|
21
|
+
with:
|
|
22
|
+
dist-name: dotenvmodel
|
|
23
|
+
python-version: "3.12"
|
|
24
|
+
tag-name: ${{ inputs.tag_name || github.ref_name }}
|
|
25
|
+
secrets: inherit
|
|
@@ -28,8 +28,9 @@ jobs:
|
|
|
28
28
|
publish:
|
|
29
29
|
needs: release-please
|
|
30
30
|
if: needs.release-please.outputs.release_created
|
|
31
|
-
uses:
|
|
31
|
+
uses: AZX-PBC-OSS/gha-workflows/.github/workflows/publish-python.yml@e35a12e79176f05980e6f93eb2b935132df10672
|
|
32
32
|
with:
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
dist-name: dotenvmodel
|
|
34
|
+
python-version: "3.12"
|
|
35
|
+
tag-name: ${{ needs.release-please.outputs.tag_name }}
|
|
35
36
|
secrets: inherit
|
|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.5.3](https://github.com/AZX-PBC-OSS/dotenvmodel/compare/v0.5.2...v0.5.3) (2026-07-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Continuous Integration
|
|
12
|
+
|
|
13
|
+
* publish via centralized reusable workflow ([#44](https://github.com/AZX-PBC-OSS/dotenvmodel/issues/44)) ([d653161](https://github.com/AZX-PBC-OSS/dotenvmodel/commit/d653161cc426161838580bd0772ebb65b488198f))
|
|
14
|
+
|
|
15
|
+
## [0.5.2](https://github.com/AZX-PBC-OSS/dotenvmodel/compare/v0.5.1...v0.5.2) (2026-07-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Continuous Integration
|
|
19
|
+
|
|
20
|
+
* standardize publish workflow on org template (pypa action, conditional attestations) ([#42](https://github.com/AZX-PBC-OSS/dotenvmodel/issues/42)) ([32960d4](https://github.com/AZX-PBC-OSS/dotenvmodel/commit/32960d404867e044b9287644319de805459e15df))
|
|
21
|
+
|
|
8
22
|
## [0.5.1](https://github.com/AZX-PBC-OSS/dotenvmodel/compare/v0.5.0...v0.5.1) (2026-07-22)
|
|
9
23
|
|
|
10
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dotenvmodel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: Type-safe environment configuration with automatic .env file loading
|
|
5
5
|
Project-URL: Homepage, https://github.com/AZX-PBC-OSS/dotenvmodel
|
|
6
6
|
Project-URL: Repository, https://github.com/AZX-PBC-OSS/dotenvmodel
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
name: Publish to PyPI
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
workflow_call:
|
|
5
|
-
inputs:
|
|
6
|
-
release_created:
|
|
7
|
-
required: true
|
|
8
|
-
type: boolean
|
|
9
|
-
tag_name:
|
|
10
|
-
required: true
|
|
11
|
-
type: string
|
|
12
|
-
release:
|
|
13
|
-
types: [published]
|
|
14
|
-
workflow_dispatch:
|
|
15
|
-
|
|
16
|
-
permissions:
|
|
17
|
-
id-token: write
|
|
18
|
-
contents: read
|
|
19
|
-
|
|
20
|
-
jobs:
|
|
21
|
-
publish:
|
|
22
|
-
runs-on: ubuntu-latest
|
|
23
|
-
if: inputs.release_created || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
|
|
24
|
-
|
|
25
|
-
steps:
|
|
26
|
-
- uses: actions/checkout@v7
|
|
27
|
-
|
|
28
|
-
- name: Install uv
|
|
29
|
-
uses: astral-sh/setup-uv@v7
|
|
30
|
-
with:
|
|
31
|
-
version: "latest"
|
|
32
|
-
|
|
33
|
-
- name: Set up Python
|
|
34
|
-
run: uv python install
|
|
35
|
-
|
|
36
|
-
- name: Install dependencies
|
|
37
|
-
run: uv sync --all-extras --group dev
|
|
38
|
-
|
|
39
|
-
- name: Run tests
|
|
40
|
-
run: uv run pytest tests/ -v
|
|
41
|
-
|
|
42
|
-
- name: Build package
|
|
43
|
-
run: uv build
|
|
44
|
-
|
|
45
|
-
- name: Publish to PyPI
|
|
46
|
-
run: uv publish
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|