azpaddypy 0.1.3__tar.gz → 0.1.4__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.
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: azpaddypy
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Add your description here
5
+ Classifier: Operating System :: OS Independent
5
6
  Requires-Python: >=3.11
6
7
  Description-Content-Type: text/markdown
7
8
  License-File: LICENSE
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: azpaddypy
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Add your description here
5
+ Classifier: Operating System :: OS Independent
5
6
  Requires-Python: >=3.11
6
7
  Description-Content-Type: text/markdown
7
8
  License-File: LICENSE
@@ -0,0 +1,9 @@
1
+ """
2
+ AzPaddyPy - A standardized Python package for Azure cloud services integration.
3
+ """
4
+
5
+ __version__ = "0.1.0"
6
+
7
+ from azpaddypy.mgmt import logging
8
+
9
+ __all__ = ["AzureLogger"]
@@ -1,13 +1,15 @@
1
1
  [project]
2
2
  name = "azpaddypy"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
7
+ classifiers = [
8
+ "Operating System :: OS Independent",
9
+ ]
7
10
  dependencies = [
8
11
  "azure-monitor-opentelemetry==1.6.10",
9
12
  ]
10
-
11
13
  [dependency-groups]
12
14
  dev = [
13
15
  "azure-functions>=1.17.0",
@@ -1,3 +0,0 @@
1
-
2
- from azpaddypy.mgmt.logging import *
3
-
File without changes
File without changes
File without changes