Metadata-Version: 1.1
Name: finucane-apputils
Version: 0.4.1
Summary: Finucane Research application framework and utilities for Python
Home-page: https://github.com/sfinucane/finucane-apputils
Author: Sean Anthony Finucane
Author-email: s.finucane001@gmail.com
License: MIT
Description: finucane-apputils
        =================
        
        Finucane-Apputils: The Finucane Research Application Framework.
        
        This framework is intended for application developers; specifically, developers
        of tools with command-line interfaces. This framework can be used to create
        applications with GUIs, but does not provide any direct support for such
        endeavors, at this time. Support for **rapid**, consistent GUI development, a
        "connected code" foundation, and much more, are on the roadmap for this project.
        
        Tools created with this framework gain a consistent interface foundation. In
        other words, this framework provides an abstract base for applications so that
        a developer can leverage the well-known advantages of inheritance.
        
        
        http://finucane-apputils.readthedocs.org/en/latest/
        
        See LICENSE for license information.
        See NOTICE for copyright notice.
        
Keywords: application framework utilities development finucane
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Provides: finucane.apputils
