Metadata-Version: 1.1
Name: homotopy
Version: 0.1.dev1
Summary: Homotopy snippet engine
Home-page: https://github.com/Ahhhhmed/homotopy
Author: Nenad Vasic
Author-email: ahhhhmed@gmail.com
License: MIT
Description: ########
        Homotopy
        ########
        
        .. image:: https://travis-ci.org/Ahhhhmed/homotopy.svg?branch=master
            :target: https://travis-ci.org/Ahhhhmed/homotopy
        .. image:: https://readthedocs.org/projects/homotopy/badge/?version=latest
            :target: http://homotopy.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. image:: https://codecov.io/gh/Ahhhhmed/homotopy/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/Ahhhhmed/homotopy
        
        Homotopy is a snippet compiler.
        Instead of expanding and filling the blanks it lets you finish your thought and get the result you are expecting.
        
        Write that complex thought in one line and let
        Homotopy take care of parentheses, formatting, indent and all that boring stuff.
        
        .. code-block:: text
        
            for#int$i%0%5>printf("Hello, five times.");
        
        .. code-block:: C++
        
           for(int i=0; i<5; i++){
                printf("Hello, five times.");
           }
        
        -------
        Install
        -------
        
        .. code-block:: bash
        
            pip install homotopy
        
        ---------------
        Getting started
        ---------------
        
        See `getting started`_ section in documentation.
        
        .. _getting started: http://homotopy.readthedocs.io/en/latest/getting_started.html
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Compilers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Java
