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
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
sklearnpy-1.0.0.tar.gz
(6.3 kB
view details)
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 sklearnpy-1.0.0.tar.gz.
File metadata
- Download URL: sklearnpy-1.0.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3ea5680c2aa6108827d0a83b2e848bd10c1cb91b27fa1de44c99c37e3a00dd5
|
|
| MD5 |
bb306fa778809120683e3f68bf7256d9
|
|
| BLAKE2b-256 |
41cfc0bc4564106ea33b360840250c7189135539fc7afc5b2b92ef73bb2c431b
|
File details
Details for the file sklearnpy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sklearnpy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.8 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 |
078475d9deb126b1e25018eea8aa624753b08fafa8cdf4acda9fda53184b29ff
|
|
| MD5 |
5d6a16de05079c59b60219bdbb09bb31
|
|
| BLAKE2b-256 |
078891da391750121136c288799942ba47e124c06306362f1c8134d6ea2facbc
|