Metadata-Version: 2.1
Name: python-graspfile
Version: 0.3.1
Summary: A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and CHAMP software using numpy etc.
Home-page: https://github.com/PaulKGrimes/python-graspfile
Author: Paul Grimes
Author-email: pgrimes@cfa.harvard.edu
License: MIT
Project-URL: Documentation, https://python-graspfile.readthedocs.io/
Project-URL: Changelog, https://python-graspfile.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/PaulKGrimes/python-graspfile/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: sphinx-automodapi
Requires-Dist: pyparsing
Requires-Dist: pytest

========
Overview
========



A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and CHAMP software using
numpy etc.

* Free software: MIT license

Installation
============

::

    pip install python-graspfile

You can also install the latest release candidate version with::

    pip install --index-url https://test.pypi.org/simple/ python-graspfile

You can install the latest in-development version with::

    pip install https://github.com/Smithsonian/python-graspfile/archive/master.zip


Documentation
=============


https://python-graspfile.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox



Changelog
=========

0.2.0 (2020-04-28)
------------------

* Change ownership of repo to Smithsonian GitHub team
* Incorporate `.tor` file parsing

0.1.3 (2020-03-10)
------------------

* Packaging changes to allow automated pushes to PyPI and TestPyPI

0.1.2 (2020-03-10)
------------------

* More bug fixes to work with older GRASP 10.0 cut files

0.1.1 (2020-03-18)
------------------

* Initial bug fixes to work with older GRASP 10.0 cut files

0.1.0 (2020-03-18)
------------------

* Initial attempts to work with older GRASP 10.0 files

0.0.1 (2020-02-04)
------------------

* Initial creation from PaulKGrimes/GraspFile and PaulKGrimes/CHAMPEdxFile repos


