Metadata-Version: 1.1
Name: pynsive
Version: 0.2.5
Summary: A Python plugin and module introspection library.
Home-page: https://github.com/zinic/pynsive
Author: John Hopper
Author-email: john.hopper@jpserver.net
License: Apache 2.0
Download-URL: https://pypi.python.org/pypi/pynsive
Description: Pynsive
        =======
        
        Pronounced, "Pensive"
        ~~~~~~~~~~~~~~~~~~~~~
        
        **Pynsive** is a simple plugin library that uses the **sys.meta\_path** list
        along with custom finder and loader definitions to hook into the Python
        import process. This means that when directores or other plugin search targets
        are added in Pynsive, future import statements will now search the newly added
        path for plugin modules and classes.
        
        For more information on the import process hooks, please see:
        
        -  `Python 3 Import Process <http://docs.python.org/3/reference/import.html>`_
        -  `PEP-302 <http://www.python.org/dev/peps/pep-0302/>`_
        
        
        Getting Started
        ~~~~~~~~~~~~~~~
        
        Below are some helpful documents to help get you started in using Pynsive.
        
        - `[Blog Post] Getting started with Pynsive by Chad Lung <http://www.giantflyingsaucer.com/blog/?p=4634>`_
        - `Pynsive at Readthedocs <https://pynsive.readthedocs.org>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
