update to guan project

This commit is contained in:
guanjihuan
2021-06-24 09:20:23 +08:00
parent 4ff75b6c67
commit 7bfa69a61f
26 changed files with 1150 additions and 134 deletions

View File

@@ -0,0 +1,19 @@
Metadata-Version: 2.1
Name: guan
Version: 0.0.1
Summary: An open source python package
Home-page: https://py.guanjihuan.com
Author: guanjihuan
Author-email: guanjihuan@163.com
License: UNKNOWN
Project-URL: Bug Tracker, https://py.guanjihuan.com
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.

View File

@@ -0,0 +1,9 @@
LICENSE
README.md
pyproject.toml
setup.cfg
src/guan/__init__.py
src/guan.egg-info/PKG-INFO
src/guan.egg-info/SOURCES.txt
src/guan.egg-info/dependency_links.txt
src/guan.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
guan

View File

@@ -9,7 +9,7 @@ import copy
# test
def test():
print('\nSuccess in the installation of GJH package!\n')
print('\nSuccess in the installation of GUAN package!\n')