Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exa-analytics/exa
The exa framework for data management, processing, and visualization
https://github.com/exa-analytics/exa
data-science
Last synced: about 1 month ago
JSON representation
The exa framework for data management, processing, and visualization
- Host: GitHub
- URL: https://github.com/exa-analytics/exa
- Owner: exa-analytics
- License: apache-2.0
- Created: 2016-01-08T16:53:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T21:38:43.000Z (almost 4 years ago)
- Last Synced: 2024-12-12T17:45:17.780Z (about 1 month ago)
- Topics: data-science
- Language: Python
- Homepage: https://exa-analytics.github.io/exa
- Size: 16.5 MB
- Stars: 2
- Watchers: 4
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![exa logo](docs/source/static/logo.png)](https://exa-analytics.github.io)
*A framework for data engineering and science*
# Installation
[![conda Badge](https://anaconda.org/exaanalytics/exa/badges/installer/conda.svg)](https://conda.anaconda.org/exaanalytics)
[![pypi badge](https://badge.fury.io/py/exa.svg)](https://badge.fury.io/py/exa)
Exa is available through [anaconda](https://www.continuum.io/downloads)$ conda install -c exaanalytics exa
or [pypi](https://pypi.python.org/pypi).
$ pip install exa
# Getting Started
See [docs](https://exa-analytics.github.io/exa/) for usage.Building the docs requires [sphinx](http://www.sphinx-doc.org/en/stable). On Linux or Mac:
$ ./make-docs.sh
On Windows:
$ make-docs.bat
# Development
[![Travis-CI](https://travis-ci.org/exa-analytics/exa.svg?branch=master)](https://travis-ci.org/exa-analytics/exa)[![AppVeyor](https://ci.appveyor.com/api/projects/status/9ufeeu5p623sifmr/branch/master?svg=true)](https://ci.appveyor.com/project/avmarchenko/exa/branch/master)
[![Coveralls](https://coveralls.io/repos/github/exa-analytics/exa/badge.svg)](https://coveralls.io/github/exa-analytics/exa)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ed53a521ec4f46fbb62abee528b8b4bc)](https://www.codacy.com/gh/exa-analytics/exa?utm_source=github.com&utm_medium=referral&utm_content=exa-analytics/exa&utm_campaign=Badge_Grade)
For a development ready installation:
$ git clone https://github.com/exa-analytics/exa.git
$ cd exa
$ python setup.py develop# Reference
[![DOI](https://zenodo.org/badge/23807/exa-analytics/exa.svg)](https://zenodo.org/badge/latestdoi/23807/exa-analytics/exa)# Legal
[![Apache License 2.0](http://img.shields.io/:license-apache-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)
Copyright (c) 2015-2020, Exa Analytics Development Team
Distributed under the terms of the Apache License 2.0