pyhanzi
Project description
pyhanzi
发布
python3 -m venv pyhanzi-venv/
source pyhanzi-venv/bin/activate.fish
# 调试好之后
python3 -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -i https://mirrors.aliyun.com/pypi/simple/ setuptools wheel
python3 setup.py sdist bdist_wheel
pip3 freeze > requirements.txt
# requirements添加一个peppercorn
echo 'peppercorn' >> requirements.txt
pip3 download -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ -d dist/
cd dist/
dir2pi -S .
scp -r simple/ root@39.97.232.223:/root/pypi/
pip3 install -i http://www.hohohaha.cn:8000/simple/ pyhanzi==0.0.2 --trusted-host www.hohohaha.cn
上传到pypi
# python3 -m venv pyhanzi-venv/
source pyhanzi-venv/bin/activate.fish
rm -rf dist/*
python3 setup.py sdist bdist_wheel
pip3 install -i https://mirrors.aliyun.com/pypi/simple/ twine
python3 -m twine upload dist/*
安装
pip3 install -i https://pypi.python.org/simple pyhanzi==0.0.9
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
pyhanzi-0.0.1.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file pyhanzi-0.0.1.tar.gz
.
File metadata
- Download URL: pyhanzi-0.0.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ceb80d5eed9af8ffe8cc3d635d30092e44fa66038ec3bfe33d9feffc18e67fa |
|
MD5 | a2ecaeeeebd8491abaa7537643eddecc |
|
BLAKE2b-256 | 55cf472b2d6441d2960bf3b9178f8aea2b3fbebe5e304ef48cadb7a283ed74c5 |
File details
Details for the file pyhanzi-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyhanzi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e2769782388f81683d6457af5554d327bb36995ba1aeb4afbe4e41cde0b3911 |
|
MD5 | d2a78315232976443affac6efb001d71 |
|
BLAKE2b-256 | dcd781287c2bfcf3c2f639432ee35eeac96710073cb1c1d8822a989a3bb3ee40 |