Parse dependency links
Project description
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'
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
dephell_links-0.1.2.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file dephell_links-0.1.2.tar.gz
.
File metadata
- Download URL: dephell_links-0.1.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20a17e3efe790c10408daaf0958342dd79aac547263a2e4f50c509b4966a660b |
|
MD5 | fce8d4904eb57c797ed67d2f79dadb72 |
|
BLAKE2b-256 | d30e3533e81c7c28f0f645520528647875cf46bb4503939ce9d8821c4485f5d5 |
File details
Details for the file dephell_links-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: dephell_links-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b98335960c2ed608dc3c18e532ee958c5bafb0c864801df6d5795106900e6f74 |
|
MD5 | 01803abdaead27c92d8b381a1e954182 |
|
BLAKE2b-256 | 63424144baebed35389ed3b4bdd61bf4d9a60fb2bc71964e772fd00dd76a8d23 |