Metadata-Version: 1.1
Name: add_parent_path
Version: 0.1.5
Summary: UNKNOWN
Home-page: https://github.com/fx-kirin/add_parent_path
Author: fx-kirin
Author-email: fx.kirin@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        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>`_.
        
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
