Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

regex20200220

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regex20200220

Alternative regular expression module, to replace re.

  • 2020.2.20.3
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc