pydiagral 1.0.0b4__tar.gz → 1.1.0b1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- pydiagral-1.1.0b1/CHANGELOG.md +7 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/PKG-INFO +1 -1
- pydiagral-1.0.0b4/CHANGELOG.md +0 -27
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.devcontainer/Dockerfile.dev +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.devcontainer/devcontainer.json +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/FUNDING.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/dependabot.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/labels.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/workflows/labeler.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/workflows/lint.yaml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/workflows/lock.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/workflows/pytest.yaml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/workflows/release_and_doc.yaml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.github/workflows/semantic-prs.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.gitignore +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.releaserc +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.vscode/extensions.json +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/.vscode/settings.json +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/LICENSE +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/README.md +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/docs/api.md +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/docs/exceptions.md +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/docs/how-to-find-diagral-serial.png +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/docs/index.md +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/docs/models.md +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/docs/pydiagral-Logo.png +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/example_code.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/mkdocs.yml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/pyproject.toml +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/release-upgrade +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/src/pydiagral/__init__.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/src/pydiagral/api.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/src/pydiagral/constants.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/src/pydiagral/exceptions.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/src/pydiagral/models.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/src/pydiagral/utils.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/tests/__init__.py +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/tests/data/configuration_sample.json +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/tests/data/system_details_sample.json +0 -0
- {pydiagral-1.0.0b4 → pydiagral-1.1.0b1}/tests/test_pydiagral_api.py +0 -0
@@ -0,0 +1,7 @@
|
|
1
|
+
# [1.1.0-beta.1](https://github.com/mguyard/pydiagral/compare/v1.0.0...v1.1.0-beta.1) (2025-02-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* **pencil:** Enable semantic debugs ([3d46b6e](https://github.com/mguyard/pydiagral/commit/3d46b6e220a7a26bea9f67112bfaea87419a9717))
|
7
|
+
* Upgrade release ([1e1909b](https://github.com/mguyard/pydiagral/commit/1e1909bbf6b0626d23584f98d0ff02d55f0f264c))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pydiagral
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.1.0b1
|
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
|
pydiagral-1.0.0b4/CHANGELOG.md
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# [1.0.0-beta.4](https://github.com/mguyard/pydiagral/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2025-02-23)
|
2
|
-
|
3
|
-
|
4
|
-
### Features
|
5
|
-
|
6
|
-
* **pencil:** Enable semantic debugs ([3d46b6e](https://github.com/mguyard/pydiagral/commit/3d46b6e220a7a26bea9f67112bfaea87419a9717))
|
7
|
-
|
8
|
-
# [1.0.0-beta.3](https://github.com/mguyard/pydiagral/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2025-02-23)
|
9
|
-
|
10
|
-
|
11
|
-
### Features
|
12
|
-
|
13
|
-
* Upgrade release ([1e1909b](https://github.com/mguyard/pydiagral/commit/1e1909bbf6b0626d23584f98d0ff02d55f0f264c))
|
14
|
-
|
15
|
-
# [1.0.0-beta.2](https://github.com/mguyard/pydiagral/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-02-23)
|
16
|
-
|
17
|
-
|
18
|
-
### Features
|
19
|
-
|
20
|
-
* Better publish on PyPi ([d3d81ed](https://github.com/mguyard/pydiagral/commit/d3d81ed95ffd492a5a43f6581d6d78645b4a3afd))
|
21
|
-
|
22
|
-
# 1.0.0-beta.1 (2025-02-23)
|
23
|
-
|
24
|
-
|
25
|
-
### Features
|
26
|
-
|
27
|
-
* First Commit ([97717fa](https://github.com/mguyard/pydiagral/commit/97717fa73e0289b7f3f4c9e84783e1d9b571f423))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|