This package simplifies importing relative and absolute module paths
Project description
specific_import
This package allows you to import resources by their relative or absolute file paths.
Features
- Is open source
- Is compatible with the latest version of Python3
- Is great at doing imports relative to the file doing the actual importing
- (as opposed to relative to the file doing the calling as other import libraries do.)
- Doesn't reload module if module already loaded
How to install
- Method 1: Use PIP
pip install specific_import
- Method 2:
Download from Github
Example
from specific_import import import_file
# import relatively
app_setup = import_file('../app_setup.py')
# import absolutely
app_setup = import_file('/home/projects/my_project/app_setup.py')
Why?
I love Python but sometimes the builtin import system can be a headache
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
specific_import-0.9.1.tar.gz
(1.6 kB
view hashes)
Built Distribution
Close
Hashes for specific_import-0.9.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb0dece2c5a70b3c7d090a3b0485b7a577a1fe306a6bfe7bb8d5ac3258b213ba |
|
MD5 | 1bad42a1631ad1d030323ec33bd5703a |
|
BLAKE2b-256 | e3b12d8627dde18e07b74758f4e354203cbb07f005967e74ab6e979c3e70fae4 |