一组用于使固定的Python依赖关系保持最新的工具。-Python开发

时间:2021-05-25 11:41:14
【文件属性】:
文件名称:一组用于使固定的Python依赖关系保持最新的工具。-Python开发
文件大小:139KB
文件格式:ZIP
更新时间:2021-05-25 11:41:14
Python Package Management 一组用于使固定的Python依赖关系保持最新的工具。 pip-tools = pip-compile + pip-sync一组命令行工具,即使您已固定它们,也可以帮助您保持基于pip的软件包的最新状态。 您确实将其固定,对吗? (在构建Python应用程序及其用于生产的依赖项时,您要确保构建是可预测的和确定性的。)安装与pip相似,必须在每个项目的虚拟环境中安装pip-tools:$ source / path / to / venv / bin / activate(venv)$ python -m pip install pip-tools
【文件预览】:
pip-tools-master
----README.rst(18KB)
----.coveragerc(101B)
----.pre-commit-hooks.yaml(187B)
----img()
--------pip-tools-overview.png(23KB)
----piptools()
--------py.typed(0B)
--------utils.py(11KB)
--------resolver.py(16KB)
--------repositories()
--------__main__.py(275B)
--------_compat()
--------__init__.py(362B)
--------locations.py(155B)
--------logging.py(2KB)
--------writer.py(9KB)
--------scripts()
--------sync.py(8KB)
--------cache.py(6KB)
--------exceptions.py(2KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(461B)
--------ISSUE_TEMPLATE()
--------workflows()
----tests()
--------constants.py(207B)
--------test_utils.py(14KB)
--------test_fake_index.py(3KB)
--------test_logging.py(698B)
--------utils.py(176B)
--------conftest.py(9KB)
--------test_sync.py(14KB)
--------test_repository_pypi.py(13KB)
--------test_cli_compile.py(57KB)
--------test_resolver.py(17KB)
--------test_repository_local.py(3KB)
--------__init__.py(0B)
--------test_cli_sync.py(7KB)
--------test_writer.py(10KB)
--------test_data()
--------test_minimal_upgrade.py(2KB)
--------test_cache.py(4KB)
----tox.ini(909B)
----LICENSE(1KB)
----CONTRIBUTING.md(3KB)
----.bandit(58B)
----setup.cfg(2KB)
----examples()
--------flask.in(49B)
--------sentry.in(49B)
--------protection.in(168B)
--------hypothesis.in(19B)
--------django.in(134B)
----setup.py(58B)
----.gitignore(284B)
----CHANGELOG.md(30KB)
----.pre-commit-config.yaml(979B)

网友评论