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')#绝对路劲
git config --global user.email "moudexiao@gamil.com"
git config --global user.name "moudexiao"
git config http.sslVertify false

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

sklearnpy-1.0.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

sklearnpy-1.0.0-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

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