Python toolbox for plant tissue simulation prototypes
Project description
# PyPTS: A Python Plant Tissue Simulation tools
PyPTS is a Python package for creating cell-based simulations of plant tissue. It provides the basic building blocks for prototyping and running small to medium scale simulations of two dimensional plant tissues.
Author: Przemyslaw Klosiewicz (przemek.klosiewicz@gmail.com)
License: BSD 3-Clause, cfr. LICENSE.txt
## Installation
The standard way of installing PyPTS is either through pip:
pip install PyPTS
or downloading the sources / cloning the repository and running:
python ./setup.py install [–user]
inside the PyPTS source tree.
### Requirements
Currently used versions are indicated. Code possibly works with slightly older versions as well.
Python 2.7
NumPy (Used all throughout the code)
SciPy (Maily for the solvers)
h5py (I/O for tissue files)
Matplotlib (Plotting tissue structures)
PySide (optional; for tissue_plot.py visualization)
MPI4Py (optional; for running bulk sweep jobs, cfr: mpi_*.py)
## Usage
See pypts/examples for some example scripts
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyPTS-0.2.5.tar.gz
.
File metadata
- Download URL: PyPTS-0.2.5.tar.gz
- Upload date:
- Size: 63.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
26fffb37251c914807a8f2a383792a3ca9c3a653a3886de4e0a5ba79827e2126
|
|
MD5 |
3a6837ccfedd63a22443c3dde07dce7a
|
|
BLAKE2b-256 |
4d5b64f0d8adccb453c917492dc5dead5160d47d6ccf14cb87f023d9d8925293
|