Metadata-Version: 1.1
Name: pyramid_assetmutator
Version: 0.1
Summary: Dynamic asset mutation for Pyramid. Easily adds support for popular asset metalanguages such as CoffeeScript, SASS, SCSS, LESS, Dart, TypeScript, etc.
Home-page: http://github.com/seedifferently/pyramid_assetmutator
Author: Seth Davis
Author-email: seth@curiasolutions.com
License: MIT
Description: ================================================================================
        pyramid_assetmutator v0.1
        ================================================================================
        
        | Copyright: (c) 2014 Seth Davis
        | http://github.com/seedifferently/pyramid_assetmutator
        
        
        Synopsis
        ================================================================================
        
        pyramid_assetmutator provides automatic asset mutation for your Pyramid
        applications.
        
        
        Installation
        ================================================================================
        
        To install, simply::
        
            pip install pyramid_assetmutator
        
        * You'll need to have `Python`_ 2.6+ and `pip`_ installed.
        
        .. _Python: http://www.python.org
        .. _pip: http://www.pip-installer.org
        
        
        Documentation
        ================================================================================
        
        You can read the documentation at: http://pyramid_assetmutator.readthedocs.org/
        
        
        Known Issues and Limitations
        ================================================================================
        
        * Hasn't yet been tested against Python 3 (initial versions are working concepts
          only).
        * Hasn't yet been tested against Unicode filenames (see above).
        * Hopefully obvious, but you have to actually have the specified compiler
          command installed and accessible from your working path in order for it to
          work.
        
        
        Disclaimers and Warnings
        ================================================================================
        
        This is Alpha software--use at your own risk!
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE
        LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
        CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
        SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        
        Latest Changes
        ================================================================================
        
        
        v0.1 -- 02/15/2014
        --------------------------------------------------------------------------------
        
        * Initial release.
        
Keywords: pyramid assets coffeescript sass scss less dart typescript css3
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
