Metadata-Version: 2.4
Name: import_parent
Version: 0.0.1
Summary: Python package that allows a user to easily import local functions from parent folders.
Author-email: Michael Boerman <michaelboerman@hey.com>
Project-URL: Homepage, https://github.com/michaelboerman/import_parent
Project-URL: Issues, https://github.com/michaelboerman/import_parent/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# import-parent

A small utility for importing Python modules using paths relative to the
calling script — without modifying your project structure.

Inspired by R's `here()`.

---

## Installation

`pip install import-parent`

## Usage

`from import_parent import import_parent`
