Work with python versions
Project description
Work with python versions.
Installation
Install from PyPI:
python3 -m pip install --user dephell_pythons
Usage
from dephell_pythons import Pythons
pythons = Pythons()
# get current:
python = pythons.get_best()
# properties:
python.name # 'python3.7'
python.path # Path('/usr/local/bin/python3.7')
python.version # <Version('3.7.0')>
python.lib_paths
# [Path('/usr/local/lib/python37.zip'), Path('/usr/local/lib/python3.7'), ...]
python.lib_path
# Path('/home/gram/.local/lib/python3.7/site-packages')
# get by version
pythons.get_best('3.5').version
# <Version('3.5.2')>
# get by name
pythons.get_best('python3').version
# <Version('3.6.7')>
# get by specifier
pythons.get_best('<3.7').version
# <Version('3.6.7')>
# get by path
pythons.get_best('/usr/bin/python3.6').version
# <Version('3.6.7')>
# get all
list(pythons)
# [Python(...), Python(...), ...]
# work not only with installed pythons:
Pythons(abstract=True).get_best('>=2.8,<3.5').version
# <Version('3.4')>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dephell_pythons-0.1.7.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file dephell_pythons-0.1.7.tar.gz
.
File metadata
- Download URL: dephell_pythons-0.1.7.tar.gz
- Upload date:
- Size: 9.5 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 | 30a6720c87589c04767e27ceae4401b6c8f6fd14592cc0566c328d75e467240e |
|
MD5 | a37b17c920bd01b076730d63ebfd08b3 |
|
BLAKE2b-256 | bf33f1c378d925027935a2b9d568846917071e139fe6c9b559125146a5c54116 |
File details
Details for the file dephell_pythons-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: dephell_pythons-0.1.7-py3-none-any.whl
- Upload date:
- Size: 13.3 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 | a760e28ae327bf96d4f99ffceba403c3f5efa2f2f48caa5d0a5858920e86c6b7 |
|
MD5 | 9f76a1309ca28f9e92890b60522a0a95 |
|
BLAKE2b-256 | 0b13d97678457855f06c638fe84d9704bf1cb0066950830c44ec0bda54084820 |