pydiagral 1.2.0__tar.gz → 1.3.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pydiagral-1.2.0 → pydiagral-1.3.0}/CHANGELOG.md +7 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/PKG-INFO +1 -1
- pydiagral-1.3.0/docs/models.md +13 -0
- pydiagral-1.2.0/docs/models.md +0 -16
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.devcontainer/Dockerfile.dev +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.devcontainer/devcontainer.json +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/FUNDING.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/dependabot.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/labels.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/workflows/labeler.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/workflows/lint.yaml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/workflows/lock.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/workflows/pytest.yaml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/workflows/release_and_doc.yaml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.github/workflows/semantic-prs.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.gitignore +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.releaserc +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.vscode/extensions.json +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/.vscode/settings.json +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/LICENSE +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/README.md +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/docs/api.md +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/docs/exceptions.md +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/docs/how-to-find-diagral-serial.png +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/docs/index.md +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/docs/pydiagral-Logo.png +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/example_code.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/mkdocs.yml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/pyproject.toml +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/src/pydiagral/__init__.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/src/pydiagral/api.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/src/pydiagral/constants.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/src/pydiagral/exceptions.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/src/pydiagral/models.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/src/pydiagral/utils.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/test.txt +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/tests/__init__.py +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/tests/data/configuration_sample.json +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/tests/data/system_details_sample.json +0 -0
- {pydiagral-1.2.0 → pydiagral-1.3.0}/tests/test_pydiagral_api.py +0 -0
@@ -1,3 +1,10 @@
|
|
1
|
+
# [1.3.0](https://github.com/mguyard/pydiagral/compare/v1.2.0...v1.3.0) (2025-02-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* test2 ([68c072c](https://github.com/mguyard/pydiagral/commit/68c072cc100781604710717af877f8963db4dc02))
|
7
|
+
|
1
8
|
# [1.2.0](https://github.com/mguyard/pydiagral/compare/v1.1.0...v1.2.0) (2025-02-22)
|
2
9
|
|
3
10
|
|
pydiagral-1.2.0/docs/models.md
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
<!-- prettier-ignore-start -->
|
2
|
-
|
3
|
-
# Models Reference
|
4
|
-
|
5
|
-
::: pydiagral.models
|
6
|
-
handler: python
|
7
|
-
options:
|
8
|
-
show_root_heading: true
|
9
|
-
show_source: false
|
10
|
-
members: true
|
11
|
-
filters:
|
12
|
-
- "!^_" # Excludes members starting with an underscore
|
13
|
-
- "!CamelCaseModel" # Specifically excludes the CamelCaseModel class
|
14
|
-
- - "!^[a-z]" # Excludes members starting with a minus letter (following Python convention match functions)
|
15
|
-
|
16
|
-
<!-- prettier-ignore-end -->
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|