Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

example_package_moudexiao-0.0.3.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

example_package_moudexiao-0.0.3-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file example_package_moudexiao-0.0.3.tar.gz.

File metadata

File hashes

Hashes for example_package_moudexiao-0.0.3.tar.gz
Algorithm Hash digest
SHA256 28bc88aabaff181a0ca81a1e898bf289fcfde412829668499db9b84ee834779d
MD5 83b0e6bdf95eda9b5e810a25ab654f62
BLAKE2b-256 07bc918404f70d7abe7b4ff95d5187b6a7a764c24c5867ca3043ee2e49ac1893

See more details on using hashes here.

File details

Details for the file example_package_moudexiao-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for example_package_moudexiao-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 aa0973c83ebb0531717f803e4d85c497a81afd0f9dad151ea68477c4bd7dd592
MD5 99d35f2f286fffebacb211950aafa76c
BLAKE2b-256 66816977b09fb55c19452dc97e1ac61ffdc5f532a591905114053152deac4baf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page