Metadata-Version: 2.0
Name: add-parent-path
Version: 0.1.6
Summary: UNKNOWN
Home-page: https://github.com/fx-kirin/add_parent_path
Author: fx-kirin
Author-email: fx.kirin@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

add_parent_path
===============

Usage
-----

.. code-block::

   # Just add path
   add_parent_path(1)

   # Append to syspath and delete when the exist 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 <fx.kirin@gmail.com>`_.


