pydiagral 1.3.7b2__tar.gz → 1.3.7b3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/CHANGELOG.md +7 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/PKG-INFO +1 -1
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/docs/api.md +3 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/docs/exceptions.md +3 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.devcontainer/Dockerfile.dev +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.devcontainer/devcontainer.json +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/FUNDING.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/dependabot.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/labels.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/workflows/labeler.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/workflows/lint.yaml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/workflows/lock.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/workflows/pytest.yaml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/workflows/release_and_doc.yaml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.github/workflows/semantic-prs.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.gitignore +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.releaserc +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.vscode/extensions.json +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/.vscode/settings.json +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/LICENSE +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/README.md +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/docs/how-to-find-diagral-serial.png +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/docs/index.md +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/docs/models.md +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/docs/pydiagral-Logo.png +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/example_code.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/mkdocs.yml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/pyproject.toml +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/src/pydiagral/__init__.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/src/pydiagral/api.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/src/pydiagral/constants.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/src/pydiagral/exceptions.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/src/pydiagral/models.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/src/pydiagral/utils.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/test.txt +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/tests/__init__.py +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/tests/data/configuration_sample.json +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/tests/data/system_details_sample.json +0 -0
- {pydiagral-1.3.7b2 → pydiagral-1.3.7b3}/tests/test_pydiagral_api.py +0 -0
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.3.7-beta.3](https://github.com/mguyard/pydiagral/compare/v1.3.7-beta.2...v1.3.7-beta.3) (2025-02-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* test11 ([16d5b01](https://github.com/mguyard/pydiagral/commit/16d5b0181a07d2820ae46e3c8730fd050377774b))
|
7
|
+
|
1
8
|
## [1.3.7-beta.2](https://github.com/mguyard/pydiagral/compare/v1.3.7-beta.1...v1.3.7-beta.2) (2025-02-22)
|
2
9
|
|
3
10
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pydiagral
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.7b3
|
4
4
|
Summary: A Python library for interacting with Diagral systems
|
5
5
|
Project-URL: Homepage, https://github.com/mguyard/pydiagral
|
6
6
|
Project-URL: Documentation, https://github.com/mguyard/pydiagral
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|