Skip to main content

各种包使用的二次封装

Project description

Python第三方包二次封装

应该会用到一些其他依赖

注意

由于oracledb的原因,python版本需要大于3.7

封装依赖

pip install build
pip install openpyxl
pip install twine
pip install pymysql
pip install oracledb

安装

pip install pylwr

打包与上传

Remove-Item -Path "dist" -Recurse -Force ; python -m build
Remove-Item -Path "build" -Recurse -Force ; python setup.py sdist bdist_wheel
python -m twine upload dist\*

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

pylwr-1.0.13.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

pylwr-1.0.13-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

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