Parse dependency links
Project description
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.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file dephell_links-0.1.0.tar.gz
.
File metadata
- Download URL: dephell_links-0.1.0.tar.gz
- Upload date:
- Size: 4.3 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 | 940489cd75787a8e5539d4d913a30b1e3076087e679e867dd33a8cbafa249e5d |
|
MD5 | 36efa1bb1595273a68498105ab46d352 |
|
BLAKE2b-256 | 512f09530944db287603143671be90ff31981fb62eae9a0ba1e4b4a067600132 |
File details
Details for the file dephell_links-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: dephell_links-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 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 | e78687c0c0f9b9e71bc892601038f653e731ffc57294c603b5487da5dd1ceab9 |
|
MD5 | 1186c4171cd02f035c1aba9b52f7b693 |
|
BLAKE2b-256 | 7fcd8344ff3c3a30d18b923bf35a4d08d7211c2a4b15fc6e295290f40cf12815 |