engiyn-core 0.1.2__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,5 @@
1
+ """
2
+ Engiyn Core - Multi-cloud, AI/IDE integration engine
3
+ """
4
+
5
+ __version__ = "0.1.2"
@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.4
2
+ Name: engiyn-core
3
+ Version: 0.1.2
4
+ Summary: Engiyn Core - Multi-cloud, AI/IDE integration engine
5
+ Home-page: https://github.com/ledyardco/engiyn-core
6
+ Author: Ledyardco
7
+ Author-email: info@ledyardco.com
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.7
13
+ Classifier: Programming Language :: Python :: 3.8
14
+ Classifier: Programming Language :: Python :: 3.9
15
+ Requires-Python: >=3.7
16
+ License-File: LICENSE
17
+ Requires-Dist: jsonschema
18
+ Requires-Dist: flask
19
+ Requires-Dist: click
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: home-page
24
+ Dynamic: license-file
25
+ Dynamic: requires-dist
26
+ Dynamic: requires-python
27
+ Dynamic: summary
@@ -0,0 +1,6 @@
1
+ engiyn_core/__init__.py,sha256=IY6hFwedJ6cOc31mnWfuFL-coyDJuWGJ2LghBA2kD0k,84
2
+ engiyn_core-0.1.2.dist-info/licenses/LICENSE,sha256=DiYfGLjrj0u7uwtqN9wgmzLo8DhY-sc7_t891yivMYY,1063
3
+ engiyn_core-0.1.2.dist-info/METADATA,sha256=gpnh3w0Z_qFsbgsAiYoI3eL8d2mR0qRquhTym0TlqtQ,834
4
+ engiyn_core-0.1.2.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
5
+ engiyn_core-0.1.2.dist-info/top_level.txt,sha256=Bw6doiTafoNsy265OhK2BG_ewNqN6vuVv08k9QPkB3U,12
6
+ engiyn_core-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (79.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Engiyn
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ engiyn_core