Metadata-Version: 2.0
Name: add-parent-path
Version: 0.1.2
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
=================

.. image:: https://img.shields.io/pypi/v/add_parent_path.svg
    :target: https://pypi.python.org/pypi/add_parent_path
    :alt: Latest PyPI version

.. image:: .png
   :target: 
   :alt: Latest Travis CI build status



Usage
-----


   # Append to syspath and delete when the exist of with statement.
   with add_parent_path(1):
       # Import modules in the parent path
       pass


   add_parent_path(1)




Installation
------------

Requirements
^^^^^^^^^^^^

Compatibility
-------------

Licence
-------

Authors
-------

`add_parent_path` was written by `fx-kirin <fx.kirin@gmail.com>`_.


