Skip to main content

Alternative regular expression module, to replace re.

Project description

regex20200220

  • regex的20200220版本安装包

安装方式

  • 下载此项目,进入项目根目录,执行如下命令安装:
python setup.py install
  • 使用pip进行安装
pip install regex20200220
pip install -U git+https://github.com/q759729997/regex20200220.git@master  # 使用git安装

Python包操作

  • 当前用户根目录下创建.pypirc,配置pypi信息
[distutils]
index-servers =
    pypi

[pypi]
repository: https://upload.pypi.org/legacy/
username: name
password: xxxx
  • 打包上传
python setup.py sdist bdist_wheel  # 打包
twine upload dist/*.whl --verbose  # 将打包后的whl上传
# Linux下文件改为:manylinux2010

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

regex20200220-2020.2.20.3.tar.gz (363.6 kB view hashes)

Uploaded Source

Built Distributions

regex20200220-2020.2.20.3-cp38-cp38-win_amd64.whl (236.9 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

regex20200220-2020.2.20.3-cp37-cp37m-win_amd64.whl (226.4 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

regex20200220-2020.2.20.3-cp36-cp36m-win_amd64.whl (294.2 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

regex20200220-2020.2.20.3-cp36-cp36m-manylinux2010_x86_64.whl (597.0 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

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