Metadata-Version: 1.0
Name: Staples
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/typeish/staples
Author: type(ish), inc. <http://typeish.net>
Author-email: contact@typeish.net
License: UNLICENSE
Description: 
        Staples is a simple static site generator based on the idea of processors
        mapped to types of files. It includes a basic server for development, and
        has no external requirements itself, beyond the Python Standard Library.
        Specific processors, such as the included Django template renderer, will
        have their own requirements.
        
        Info and source: https://github.com/typeish/staples
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
