DepHell Links
Parse dependency links.
Installation
Install from PyPI:
python3 -m pip install --user dephell_links
Usage
from dephell_links import parse_link
parse_link('https://github.com/r1chardj0n3s/parse.git')
# VCSLink(server='github.com', author='r1chardj0n3s', project='parse', vcs='git', protocol='https', user=None, ext='.git', rev=None, name='parse')
link = parse_link('https://github.com/divio/django-cms/archive/release/3.4.x.zip')
link
# URLLink(https://github.com/divio/django-cms/archive/release/3.4.x.zip)
link.name
# 'django-cms'
link = parse_link('./tests/test_parsing.py')
link
# FileLink(./tests/test_parsing.py)
link.name
# 'test_parsing'
link.hash
# 'sha256:ad7927cf442156980659eee391da849e54f472b4bafe20c32cdb242c153528d5'
link = parse_link('./tests/')
link
# DirLink(./tests/)
link.name
# 'tests'
Release files for dephell-links 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dephell_links-0.1.5.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dephell_links-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.7 kB
Release files / dephell_links-0.1.5.tar.gz
| Download URL | dephell_links-0.1.5.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28d694142e2827a59d2c301e7185afb52fb8acdb950b1da38308d69e43418eaa
|
|
BLAKE2b-256 checksum How to use checksums |
456f80d590a36c99712999b2cb1703c26c45a97f906713dcfba22933194b2f4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
|
Release files / dephell_links-0.1.5-py3-none-any.whl
| Download URL | dephell_links-0.1.5-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a86a08fb42da63d903ae3fee9f9e2491be602321204c0df5b53e33cb19ac4dec
|
|
BLAKE2b-256 checksum How to use checksums |
5195cbbc2668e63a300d1c62f2978f87c81b69d9267b302c62c52f3d9572bbbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
|