tjduigna / exa

Core exa functionality

Home Page:https://exa-analytics.github.io/exa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exa logo

A framework for data science

Installation

conda Badge
pypi badge
Exa is available through anaconda

$ conda install -c exaanalytics exa

or pypi.

$ pip install exa

Getting Started

gitter

See docs for usage.

Building the docs requires sphinx. On Linux or Mac:

$ cd docs
$ make html

On Windows:

$ cd docs
$ ./make.bat html

Development

Travis-CI

AppVeyor

Coveralls

Codacy Badge

For a development ready installation:

$ git clone https://github.com/exa-analytics/exa.git
$ cd exa
$ pip install -e .

Reference

DOI

Legal

Apache License 2.0
Copyright (c) 2015-2019, Exa Analytics Development Team
Distributed under the terms of the Apache License 2.0

About

Core exa functionality

https://exa-analytics.github.io/exa/

License:Apache License 2.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%