pydiagral 1.3.6__tar.gz → 1.3.7b2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/workflows/release_and_doc.yaml +0 -2
  2. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/CHANGELOG.md +14 -0
  3. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/PKG-INFO +1 -1
  4. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/docs/api.md +0 -4
  5. pydiagral-1.3.7b2/docs/exceptions.md +9 -0
  6. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/docs/index.md +3 -1
  7. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/docs/models.md +0 -6
  8. pydiagral-1.3.6/docs/exceptions.md +0 -18
  9. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.devcontainer/Dockerfile.dev +0 -0
  10. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.devcontainer/devcontainer.json +0 -0
  11. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/FUNDING.yml +0 -0
  12. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/dependabot.yml +0 -0
  13. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/labels.yml +0 -0
  14. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/workflows/labeler.yml +0 -0
  15. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/workflows/lint.yaml +0 -0
  16. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/workflows/lock.yml +0 -0
  17. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/workflows/pytest.yaml +0 -0
  18. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.github/workflows/semantic-prs.yml +0 -0
  19. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.gitignore +0 -0
  20. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.releaserc +0 -0
  21. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.vscode/extensions.json +0 -0
  22. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/.vscode/settings.json +0 -0
  23. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/LICENSE +0 -0
  24. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/README.md +0 -0
  25. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/docs/how-to-find-diagral-serial.png +0 -0
  26. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/docs/pydiagral-Logo.png +0 -0
  27. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/example_code.py +0 -0
  28. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/mkdocs.yml +0 -0
  29. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/pyproject.toml +0 -0
  30. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/src/pydiagral/__init__.py +0 -0
  31. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/src/pydiagral/api.py +0 -0
  32. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/src/pydiagral/constants.py +0 -0
  33. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/src/pydiagral/exceptions.py +0 -0
  34. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/src/pydiagral/models.py +0 -0
  35. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/src/pydiagral/utils.py +0 -0
  36. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/test.txt +0 -0
  37. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/tests/__init__.py +0 -0
  38. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/tests/data/configuration_sample.json +0 -0
  39. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/tests/data/system_details_sample.json +0 -0
  40. {pydiagral-1.3.6 → pydiagral-1.3.7b2}/tests/test_pydiagral_api.py +0 -0
@@ -35,8 +35,6 @@ jobs:
35
35
  - name: Semantic Release
36
36
  id: semantic
37
37
  uses: cycjimmy/semantic-release-action@v4
38
- with:
39
- branch: ${{ github.ref_name }} # Utiliser la branche actuelle
40
38
  env:
41
39
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
42
40
  PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
@@ -1,3 +1,17 @@
1
+ ## [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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * test10 ([76bfc10](https://github.com/mguyard/pydiagral/commit/76bfc10ac79d144a59ef6a16eb3e9f52f1eaa364))
7
+
8
+ ## [1.3.7-beta.1](https://github.com/mguyard/pydiagral/compare/v1.3.6...v1.3.7-beta.1) (2025-02-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * test9 ([042239c](https://github.com/mguyard/pydiagral/commit/042239c402f329fec0bb7ed9de3de46ace5a6d64))
14
+
1
15
  ## [1.3.6](https://github.com/mguyard/pydiagral/compare/v1.3.5...v1.3.6) (2025-02-22)
2
16
 
3
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydiagral
3
- Version: 1.3.6
3
+ Version: 1.3.7b2
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
@@ -4,9 +4,5 @@
4
4
 
5
5
  ::: pydiagral.api
6
6
  handler: python
7
- selection:
8
- members:
9
- - "!^_" # Excludes members starting with an underscore
10
- - DiagralAPI
11
7
 
12
8
  <!-- prettier-ignore-end -->
@@ -0,0 +1,9 @@
1
+ <!-- prettier-ignore-start -->
2
+
3
+ # Exceptions Reference
4
+
5
+ ::: pydiagral.exceptions
6
+ handler: python
7
+
8
+
9
+ <!-- prettier-ignore-end -->
@@ -1,3 +1,5 @@
1
+ ![Logo](pydiagral-Logo.png)
2
+
1
3
  # Documentation pydiagral
2
4
 
3
5
  Welcome to the documentation for pydiagral, a Python library for interacting with the Diagral API.
@@ -61,7 +63,7 @@ LOG_LEVEL=DEBUG
61
63
 
62
64
  And run the [example_code.py](https://github.com/mguyard/pydiagral/blob/main/example_code.py).
63
65
 
64
- > [!TIP]
66
+ > TIP
65
67
  >
66
68
  > You can customize the actions performed by [example_code.py](https://github.com/mguyard/pydiagral/blob/main/example_code.py) by modifying the parameters in the code, as indicated by the `CUSTOMIZE THE TESTS` section title.
67
69
 
@@ -6,11 +6,5 @@
6
6
  handler: python
7
7
  options:
8
8
  show_root_heading: true
9
- show_source: false
10
- members: true
11
- filters:
12
- - "!^_"
13
- - "!CamelCaseModel"
14
- - "!^[a-z]"
15
9
 
16
10
  <!-- prettier-ignore-end -->
@@ -1,18 +0,0 @@
1
- <!-- prettier-ignore-start -->
2
-
3
- # Exceptions Reference
4
-
5
- ::: pydiagral.exceptions
6
- handler: python
7
- selection:
8
- members:
9
- - DiagralAPIError
10
- - AuthenticationError
11
- - ClientError
12
- - ConfigurationError
13
- - ServerError
14
- - SessionError
15
- - ValidationError
16
-
17
-
18
- <!-- 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