# pysamples **Repository Path**: mdjdot/pysamples ## Basic Information - **Project Name**: pysamples - **Description**: python 常用模块示例 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-08 - **Last Updated**: 2021-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Pysamples Package This is a python samples collection package. How to upload package to pypi python -m pip install --user --upgrade setuptools wheel python .\setup.py sdist bdist_wheel python -m pip install --user --upgrade twine python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* pip install -i https://test.pypi.org/simple/ pysamples==0.0.4 python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*