Example Package
This is a simple example package. You can use Github-flavored Markdown to write your content.
import gzip
def un_gz(file_name):
#获取文件名,去掉后缀名
f_name=filename.replace(".gz","")
#开始解压
g_file=gzip.GzipFile(file_name)
#读取解压后的文件,并写入去掉后缀名的同名文件
open(f_name,"wb+").write(g_file.read())
g_file.close()
un_gz('D:\D盘\Desktop\cvyuan-0.1.tar.gz')#绝对路劲
echo "# duoyuantongji" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/moudexiao/duoyuantongji.git
git push -u origin main
git remote add origin https://github.com/moudexiao/duoyuantongji.git
git branch -M main
git push -u origin main
Release files for example-package-moudexiao 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| example_package_moudexiao-0.0.3.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| example_package_moudexiao-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 kB
Release files / example_package_moudexiao-0.0.3.tar.gz
| Download URL | example_package_moudexiao-0.0.3.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28bc88aabaff181a0ca81a1e898bf289fcfde412829668499db9b84ee834779d
|
|
BLAKE2b-256 checksum How to use checksums |
07bc918404f70d7abe7b4ff95d5187b6a7a764c24c5867ca3043ee2e49ac1893
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|
Release files / example_package_moudexiao-0.0.3-py3-none-any.whl
| Download URL | example_package_moudexiao-0.0.3-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa0973c83ebb0531717f803e4d85c497a81afd0f9dad151ea68477c4bd7dd592
|
|
BLAKE2b-256 checksum How to use checksums |
66816977b09fb55c19452dc97e1ac61ffdc5f532a591905114053152deac4baf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|