A small example package
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file example_package_moudexiao-0.0.1.tar.gz.
File metadata
- Download URL: example_package_moudexiao-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d5acec588dde55c1440dd47fde0c05534b8ac293d7db5a5497bcea6f4a4452c
|
|
| MD5 |
76f00a3e5f6fff03b346946e41234530
|
|
| BLAKE2b-256 |
3d1c08b4cf8ba6a365ed7595dff8f043eadfa18579f486fb36e7ac0b338ad6a4
|
File details
Details for the file example_package_moudexiao-0.0.1-py3-none-any.whl.
File metadata
- Download URL: example_package_moudexiao-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c2282119066ca9a66c12a73655ccd88b20541b4c15c0797084a77ed883ba09d
|
|
| MD5 |
817098786f79fe66b49294f2329bcabd
|
|
| BLAKE2b-256 |
c948e625bd31c679bff91f3fd1e489580722511830ffc2ce677790a11c4ae8c8
|