Metadata-Version: 2.3
Name: SpringSaLaDpy
Version: 0.1.8
Summary: Run and visualize SpringSaLaD results from Python
Project-URL: Homepage, https://github.com/MolClustPy/SpringSaLaD-Python-Viz
Project-URL: Issues, https://github.com/MolClustPy/SpringSaLaD-Python-Viz/issues
Author-email: Harrison Perone <Harrison.perone@uconn.edu>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: ipykernel
Requires-Dist: matplotlib
Requires-Dist: molclustpy
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: setuptools==69.5.1
Description-Content-Type: text/markdown

# SpringSaLaDpy

## What is SpringSaLaDpy

SpringSaLaDpy provides a lightweight command-line interface for the modeling and simulation software SpringSaLaD (Springs, Sites, and Langevin Dynamics) for spatial, stochastic, particle-based modeling of biomolecules accounting for their volumes and diffusions. SpringSaLaDpy streamlines the execution of multiple SpringSalad simulations over the specified parameter sets. It provides extended analysis and visualization of spatial simulation results, such as composition and spatial distribution of molecules. Importantly, being an open architecture it enables Python-based customization of SpringSalad inputs and outputs.

## Usage

Install this package by running the following command in a terminal window: pip install springsaladpy

## Documentation

Visit the companion demonstration repository (https://github.com/SpringSaLaDpy/demo) for examples and detailed explanations of every function.