Metadata-Version: 2.1
Name: gimbal
Version: 0.1.0
Summary: Tools for importing, creating, editing and querying molecular geometries
Home-page: https://github.com/ryjmacdonell/gimbal
Author: Ryan J. MacDonell
Author-email: rmacd054@uottawa.ca
License: MIT
Keywords: gimbal molecule geometry displacement transformation 3D
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Dist: numpy (>=1.6.0)
Requires-Dist: scipy (>=0.9.0)
Requires-Dist: pyparsing (>=2.2.0)

.. image:: https://github.com/ryjmacdonell/gimbal/blob/master/docs/gimbal_logo.svg

.. image:: https://travis-ci.org/ryjmacdonell/gimbal.svg?branch=master
    :target: https://travis-ci.org/ryjmacdonell/gimbal

.. image:: https://readthedocs.org/projects/gimbal-editor/badge/?version=latest
    :target: https://gimbal-editor.readthedocs.io/en/latest/?badge=latest

.. image:: https://codecov.io/gh/ryjmacdonell/gimbal/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/ryjmacdonell/gimbal

Gimbal is a package for importing, creating, editing and querying
three-dimensional molecular geometries. It specializes in intramolecular
transformations relevant to dynamical simulation.

Installation
------------
To add to your local Python packages, clone the repository and use setup.py
to install via::

    $ git clone https://github.com/ryjmacdonell/gimbal.git
    $ python setup.py install

This will also add several executables from `bin/` to your path for easily
editing recognized file formats.

Requirements
------------
Requires at least Python 3.4, NumPy v1.6.0 and SciPy v0.9.0

Documentation
-------------
For additional documentation, see the `documentation page <https://gimbal-editor.readthedocs.io/en/latest>`_.

Author
------
Ryan J. MacDonell


