convinent script to adapt python's sys.path
Project description
# Description convinent script to adapt python’s sys.path
- # Install
pip install adaptpath
- # Usage
- Say we have dir-tree below:
a / b / c.py x / y / z.py
- Now suppose we are in “z.py” and we want to do this:
from a.b import c
- We can put the lines below ahead of “z.py”
from adaptpath import adaptpath adaptpath.adapt_from_path(2, __file__)
- # Test
pytest test
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
adaptpath-0.3.7.tar.gz
(4.4 kB
view details)
File details
Details for the file adaptpath-0.3.7.tar.gz
.
File metadata
- Download URL: adaptpath-0.3.7.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ced15bc76f9ac5df7a11b97acaf5d044bb9d0d47aa2fa1cea1ffe6c1ce13a7fa |
|
MD5 | a11cce0662b605ffde3dbff1200560b4 |
|
BLAKE2b-256 | 3f1c9dca1d41ad0bbf5e23b72148b2e97d38fc8c62bd99ae58b77ff5aec8c35a |