phatai 0.1.0__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.
phatai-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: phatai
3
+ Version: 0.1.0
4
+ Summary:
5
+ Author: phatnguyen
6
+ Author-email: phatnguyentan.aiengineer@gmail.com
7
+ Requires-Python: >=3.11
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
13
+ Description-Content-Type: text/markdown
14
+
15
+ # phatai
16
+
17
+ A very simple Python package.
phatai-0.1.0/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # phatai
2
+
3
+ A very simple Python package.
@@ -0,0 +1,18 @@
1
+ [project]
2
+ name = "phatai"
3
+ version = "0.1.0"
4
+ description = ""
5
+ authors = [
6
+ {name = "phatnguyen",email = "phatnguyentan.aiengineer@gmail.com"}
7
+ ]
8
+ readme = "README.md"
9
+ requires-python = ">=3.11"
10
+ dependencies = [
11
+ ]
12
+
13
+ [tool.poetry]
14
+ packages = [{include = "phatai", from = "src"}]
15
+
16
+ [build-system]
17
+ requires = ["poetry-core>=2.0.0,<3.0.0"]
18
+ build-backend = "poetry.core.masonry.api"
File without changes
@@ -0,0 +1,8 @@
1
+
2
+ class Phatai:
3
+ full_name = "Nguyen Tan Phat"
4
+ major = "Mecatronic"
5
+ job = "Computer vision research engineer"
6
+
7
+ def handsome(self):
8
+ return "Phat AI so handsome."