Metadata-Version: 2.1
Name: openpathsampling
Version: 1.3.0
Summary: A Python package for path sampling simulations
Home-page: https://github.com/openpathsampling/openpathsampling
Author: David W.H. Swenson, Jan-Hendrik Prinz, John D. Chodera, and Peter G. Bolhuis
Author-email: dwhs@hyperblazer.net
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
Requires-Dist: future
Requires-Dist: psutil
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: netcdf4
Requires-Dist: svgwrite
Requires-Dist: networkx
Requires-Dist: matplotlib
Requires-Dist: ujson (<2)
Requires-Dist: mdtraj
Provides-Extra: test
Requires-Dist: nose ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: ipynbtest ; extra == 'test'

[![Build Status](https://travis-ci.org/openpathsampling/openpathsampling.svg?branch=master)](https://travis-ci.org/openpathsampling/openpathsampling)
[![Coverage Status](https://coveralls.io/repos/github/openpathsampling/openpathsampling/badge.svg?branch=master)](https://coveralls.io/github/openpathsampling/openpathsampling?branch=master)

# OpenPathSampling

An open source Python framework for transition interface and path sampling
calculations.

See documentation here:

http://openpathsampling.org


