tvth23 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.
tvth23-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.1
2
+ Name: tvth23
3
+ Version: 0.1.0
4
+ Summary: Thu vien toan hoc cua lop TH29.23
5
+ Author: TH2923
tvth23-0.1.0/README.md ADDED
File without changes
@@ -0,0 +1,2 @@
1
+ from .tvth23 import tonghso,hieuhso
2
+
@@ -0,0 +1,6 @@
1
+ def tonghso(a,b):
2
+ return a+b
3
+ def hieuhso(a,b):
4
+ return a-b
5
+ def chuvihcn(dai,rong):
6
+ return (dai+rong)*2
tvth23-0.1.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
tvth23-0.1.0/setup.py ADDED
@@ -0,0 +1,8 @@
1
+ from setuptools import setup, find_packages
2
+ setup(
3
+ name="tvth23",
4
+ version="0.1.0",
5
+ author="TH2923",
6
+ description="Thu vien toan hoc cua lop TH29.23",
7
+ packages=find_packages(),
8
+ )
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.1
2
+ Name: tvth23
3
+ Version: 0.1.0
4
+ Summary: Thu vien toan hoc cua lop TH29.23
5
+ Author: TH2923
@@ -0,0 +1,8 @@
1
+ README.md
2
+ setup.py
3
+ TH2923/__init__.py
4
+ TH2923/tvth23.py
5
+ tvth23.egg-info/PKG-INFO
6
+ tvth23.egg-info/SOURCES.txt
7
+ tvth23.egg-info/dependency_links.txt
8
+ tvth23.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ TH2923