valar 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.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

@@ -0,0 +1,19 @@
1
+ Copyright (c) 2024 Valar Margulis
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
valar-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.1
2
+ Name: valar
3
+ Version: 0.0.1
4
+ Summary: Valar Margulis
5
+ Home-page: https://gitee.com/GRIFFIN120/valar
6
+ Author: 刘寅鹏
7
+ Author-email: liuyinpeng@buaa.edu.cn
8
+ License: MIT License
9
+ License-File: LICENSE.txt
valar-0.0.1/README.md ADDED
@@ -0,0 +1,3 @@
1
+ Valar Margulis
2
+
3
+ write readme latter.
valar-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
valar-0.0.1/setup.py ADDED
@@ -0,0 +1,12 @@
1
+ from setuptools import setup
2
+
3
+ setup(
4
+ name='valar',
5
+ version='0.0.1',
6
+ packages=['vala'],
7
+ url='https://gitee.com/GRIFFIN120/valar',
8
+ license='MIT License',
9
+ author='刘寅鹏',
10
+ author_email='liuyinpeng@buaa.edu.cn',
11
+ description='Valar Margulis'
12
+ )
File without changes
@@ -0,0 +1,2 @@
1
+ def exp():
2
+ print('hello vala!!')
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.1
2
+ Name: valar
3
+ Version: 0.0.1
4
+ Summary: Valar Margulis
5
+ Home-page: https://gitee.com/GRIFFIN120/valar
6
+ Author: 刘寅鹏
7
+ Author-email: liuyinpeng@buaa.edu.cn
8
+ License: MIT License
9
+ License-File: LICENSE.txt
@@ -0,0 +1,9 @@
1
+ LICENSE.txt
2
+ README.md
3
+ setup.py
4
+ vala/__init__.py
5
+ vala/dao.py
6
+ valar.egg-info/PKG-INFO
7
+ valar.egg-info/SOURCES.txt
8
+ valar.egg-info/dependency_links.txt
9
+ valar.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ vala