selfx 0.1.1__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.
selfx/__init__.py ADDED
File without changes
selfx/version.py ADDED
@@ -0,0 +1 @@
1
+ __version__ = "0.1.1"
@@ -0,0 +1,54 @@
1
+ Metadata-Version: 2.4
2
+ Name: selfx
3
+ Version: 0.1.1
4
+ Summary: A Python framework for building apps for AI for CPS.Developed by AI4CPS.
5
+ Home-page: https://ai4cps.com/selfx
6
+ Author: Nemanja Hranisavljevic
7
+ Author-email: nemanja@ai4cps.com
8
+ License: MIT
9
+ Project-URL: Documentation, https://selfx.ai4cps.com
10
+ Project-URL: Source, https://github.com/ai4cps-com/selfx-oss
11
+ Project-URL: Issue Tracker, https://github.com/ai4cps-com/selfx-oss/issues
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Framework :: Dash
14
+ Classifier: Framework :: Flask
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Intended Audience :: Education
17
+ Classifier: Intended Audience :: Manufacturing
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: License :: OSI Approved :: MIT License
20
+ Classifier: Programming Language :: Python
21
+ Classifier: Topic :: Database :: Front-Ends
22
+ Classifier: Topic :: Scientific/Engineering :: Visualization
23
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
24
+ Requires-Python: >=3.8
25
+ Description-Content-Type: text/markdown
26
+ License-File: LICENSE
27
+ Requires-Dist: dash
28
+ Requires-Dist: dash-bootstrap-components
29
+ Requires-Dist: dash-extensions
30
+ Requires-Dist: waitress
31
+ Requires-Dist: networkx
32
+ Requires-Dist: pandas
33
+ Requires-Dist: flask
34
+ Requires-Dist: flask-login
35
+ Requires-Dist: flask-restful
36
+ Requires-Dist: dill
37
+ Requires-Dist: joblib
38
+ Provides-Extra: dev
39
+ Dynamic: author
40
+ Dynamic: author-email
41
+ Dynamic: classifier
42
+ Dynamic: description
43
+ Dynamic: description-content-type
44
+ Dynamic: home-page
45
+ Dynamic: license
46
+ Dynamic: license-file
47
+ Dynamic: project-url
48
+ Dynamic: provides-extra
49
+ Dynamic: requires-dist
50
+ Dynamic: requires-python
51
+ Dynamic: summary
52
+
53
+ # selfx-oss
54
+ AI apps for Cyber-Physical Systems: SelfX Open Source Software
@@ -0,0 +1,7 @@
1
+ selfx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ selfx/version.py,sha256=8oAxKUG747GUokmxjkrWejyJa5yPNEsoJDlXxoedxTw,21
3
+ selfx-0.1.1.dist-info/licenses/LICENSE,sha256=sKfkIg8mq-yvvNrk4XjxJN-7T4wJ5DSbicj75l7ezeI,1063
4
+ selfx-0.1.1.dist-info/METADATA,sha256=WchfgzVCNpSB4ejN3JH_AwBpMXOX6a1JCPVpOaI2HQs,1744
5
+ selfx-0.1.1.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
6
+ selfx-0.1.1.dist-info/top_level.txt,sha256=6X1afV_0hJfLOLHDkiT1c9Bprmd9F3B-D8kz0JmPnLw,6
7
+ selfx-0.1.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 AI4CPS
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
+ selfx