khinsen / activepapers-python

Python edition of ActivePapers

Home Page:https://activepapers.github.io/python-edition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActivePapers is a tool for working with executable papers, which combine data, code, and documentation in single-file packages, suitable for publication as supplementary material or on sites such as figshare.

The ActivePapers Python edition requires Python 2.7 or Python 3.2/3.3 plus the following libraries:

Installation of ActivePapers.Py:

python setup.py install

This installs the ActivePapers Python library and the command-line tool "aptool" for managing ActivePapers.

For documentation, see the ActivePapers Web site.

ActivePapers development takes place on Github.

Runnning the tests also requires the nose library. Once it is installed, run

nosetests

from this directory.

About

Python edition of ActivePapers

https://activepapers.github.io/python-edition/

License:Other


Languages

Language:Python 100.0%