Skip to content

jdcasi/algebraixlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algebraixlib

What Is It?

algebraixlib is a library that provides constructs and facilities to harness the fundamentals of data algebra.

Requirements

Python 3.4.3 or later.

How to Install

If you already have Python installed and are familiar with installing packages, you can get algebraixlib with pip:

> pip install algebraixlib

You can also manually download algebraixlib from GitHub or PyPI. To install from a download, unpack it and run the following from the top-level source directory using the terminal:

> python setup.py install

Unit Tests

The unit tests require the following libraries be installed:

  • coverage
  • nose

To execute the unit tests, from the console, in the algebraixlib directory, use the command:

> python runtests.py

Document Build

The document builds require the following libraries be installed:

  • Sphinx (1.3 or later)

To execute the document builds, from the console, in the algebraixlib/docs directory, use command:

> python build.py

Documentation and Support

There is also a book forthcoming about data algebra.

Copyright(c) 2015 Algebraix Data Corporation.

License

algebraixlib is free software: you can redistribute it and/or modify it under the terms of version 3 of the GNU Lesser General Public License as published by the Free Software Foundation. A copy of the GNU Lesser General Public License is published along with algebraixlib on GitHub. Otherwise, see GNU licenses.

Warranty

algebraixlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages