rebrandly-otel 0.1.2__py3-none-any.whl → 0.1.4__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.

@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rebrandly_otel
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Python OTEL wrapper by Rebrandly
5
5
  Home-page: https://github.com/rebrandly/rebrandly-otel-python
6
6
  Author: Antonio Romano
7
- Author-email: antobio@rebrandly.com
7
+ Author-email: antonio@rebrandly.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
@@ -30,7 +30,7 @@ The Rebrandly OpenTelemetry SDK provides a unified interface for distributed tra
30
30
  ## Installation
31
31
 
32
32
  ```bash
33
- pip install rebrandly-otel-sdk
33
+ pip install rebrandly-otel
34
34
  ```
35
35
 
36
36
  ### Dependencies
@@ -328,12 +328,19 @@ Rebrandly Python SDK is released under the MIT License.
328
328
 
329
329
  ## Build and Deploy
330
330
 
331
- > build --version
331
+ ```bash
332
+ brew install pipx
333
+ pipx ensurepath
334
+ pipx install build
335
+ pipx install twine
336
+ ```
337
+
338
+ > build
332
339
  >
333
- > twine --version
340
+ > twine upload dist/*
334
341
 
335
342
  If `build` gives you an error, try:
336
343
 
337
- > pyproject-build --version
344
+ > pyproject-build
338
345
  >
339
- > twine --version
346
+ > twine upload dist/*
@@ -0,0 +1,11 @@
1
+ rebrandly_otel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
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.4.dist-info/licenses/LICENSE,sha256=KMXHvTwP62S2q-SG7CFfMU_09rUwxiqlM0izaYGdcgY,1103
8
+ rebrandly_otel-0.1.4.dist-info/METADATA,sha256=pAHJa2BUdUXLdJ0_3dF4ipxd7VBufvsl3CeiocBjd6w,9627
9
+ rebrandly_otel-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ rebrandly_otel-0.1.4.dist-info/top_level.txt,sha256=26PSC1gjVUl8tTH5QfKbFevjVV4E2yojoukEfiTScvM,15
11
+ rebrandly_otel-0.1.4.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ rebrandly_otel
@@ -1,11 +0,0 @@
1
- rebrandly_otel-0.1.2.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.2.dist-info/METADATA,sha256=JT6BYs6HhL26YjrxxNbqI24Ruyg3unXZoTeAsljzFe8,9558
9
- rebrandly_otel-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- rebrandly_otel-0.1.2.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
11
- rebrandly_otel-0.1.2.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- src
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes