ares-server

This package rests on the ares-visual library to allow to provide server utilities


License
GPL-3.0
Install
pip install ares-server==0.3.7

Documentation

Ares

web reporting solution in python

Ares Library allow you:

  • create quickly simple web pages containing different charts in few command line
  • connect simply to any data source via the connector interface

AReS for web reports and dashboard creation

AReS is a suite of python Libraries allowing you to interact with any heterogeneous ecosystem in an homogeneous and transparent manner. No need to learn extra languages with Python and AReS you will be able to:

  • Get data access from different sources (databases, text files, REST API...)
  • Transform your data using any mathematical libraries (Pandas, Numpy...)
  • Produce local and interactive web dashboards to visualise your data
  • Share your work on a server

The will of AReS is to stop fighting to slice and dice your data to prototype and then to get the good weapons to bring your work directly to production.

Javascript and CSS Framework

In AReS there is no need for extra Javascript and CSS modules everything is integrated. The AReS Python layer will allow you from Python to process your data but also transform your result to different static and dynamic formats. Thus if you want to share and centralise an interactive report it will generate rich HTML pages but it is also possible to share data in different format (ppt, word, csv, excel...)

External Python Frameworks

Also it is quite important to have a look at those websites to understand the underlying data object used in the Framework - jsDataFrame based on Pandas DataFrame. The documentation used to build the different components will be display in its documentation. This is just to ensure you can directly look for new features of bugs on internet.

For any questions please use stackoverflow with the tag: ares-visual

For any code change proposal, comment go on GitHub