Metadata-Version: 1.1
Name: pyitect
Version: 2.0.0
Summary: A simple system for structuring a modeler project architecture via plugin like modules, uses the new importlib abilities first avalible in python 3.4, includes an exec load mode for support of python 3.0+
Home-page: https://github.com/Ryex/pyitect
Author: Benjamin "Ryex" Powers
Author-email: Ryexander+pyitect@gmail.com
License: ISC
Download-URL: https://pypi.python.org/pypi/pyitect/
Description: =======
        Pyitect
        =======
        
        .. image:: https://travis-ci.org/Ryex/pyitect.svg?branch=master
            :target: https://travis-ci.org/Ryex/pyitect
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/pyitect/badge/?version=latest
            :target: https://readthedocs.org/projects/pyitect/?badge=latest
            :alt: Documentation Status
        
        A `architect <https://github.com/c9/architect>`_ inspired plugin
        framework for Python 3 and Python >= 2.6
        
        A simple Framework that Provides the facility to load Component form plugins.
        
        Also binds a simple event system to bind functions to events on the system.
        
        Links
        ======
        
        - GitHub: https://github.com/Ryex/pyitect
        - PyPi: https://pypi.python.org/pypi/pyitect
        - Travic-CI: https://travis-ci.org/Ryex/pyitect
        - Docs: http://pyitect.readthedocs.org/en/latest/
        
        *******
        LICENSE
        *******
        
        
        Copyright (c) 2014, Benjamin "Ryex" Powers ryexander@gmail.com
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
        copyright notice and this permission notice appear in all copies.
        
        THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
        ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        
Keywords: architect,project,modeler,module,plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
