Metadata-Version: 1.1
Name: ActivePapers.Py
Version: 0.1
Summary: Executable papers containing Python code
Home-page: https://bitbucket.org/khinsen/active_papers_py
Author: Konrad Hinsen
Author-email: research@khinsen.fastmail.net
License: BSD
Description: ActivePapers.Py 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.Py system requires Python 2.7 or Python 3.x
        plus the following libraries:
        
          - NumPy 1.6 or later (http://numpy.scipy.org/)
          - HDF5 1.8.7 or later (http://www.hdfgroup.org/HDF5/)
          - h5py 2.2 or later (http://www.h5py.org/)
          - tempdir 0.6 or later (http://pypi.python.org/pypi/tempdir/)
        
        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 [[https://bitbucket.org/khinsen/active_papers_py/wiki/Home][ActivePapers Wiki]].
        
        ActivePapers development takes place on Bitbucket:
         https://bitbucket.org/khinsen/active_papers_py
        
        Runnning the tests also requires the nose library
        (http://pypi.python.org/pypi/nose/). Once it is installed, run
        
           nosetests
        
        from this directory.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.6)
Requires: h5py (>=2.1)
Requires: tempdir (>=0.5)
Provides: activepapers
