Metadata-Version: 2.1
Name: openpathsampling
Version: 1.5.2
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
License-File: LICENSE
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.*,!=3.*,!=4.0.0,!=4.0.1)
Requires-Dist: mdtraj
Provides-Extra: simstore
Requires-Dist: sqlalchemy (!=1.4.0) ; extra == 'simstore'
Requires-Dist: dill ; extra == 'simstore'
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: nbval ; extra == 'test'

[![Tests](https://github.com/openpathsampling/openpathsampling/workflows/Tests/badge.svg?branch=master)](https://github.com/openpathsampling/openpathsampling/actions?query=workflow%3ATests)
[![codecov](https://codecov.io/gh/openpathsampling/openpathsampling/branch/master/graph/badge.svg?token=9W18VHasdb)](https://codecov.io/gh/openpathsampling/openpathsampling)

# OpenPathSampling

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

See documentation here:

http://openpathsampling.org


