Metadata-Version: 1.1
Name: sketchbook
Version: 0.1.1
Summary: A template engine built for asyncio with async/await syntax support.
Home-page: https://github.com/futursolo/sketchbook
Author: Kaede Hoshikawa
Author-email: futursolo@icloud.com
License: Apache License 2.0
Description: Sketchbook
        ==========
        .. image:: https://travis-ci.org/futursolo/sketchbook.svg?branch=master
          :target: https://travis-ci.org/futursolo/sketchbook
        
        .. image:: https://coveralls.io/repos/github/futursolo/sketchbook/badge.svg?branch=master
          :target: https://coveralls.io/github/futursolo/sketchbook?branch=master
        
        A template engine built for asyncio with async/await syntax support.
        
        Intallation
        ===========
        .. code-block:: shell
        
            $ pip install -U sketchbook
        
        Source Code
        ===========
        :code:`sketchbook` is open sourced under
        `Apache License 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_ and its
        source code is hosted on `GitHub <https://github.com/futursolo/sketchbook/>`_.
        
        Requirements
        ============
        - Python 3.6+
        - aiofiles>=0.3.1,<1(For :code:`sketchbook.SketchFinder`)
        
        Documentation
        -------------
        The Documentation is hosted `here <https://sketchbook.futures.moe/>`_.
        
        Project Status
        --------------
        The library itself works and is well tested.
        Though, the documentation is incomplete.
        
        License
        -------
        Copyright 2017 Kaede Hoshikawa
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Platform: UNKNOWN
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
