private-pypi-core

View on PyPIReverse Dependencies (2)

0.2.0 private_pypi_core-0.2.0-py3-none-any.whl

Wheel Details

Project: private-pypi-core
Version: 0.2.0
Filename: private_pypi_core-0.2.0-py3-none-any.whl
Download: [link]
Size: 24421
MD5: 0a43fa39b2bebdbf0f652e46b1674394
SHA256: 399664abae2c4c4e29667c96212d5390d6a1e5276e89195ce2bc15df67637c12
Uploaded: 2020-03-25 17:12:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: private-pypi-core
Version: 0.2.0
Summary: A private PyPI server powered by flexible backends.
Author: huntzhan
Author-Email: huntzhan.dev[at]gmail.com
Home-Page: https://github.com/private-pypi/private-pypi-core
Project-Url: Repository, https://github.com/private-pypi/private-pypi-core
License: MIT
Keywords: private,pypi,packaging,dependency
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7,<4.0
Requires-Dist: Jinja2 (<3.0.0,>=2.11.1)
Requires-Dist: Paste (<4.0.0,>=3.4.0)
Requires-Dist: apscheduler (<4.0.0,>=3.6.3)
Requires-Dist: cryptography (<3.0,>=2.8)
Requires-Dist: dramatiq[redis] (<2.0.0,>=1.8.1)
Requires-Dist: filelock (<4.0.0,>=3.0.12)
Requires-Dist: fire (<0.3.0,>=0.2.1)
Requires-Dist: flask (<2.0.0,>=1.1.1)
Requires-Dist: flask-login (<0.6.0,>=0.5.0)
Requires-Dist: psutil (<6.0.0,>=5.6.7)
Requires-Dist: pydantic (<2.0,>=1.4)
Requires-Dist: redis-server (<6.0.0,>=5.0.7)
Requires-Dist: shortuuid (<0.6.0,>=0.5.0)
Requires-Dist: toml (<0.11.0,>=0.10.0)
Requires-Dist: waitress (<2.0.0,>=1.4.3)
Description-Content-Type: text/markdown
[Description omitted; length: 79 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.5
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
private_pypi_backends/file_system/__init__.py sha256=qHjVww2aiQZduQCPklPgYr71QenT0_eNX2yPGbtTYXM 483
private_pypi_backends/file_system/impl.py sha256=sokMWk9Cmn1g90-W5uE3P7qy6oX8noePQwrAaUcnUUE 9436
private_pypi_core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
private_pypi_core/backend.py sha256=5bHZUid2b6IPCqsVOKi1tH9vox8C-i9Z4Kx0_r-B7Uc 12495
private_pypi_core/job.py sha256=geoNnis6JBXEXfdYy-SneQesoCPq48E0_8azG7SCx6o 1565
private_pypi_core/server.py sha256=RO8yX0-wTRbcMMjzI5YHQDjQzk2-lZ4T_wcbT-bFP14 12612
private_pypi_core/utils.py sha256=UZB1USgmT3-5dWAM-spJkpovQMf_jt7zJpPm9XQoLkA 5459
private_pypi_core/web.py sha256=GfT5iZsZx2Ak5G-MUa2SeXZ2BgENUvT1wgyhfB3kE1U 3121
private_pypi_core/workflow.py sha256=Y1bYk1fV5JRIe9r7YVcC_DbV8NBbqaafDG32oadpovY 27817
private_pypi_testkit/__init__.py sha256=0MjKePjPd7J9P0uBMPRw46RGP91-RMF8N5UfPryhDEg 6376
private_pypi_core-0.2.0.dist-info/entry_points.txt sha256=QY1riTmXU4I1nABOFVnTI7Hac4bnuCvgGoxzmm0CScI 149
private_pypi_core-0.2.0.dist-info/LICENSE sha256=UkBJrTKVq0To5sCkVJ1g-eL5NpkImAH4tYjQbGrOfNQ 1101
private_pypi_core-0.2.0.dist-info/WHEEL sha256=xSvaL1DM8LOHfdyo0cCcwjZu1tC6CnCsRGWUgazvlbM 83
private_pypi_core-0.2.0.dist-info/METADATA sha256=XbT-0K87NPDBJFQxmTNAglT1VNRxZyF9PduXtTbM30k 1461
private_pypi_core-0.2.0.dist-info/RECORD

entry_points.txt

private_pypi_server = private_pypi_core.server:run_server_cli
private_pypi_update_index = private_pypi_core.workflow:update_index_cli