bn-byneuron 0.0.95__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.
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.1
2
+ Name: bn-byneuron
3
+ Version: 0.0.95
4
+ Summary: API for byneuron backend
5
+ Home-page: https://gitlab.com/bynubian/bynode/python_packages/byneuron
6
+ Author: jovi
7
+ Author-email: jo.vinckier@bynubian.com
8
+ License: UNKNOWN
9
+ Platform: UNKNOWN
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Operating System :: OS Independent
13
+ Requires-Python: >=3.7
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: requests>=2.32.4
16
+
17
+ # Byneuron
18
+
19
+
20
+ ## About
21
+ byneuron API tool that works via backend endpoints
22
+ Handles entities and eventdata.
23
+
24
+ ## get started
25
+ provide environment variables, e.g. .ENV file in root with
26
+ -> BYNEURON_URL
27
+ -> KEYCLOAK_TOKEN_URL
28
+ -> OAUTH2_CLIENT_ID
29
+ -> OAUTH2_CLIENT_SECRET
30
+
31
+
32
+
@@ -0,0 +1,6 @@
1
+ byneuron/__init__.py,sha256=oolQwCoxeJsmviJ_P0bU2FrspQv5C5X6olx0v95W55M,51
2
+ byneuron/byneuron.py,sha256=-oy1T53zl6aW0ZkXWuf54LT-qWWkubxjjN0rGFalFY8,72812
3
+ bn_byneuron-0.0.95.dist-info/METADATA,sha256=Kfeqh4NTEDkxkZ_9thSlFogU5u2AI7kUuc6grwbTL5A,755
4
+ bn_byneuron-0.0.95.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
+ bn_byneuron-0.0.95.dist-info/top_level.txt,sha256=gzxjfnwRmUUlVBEFSIKy5wHV1ROqlmBs696k58gAI30,9
6
+ bn_byneuron-0.0.95.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.45.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ byneuron
byneuron/__init__.py ADDED
@@ -0,0 +1 @@
1
+ from .byneuron import Byneuron, Entity, Numberevent