aidlc-shared 10.0.2__tar.gz

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,10 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Ashutosh
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.
@@ -0,0 +1,3 @@
1
+ include README.md
2
+ include LICENSE
3
+ recursive-include aidlc-shared *.py
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: aidlc-shared
3
+ Version: 10.0.2
4
+ Author-email: Ashutosh <duttaashutosh500@gmail.com>
5
+ License: MIT
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: license-file
13
+
14
+ # marvelmaniac
15
+
16
+ <img src="https://pypi-camo.freetls.fastly.net/6d3016a90694eaee6714b50fe825c0c317e113a8/5b68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6e726a696f2f696e7465726163746976652e6769665d2868747470733a2f2f636f6d706f74652e736c6174652e636f6d2f696d616765732f36393762303233622d363461352d343961302d383035392d3237623936333435336662312e6769663f63726f703d373830253243353230253243783025324379302677696474683d313238302968747470733a2f2f636f6d706f74652e736c6174652e636f6d2f696d616765732f36393762303233622d363461352d343961302d383035392d3237623936333435336662312e6769663f63726f703d373830253243353230253243783025324379302677696474683d31323830"
17
+ alt="Package example"
18
+ width="350"/>
@@ -0,0 +1,5 @@
1
+ # marvelmaniac
2
+
3
+ <img src="https://pypi-camo.freetls.fastly.net/6d3016a90694eaee6714b50fe825c0c317e113a8/5b68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6e726a696f2f696e7465726163746976652e6769665d2868747470733a2f2f636f6d706f74652e736c6174652e636f6d2f696d616765732f36393762303233622d363461352d343961302d383035392d3237623936333435336662312e6769663f63726f703d373830253243353230253243783025324379302677696474683d313238302968747470733a2f2f636f6d706f74652e736c6174652e636f6d2f696d616765732f36393762303233622d363461352d343961302d383035392d3237623936333435336662312e6769663f63726f703d373830253243353230253243783025324379302677696474683d31323830"
4
+ alt="Package example"
5
+ width="350"/>
@@ -0,0 +1,5 @@
1
+ """
2
+ aidlc-shared
3
+ """
4
+
5
+ __version__ = "10.0.2"
@@ -0,0 +1,2 @@
1
+ def hello():
2
+ return "Hello from aidlc-shared"
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: aidlc-shared
3
+ Version: 10.0.2
4
+ Author-email: Ashutosh <duttaashutosh500@gmail.com>
5
+ License: MIT
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: license-file
13
+
14
+ # marvelmaniac
15
+
16
+ <img src="https://pypi-camo.freetls.fastly.net/6d3016a90694eaee6714b50fe825c0c317e113a8/5b68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6e726a696f2f696e7465726163746976652e6769665d2868747470733a2f2f636f6d706f74652e736c6174652e636f6d2f696d616765732f36393762303233622d363461352d343961302d383035392d3237623936333435336662312e6769663f63726f703d373830253243353230253243783025324379302677696474683d313238302968747470733a2f2f636f6d706f74652e736c6174652e636f6d2f696d616765732f36393762303233622d363461352d343961302d383035392d3237623936333435336662312e6769663f63726f703d373830253243353230253243783025324379302677696474683d31323830"
17
+ alt="Package example"
18
+ width="350"/>
@@ -0,0 +1,12 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ aidlc-shared/__init__.py
6
+ aidlc-shared/core.py
7
+ aidlc_shared.egg-info/PKG-INFO
8
+ aidlc_shared.egg-info/SOURCES.txt
9
+ aidlc_shared.egg-info/dependency_links.txt
10
+ aidlc_shared.egg-info/top_level.txt
11
+ vamscli/__init__.py
12
+ vamscli/core.py
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "aidlc-shared"
7
+ version = "10.0.2"
8
+ readme = { file = "README.md", content-type = "text/markdown" }
9
+ requires-python = ">=3.8"
10
+ license = { text = "MIT" }
11
+ authors = [
12
+ { name="Ashutosh", email="duttaashutosh500@gmail.com" }
13
+ ]
14
+ classifiers = [
15
+ "Programming Language :: Python :: 3",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Operating System :: OS Independent",
18
+ ]
19
+
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,5 @@
1
+ """
2
+ vamscli
3
+ """
4
+
5
+ __version__ = "10.0.2"
@@ -0,0 +1,2 @@
1
+ def hello():
2
+ return "Hello from vamscli"