cycls 0.0.2.87__py3-none-any.whl → 0.0.2.88__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.
@@ -1,22 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cycls
3
- Version: 0.0.2.87
3
+ Version: 0.0.2.88
4
4
  Summary: Distribute Intelligence
5
- Author: Mohammed J. AlRujayi
6
- Author-email: mj@cycls.com
7
- Requires-Python: >=3.9,<4.0
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.9
10
- Classifier: Programming Language :: Python :: 3.10
11
- Classifier: Programming Language :: Python :: 3.11
12
- Classifier: Programming Language :: Python :: 3.12
13
- Classifier: Programming Language :: Python :: 3.13
14
- Classifier: Programming Language :: Python :: 3.14
15
- Requires-Dist: cloudpickle (>=3.1.1,<4.0.0)
16
- Requires-Dist: docker (>=7.1.0,<8.0.0)
17
- Requires-Dist: fastapi (>=0.111.0,<0.112.0)
18
- Requires-Dist: httpx (>=0.27.0,<0.28.0)
19
- Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
5
+ Author-email: "Mohammed J. AlRujayi" <mj@cycls.com>
6
+ Requires-Python: >=3.9
7
+ Requires-Dist: cloudpickle>=3.1.1
8
+ Requires-Dist: docker>=7.1.0
9
+ Requires-Dist: email-validator>=2.0.0
10
+ Requires-Dist: fastapi>=0.111.0
11
+ Requires-Dist: httpx>=0.27.0
12
+ Requires-Dist: pyjwt>=2.8.0
13
+ Requires-Dist: uvicorn>=0.30.0
20
14
  Description-Content-Type: text/markdown
21
15
 
22
16
  <h3 align="center">
@@ -273,4 +267,3 @@ No YAML. No Dockerfiles. No infrastructure repo. The code is the deployment.
273
267
  ## License
274
268
 
275
269
  MIT
276
-
@@ -3,12 +3,12 @@ cycls/app.py,sha256=cYzHJboFRAKXhImJOkTLdMxpFZFlkVt_oulJrhF14KU,3124
3
3
  cycls/auth.py,sha256=xkndHZyCfnlertMMEKerCJjf23N3fVcTRVTTSXTTuzg,247
4
4
  cycls/cli.py,sha256=cVbIkTDnVofohvByyYUrXF_RYDQZVQECJqo7cPBPJfs,4781
5
5
  cycls/function.py,sha256=dJ7N4kqI5dB1te-LDHrYC7l8S0tanYai1S344T2NqzU,14730
6
+ cycls/web.py,sha256=svDytrmrUoeZQtl9lBb9pGLb1JRKtcB8nZmHnErrweA,5540
7
+ cycls/themes/default/index.html,sha256=X7RbyJUic2iO1pJO0dX1iJBgUxMgqMZ-xKLTKwAE_Uk,1082
6
8
  cycls/themes/default/assets/index-DOmNqb-2.js,sha256=QTP1orFISS03SmgaBF2t7D1BlHmt8hXKvhlFZcic16I,1351775
7
9
  cycls/themes/default/assets/index-oGkkm3Z8.css,sha256=xHhbrJvvz8mIN_Otrl6nawKJcA41L3tCFhVEOstGhVU,6498
8
- cycls/themes/default/index.html,sha256=X7RbyJUic2iO1pJO0dX1iJBgUxMgqMZ-xKLTKwAE_Uk,1082
9
10
  cycls/themes/dev/index.html,sha256=QJBHkdNuMMiwQU7o8dN8__8YQeQB45D37D-NCXIWB2Q,11585
10
- cycls/web.py,sha256=svDytrmrUoeZQtl9lBb9pGLb1JRKtcB8nZmHnErrweA,5540
11
- cycls-0.0.2.87.dist-info/METADATA,sha256=8nuqUcGOSNfFJblLc75wfloiC8Ix6UzEmunTJlFrkgg,8453
12
- cycls-0.0.2.87.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
13
- cycls-0.0.2.87.dist-info/entry_points.txt,sha256=vEhqUxFhhuzCKWtq02LbMnT3wpUqdfgcM3Yh-jjXom8,40
14
- cycls-0.0.2.87.dist-info/RECORD,,
11
+ cycls-0.0.2.88.dist-info/METADATA,sha256=OwtVn0VmqjOkIz0aANvWulmYlhcB6PZuuYTelHrCHWg,8106
12
+ cycls-0.0.2.88.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
+ cycls-0.0.2.88.dist-info/entry_points.txt,sha256=CktT5eNvW_Qxomf7L_Ez_GdUbL6qAfx_Utm6_HtUJwE,41
14
+ cycls-0.0.2.88.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ cycls = cycls.cli:main
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- cycls=cycls.cli:main
3
-