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.2.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.2-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for example_package_moudexiao-0.0.2.tar.gz
Algorithm Hash digest
SHA256 785e2c729ebbc949451f55a8a929aa7f72fac530ead525a8229f0963f7e58026
MD5 e65c47fe2a02fd940b4bbc978a45e067
BLAKE2b-256 f5713afee1c42e17f4da03e5f35bca18a9df8814192e0d43e98e59742f533600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for example_package_moudexiao-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 06196576c95fe1b69fece978cdb854ea91efa6c27a3a37e0acfc6ff0557224fd
MD5 8ca46748cf722147ea02acae48411049
BLAKE2b-256 a5801b8c114755fccc35ac08445098aa4b9a64a78a6e80ea5f6d2aee0fe4cceb

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