Metadata-Version: 2.0
Name: anpylar
Version: 1.1.5
Summary: Command Line Interface for AnPyLar
Home-page: https://github.com/anpylar/anpylar-cli
Author: The AnPyLar Team
Author-email: anpylar@anpylar.com
License: MIT
Download-URL: https://github.com/anpylar/anpylar-cli/tarball/1.1.5
Description-Content-Type: UNKNOWN
Keywords: web,development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent

*AnPyLar* - Command Line Interface
==================================

.. image:: https://img.shields.io/pypi/v/anpylar.svg
   :alt: PyPi Version
   :scale: 100%
   :target: https://pypi.python.org/pypi/anpylar/

.. image:: https://img.shields.io/github/release/anpylar/anpylar-cli.svg
   :alt: Release
   :scale: 100%
   :target: https://github.com/anpylar/anpylar-cli/releases/

.. image:: https://img.shields.io/github/license/anpylar/anpylar-cli.svg
   :alt: License MIT
   :scale: 100%
   :target: https://github.com/anpylar/anpylar-cli/blob/master/LICENSE

A client-side Python framework for creating web applications.

It eases development by providing a modular approach with integrated support
for components, supercharged DOM Nodes, scoped styling, a routing engine and
reactive programming and promises (Python promises)

Sites
-----

  - Website: https://www.anpylar.com
  - Documentation: https://docs.anpylar.com
  - Community: https://community.anpylar.com

Repositories
------------

The *AnPyLar* project is broken down into different repositories:

  - This repo contains the command line interface to manage projects

Other repositories:

  - Framework: https://github.com/anpylar/anpylar
  - Documentation: https://github.com/anpylar/anpylar-docs
  - Tutorial and Samples: https://github.com/anpylar/anpylar-tutorial

Installation
------------

Via ``pip``::

  pip install anpylar

And yes ... now you have to read the docs.


