Metadata-Version: 2.4
Name: smoldyn
Version: 2.74
Summary: Python package for the Smoldyn simulator
Home-page: http://www.smoldyn.org/
Author: Dilawar Singh
Author-email: dilawar.s.rajput@gmail.com
License: GNU LGPLv3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dataclasses; python_version == "3.6"
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pyflakes; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: numpy; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: flaky; extra == "dev"
Provides-Extra: biosimulators
Requires-Dist: biosimulators-utils[logging]>=0.1.124; extra == "biosimulators"
Requires-Dist: numpy; extra == "biosimulators"
Requires-Dist: pandas; extra == "biosimulators"
Requires-Dist: biosimulators-simularium>=0.5.29; extra == "biosimulators"
Provides-Extra: biosimulators-dev
Requires-Dist: flake8; extra == "biosimulators-dev"
Provides-Extra: biosimulators-tests
Requires-Dist: python-dateutil; extra == "biosimulators-tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![Test status](https://github.com/ssandrews/Smoldyn/actions/workflows/linux.yml/badge.svg)](https://github.com/ssandrews/Smoldyn/actions/workflows/linux.yml)
[![Linux build status](https://github.com/ssandrews/Smoldyn/actions/workflows/wheels_linux.yml/badge.svg)](https://github.com/ssandrews/Smoldyn/actions/workflows/wheels_linux.yml)
[![OS X build status](https://github.com/ssandrews/Smoldyn/actions/workflows/osx.yml/badge.svg)](https://github.com/ssandrews/Smoldyn/actions/workflows/osx.yml)
[![Windows build status](https://github.com/ssandrews/Smoldyn/actions/workflows/windows.yml/badge.svg)](https://github.com/ssandrews/Smoldyn/actions/workflows/windows.yml)
[![PyPI version](https://badge.fury.io/py/smoldyn.svg)](https://badge.fury.io/py/smoldyn)
[![BioSimulators](https://img.shields.io/badge/BioSimulators-registered-brightgreen)](https://biosimulators.org/simulators/smoldyn)
[![runBioSimulations](https://img.shields.io/badge/runBioSimulations-simulate-brightgreen)](https://run.biosimulations.org/run)
[![Documentation status](https://readthedocs.org/projects/smoldyn/badge/?version=latest)](https://smoldyn.readthedocs.io/en/latest/?badge=latest)

# Smoldyn

Smoldyn is a particle-based biochemical simulator for modeling molecular
diffusion, surface interactions, and chemical reactions.

More information about Smoldyn is available at http://www.smoldyn.org. 
Please visit this website to learn about Smoldyn, download the latest
release, etc.

