rebrandly-otel 0.1.3__py3-none-any.whl → 0.1.5__py3-none-any.whl

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.

Potentially problematic release.


This version of rebrandly-otel might be problematic. Click here for more details.

@@ -0,0 +1,14 @@
1
+ # src/__init__.py
2
+ from .rebrandly_otel import *
3
+ from .logs import * # if you want to expose logs functions
4
+ from .metrics import * # if you want to expose metrics functions
5
+ from .traces import * # if you want to expose traces functions
6
+
7
+ # Explicitly define what's available
8
+ __all__ = [
9
+ 'otel',
10
+ 'lambda_handler',
11
+ 'logger',
12
+ 'force_flush',
13
+ # add any other functions/classes you want to expose
14
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rebrandly_otel
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Python OTEL wrapper by Rebrandly
5
5
  Home-page: https://github.com/rebrandly/rebrandly-otel-python
6
6
  Author: Antonio Romano
@@ -328,6 +328,13 @@ Rebrandly Python SDK is released under the MIT License.
328
328
 
329
329
  ## Build and Deploy
330
330
 
331
+ ```bash
332
+ brew install pipx
333
+ pipx ensurepath
334
+ pipx install build
335
+ pipx install twine
336
+ ```
337
+
331
338
  > build
332
339
  >
333
340
  > twine upload dist/*
@@ -0,0 +1,11 @@
1
+ rebrandly_otel/__init__.py,sha256=kvxPDm7du0imVsUtnNvxRUjmy5GBuldwNXBAZqzJSLE,413
2
+ rebrandly_otel/logs.py,sha256=eClyZfmlE85Y8S0ZqrJoilf6SvwkT1p6aUfX57IBy-s,3727
3
+ rebrandly_otel/metrics.py,sha256=TyVEAaWyKuPoQRMBpkYhT4SUx6GYtnyEuz6DQtEK93I,8540
4
+ rebrandly_otel/otel_utils.py,sha256=uJmfz2NspSnTVJXGKoaLUl1CYb0ow6VHKjmg2d_rdwg,1704
5
+ rebrandly_otel/rebrandly_otel.py,sha256=9QhKD37ZqVauikAxNUN8C4muXOJSg_mioFt--jwL9IU,19828
6
+ rebrandly_otel/traces.py,sha256=O_9wEpsW8mBlJEwVQj9QQXKB8WHYPNigtiOEBX7xanQ,7051
7
+ rebrandly_otel-0.1.5.dist-info/licenses/LICENSE,sha256=KMXHvTwP62S2q-SG7CFfMU_09rUwxiqlM0izaYGdcgY,1103
8
+ rebrandly_otel-0.1.5.dist-info/METADATA,sha256=muZQG_enRLlCNKPy8N9BGEOSE9f4-7uy7kAcPLkxqUQ,9627
9
+ rebrandly_otel-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ rebrandly_otel-0.1.5.dist-info/top_level.txt,sha256=26PSC1gjVUl8tTH5QfKbFevjVV4E2yojoukEfiTScvM,15
11
+ rebrandly_otel-0.1.5.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ rebrandly_otel
@@ -1,11 +0,0 @@
1
- rebrandly_otel-0.1.3.dist-info/licenses/LICENSE,sha256=KMXHvTwP62S2q-SG7CFfMU_09rUwxiqlM0izaYGdcgY,1103
2
- src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- src/logs.py,sha256=eClyZfmlE85Y8S0ZqrJoilf6SvwkT1p6aUfX57IBy-s,3727
4
- src/metrics.py,sha256=TyVEAaWyKuPoQRMBpkYhT4SUx6GYtnyEuz6DQtEK93I,8540
5
- src/otel_utils.py,sha256=uJmfz2NspSnTVJXGKoaLUl1CYb0ow6VHKjmg2d_rdwg,1704
6
- src/rebrandly_otel.py,sha256=9QhKD37ZqVauikAxNUN8C4muXOJSg_mioFt--jwL9IU,19828
7
- src/traces.py,sha256=O_9wEpsW8mBlJEwVQj9QQXKB8WHYPNigtiOEBX7xanQ,7051
8
- rebrandly_otel-0.1.3.dist-info/METADATA,sha256=JQS8i7qBTdNW_M6i7-_zZFKgp9D0KQ9-sBhuO2eYoWs,9542
9
- rebrandly_otel-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- rebrandly_otel-0.1.3.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
11
- rebrandly_otel-0.1.3.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- src
src/__init__.py DELETED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes