aitestdevika 0.0.1__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.
File without changes
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: aitestdevika
3
+ Version: 0.0.1
4
+ Summary: A small example package
5
+ Author-email: Example Author <author@example.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/pypa/sampleproject
8
+ Project-URL: Issues, https://github.com/pypa/sampleproject/issues
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: license-file
File without changes
@@ -0,0 +1,19 @@
1
+ [project]
2
+ name = "aitestdevika"
3
+ version = "0.0.1"
4
+ authors = [
5
+ { name="Example Author", email="author@example.com" },
6
+ ]
7
+ description = "A small example package"
8
+ readme = "README.md"
9
+ requires-python = ">=3.9"
10
+ classifiers = [
11
+ "Programming Language :: Python :: 3",
12
+ "Operating System :: OS Independent",
13
+ ]
14
+ license = "MIT"
15
+ license-files = ["LICEN[CS]E*"]
16
+
17
+ [project.urls]
18
+ Homepage = "https://github.com/pypa/sampleproject"
19
+ Issues = "https://github.com/pypa/sampleproject/issues"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
@@ -0,0 +1,5 @@
1
+ def add(a,b):
2
+ return(a+b)
3
+
4
+ def sub(a,b):
5
+ return(a-b)
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: aitestdevika
3
+ Version: 0.0.1
4
+ Summary: A small example package
5
+ Author-email: Example Author <author@example.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/pypa/sampleproject
8
+ Project-URL: Issues, https://github.com/pypa/sampleproject/issues
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: license-file
@@ -0,0 +1,9 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/aitestdevika/__init__.py
5
+ src/aitestdevika/aitesting.py
6
+ src/aitestdevika.egg-info/PKG-INFO
7
+ src/aitestdevika.egg-info/SOURCES.txt
8
+ src/aitestdevika.egg-info/dependency_links.txt
9
+ src/aitestdevika.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ aitestdevika