dajidali 9.1.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
dajidali/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ # __init__.py
2
+ from . import core
dajidali/core.py ADDED
@@ -0,0 +1,2 @@
1
+ def hello():
2
+ print('hello!!!!')
@@ -0,0 +1 @@
1
+ MIT License
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.2
2
+ Name: dajidali
3
+ Version: 9.1.0
4
+ Summary: A brief description of your library
5
+ Home-page: https://github.com/feng/myfeng
6
+ Author: hhsdn
7
+ Author-email: empiresoft@qq.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: numpy>=1.18.0
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: requires-dist
22
+ Dynamic: requires-python
23
+ Dynamic: summary
24
+
25
+ ## Setup myfeng
26
+ pip install dajidali
27
+
28
+ ## Over HaHa!
@@ -0,0 +1,7 @@
1
+ dajidali/__init__.py,sha256=CZV0tUmkEBhyGiS3XwusRjt7yEdCHz0QUn3yoC1JzhQ,33
2
+ dajidali/core.py,sha256=P5Ptw6RJeXRE4Ziamw7L76g8Rscdmhx0-vt_r4eLHKQ,36
3
+ dajidali-9.1.0.dist-info/LICENSE,sha256=q7KJbcPCqUAvkBuI1QNc8Kg9XPfBfnNkLN9WKwudO8U,11
4
+ dajidali-9.1.0.dist-info/METADATA,sha256=Q0PihurS6MwOhfhQ4_j6z6mKiJgt09eb0BR4LSSvRdk,723
5
+ dajidali-9.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ dajidali-9.1.0.dist-info/top_level.txt,sha256=HugPXkIeq34qBFI3_RPEgXlsPhECkint9A5OZQ38-Q0,9
7
+ dajidali-9.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ dajidali