Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fx-kirin/add_parent_path
Add parent direcotry to sys.path to import files.
https://github.com/fx-kirin/add_parent_path
Last synced: about 1 month ago
JSON representation
Add parent direcotry to sys.path to import files.
- Host: GitHub
- URL: https://github.com/fx-kirin/add_parent_path
- Owner: fx-kirin
- License: mit
- Created: 2019-01-09T05:31:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T09:23:52.000Z (about 3 years ago)
- Last Synced: 2024-12-04T00:45:26.675Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# add_parent_path
## Usage
```
# Just add path
add_parent_path(1)# Append to syspath and delete at the exit of with statement.
with add_parent_path(1):
# Import modules in the parent path
pass
```## Installation
## Requirements
## Compatibility
## Licence
## Authors
`add_parent_path` was written by `fx-kirin `_.