Skip to main content

我的工具

Project description

简介

我的工具

一.上传步骤:

1.生成 dist 目录用于上传

python setup.py sdist bdist_wheel

2.上传包到私有 pypi 源

cat ~/.pypirc
[distutils]
index-servers = pypi local

[pypi]
repository: https://www.python.org/pypi
username = __token__
password = 'xxxxxxxxxxx'

[local]
repository: http://localhost:3141
username: yehaiquan password: 12345678

3.上传到 local 仓库

twine upload dist/* -r local

4.测试是否上传

访问 http://localhost:3141/simple/

5.安装

pip search -i http://localhost:3141 wivw_demo #查找包 
pip install -i http://localhost:3141/simple wivw_demo #安装包 pip
install -U -i http://localhost:3141/simple wivw_demo #安装最新包

6.测试是否安装

import wivw_demo 
from wivw_demo import mytool 
wivw_demo.show()
mytool.mytest()

7.卸载包

pip uninstall wivw-demo

二.上传到 pypi 仓库

1.登陆个人pypi后台(如没有账号需要先注册)

https://pypi.org/manage/projects/

2.创建token.

登陆https://pypi.org/manage/account/,找到api token,添加一个新的token

3.配置token

cat ~/.pypirc
[pypi]
username: __token__
password: pypi-AgEIcHlwaS5vcmcCYxxzI0WuBg-zgyXxBO1r4ZW6hX450jdsw

用户名和密码也可以用自己的个人登陆账号,但不推荐,推荐用token方式验证.

4.上传包到pypi

twine check dist/*
twine upload dist/*

5.安装

pip install wivw-demo

6.测试是否安装

import wivw_demo 
from wivw_demo import mytool 

wivw_demo.show()
mytool.mytest()

7.卸载包

pip uninstall wivw-demo

完毕!

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

wivw_demo-0.0.9.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: wivw_demo-0.0.9.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.2

File hashes

Hashes for wivw_demo-0.0.9.tar.gz
Algorithm Hash digest
SHA256 4b34ecb5098437e74beb78d25410275b26d7a0b10ba59f2e83ce9c50ce397863
MD5 b0872bb6485aef07c66087841930eb0c
BLAKE2b-256 54f3e68a9b782c6ce31848c4bb791dd9bfa9abf94a52e886bed578adb60e3392

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wivw_demo-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.0 CPython/3.8.2

File hashes

Hashes for wivw_demo-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1d5efe6abda3ef0db37f3cc7f60092fb432603ffe4f35457526a7b0bc0fd5b07
MD5 ab62aa1dc3c42b5ac668177b20a1eb28
BLAKE2b-256 8ca6cb393bd57c01cf85bdfd21ac1df397c0daf0ff21368402905c3464f22aad

See more details on using hashes here.

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