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-0.0.9.tar.gz
(7.9 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
sklearnpy-0.0.9-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file sklearnpy-0.0.9.tar.gz.
File metadata
- Download URL: sklearnpy-0.0.9.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b82dbb65d8127c5a50310a7710f50aec93706ba4f21630a98da629d2c844186
|
|
| MD5 |
9b4ebd51a1685c28b2cdd3a8c3b3846e
|
|
| BLAKE2b-256 |
e445d73683bce557dfab65cf01997db9e1a0367056df7f14a8c7564f3443b48a
|
File details
Details for the file sklearnpy-0.0.9-py3-none-any.whl.
File metadata
- Download URL: sklearnpy-0.0.9-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ca07387927a4ccb428090f4164a7ce198a6f471e7e4a414e163ad7eb0b0f7fc
|
|
| MD5 |
8881af13593937652a4f0fb53c5797fb
|
|
| BLAKE2b-256 |
60d4433917ad0f36856b6722bc7fa80104d36d09688881cca26b5aacc530c828
|