Metadata-Version: 1.1
Name: elm-lang
Version: 0.19.0.2
Summary: Elm compiler installer
Home-page: https://github.com/natim/elm-lang
Author: Rémy Hubscher
Author-email: remy@chefclub.tv
License: Apache License (2.0)
Description: The Elm Installer
        =================
        
        We have a way to use ``npm install elm``, however it is often hard to use.
        This is an attempt to create a pypi installer so that we can use: ``pip install elm-lang`` instead.
        
        Learn about the Elm programming language at `elm-lang.org <http://elm-lang.org/>`_.
        
        
        Install
        -------
        
        .. code-block:: console
        
            $ pip install elm-lang --no-cache-dir
            $ elm --version
            0.19.0
        
        Help
        ----
        
        If you are stuck, ask around on `the Elm slack channel`_. Folks are friendly and happy to help with questions!
        
        .. _`the Elm slack channel`: http://elmlang.herokuapp.com/
        
        
        Changelog
        =========
        
        This document describes changes in the installer between each past release.
        
        0.19.0.2 (2019-04-04)
        ---------------------
        
        - Create a setup.py that allow for install.
        
        
        Contributors
        ============
        
        * Rémy Hubscher <remy@chefclub.tv>
        
Keywords: web services
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
