Metadata-Version: 2.4
Name: lattics
Version: 0.9.0
Summary: Lattice-based Cellular Simulation
Home-page: https://github.com/kissdaniel/lattics
Author: Daniel Kiss
Author-email: kissdanieldezso@gmail.com
License: BSD (3-clause)
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: colorama==0.4.6
Requires-Dist: contourpy==1.3.3
Requires-Dist: cycler==0.12.1
Requires-Dist: fonttools==4.61.1
Requires-Dist: iniconfig==2.3.0
Requires-Dist: kiwisolver==1.4.9
Requires-Dist: llvmlite==0.46.0
Requires-Dist: matplotlib==3.10.8
Requires-Dist: numba==0.63.1
Requires-Dist: numpy==2.3.5
Requires-Dist: packaging==26.0
Requires-Dist: pandas==3.0.0
Requires-Dist: pillow==12.1.0
Requires-Dist: pluggy==1.6.0
Requires-Dist: Pygments==2.19.2
Requires-Dist: pyparsing==3.3.2
Requires-Dist: pytest==9.0.2
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: scipy==1.17.0
Requires-Dist: six==1.17.0
Requires-Dist: tqdm==4.67.3
Requires-Dist: tzdata==2025.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

=======
LattiCS
=======

.. image:: https://github.com/kissdaniel/lattics/actions/workflows/testing.yml/badge.svg
   :target: https://github.com/kissdaniel/lattics/actions/workflows/testing.yml


.. image:: https://img.shields.io/pypi/v/lattics.svg
        :target: https://pypi.python.org/pypi/lattics


LattiCS (Lattice-based Cellular Simulator) is a flexible agent-based simulation framework designed to help you model the collective behavior of cellular systems and to support experimental biology.

Features
--------

* **Simple.** Customize key biological properties of individual cell agents, including cell cycle dynamics, cell-cell adhesion, motility, and phenotype changes. Simulate the transport of nutrients or drugs and their effects on cells. Define custom events during the simulation, such as treatments.
* **Ready-to-use.** Launch virtual experiments with minimal coding, using built-in tools tailored for common tasks.
* **Accessible.** Build your own models in Python without needing expert-level programming knowledge.

Installation
------------

You can install LattiCS directly from this repository using pip. See details `here <https://kissdaniel.github.io/lattics/installation.html>`__ .

Documentation
-------------

https://kissdaniel.github.io/lattics
