Metadata-Version: 2.0
Name: pelix-webconsole
Version: 0.0.1
Summary: A Web Console for Pelix/iPOPO
Home-page: https://ipopo.coderxpress.net/
Author: Thomas Calmant
Author-email: thomas.calmant@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: iPOPO (>=0.6.3)
Requires-Dist: setuptools

Pelix Web Console
#################

This project provides a Web UI to manage and monitor an instance of a
`Pelix/iPOPO <https://ipopo.coderxpress.net/>`_ framework.


How to use it
=============

#. Install Pelix:
   ``pip install iPOPO``
#. Clone this repository
#. In the top directory, run the Pelix Shell using the ``run.txt``
   initialization file:
   ``python -m pelix.shell --init run.txt``
#. Go to http://localhost:8080/


Dependencies
============

Python
------

* `iPOPO <https://ipopo.coderxpress.net/>`_


JavaScript
----------

The JavaScript part is compiled from a TypeScript file, ``app.ts``.

* `Bootstrap <http://getbootstrap.com/>`_

  * The whole interface is based on the
    `Dashboard <http://getbootstrap.com/examples/dashboard/>`_ example.

* `jQuery <http://jquery.com/>`_
* `jQuery Table Sorter <http://mottie.github.io/tablesorter/docs/index.html>`_


