Skip to main content

A small example package

Project description

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

Example Package

This is a simple example package. You can use Github-flavored Markdown to write your content.

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

duoyuantongji-0.0.9.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

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

duoyuantongji-0.0.9-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file duoyuantongji-0.0.9.tar.gz.

File metadata

  • Download URL: duoyuantongji-0.0.9.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

Hashes for duoyuantongji-0.0.9.tar.gz
Algorithm Hash digest
SHA256 10a2ca2e59aa1444e07ab0efd5ad7bd95cb3ed65d424b20e376754852a156044
MD5 9b4bb713750426c8cf8e67e832a6ce1d
BLAKE2b-256 fa8af06827a77708816c3ec58e2202c7e7ce69aba6deb03f32f4e1470b0562cb

See more details on using hashes here.

File details

Details for the file duoyuantongji-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: duoyuantongji-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for duoyuantongji-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 9d0914f6bbe6d58ad99969b325d0764d25e8c8c14b948cb1e3a8c184c7c73015
MD5 323d7f81f242477e034e1063742083dc
BLAKE2b-256 ec5672d942ff261d653ee8575778100019fa5c10ecda8d1599d818961ba4b753

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