Skip to content

tileable

ci doc

Category Tools
Development black ruff mypy docformatter
Package version pythonversion downloads
Documentation mkdocs
Communication gitter discussions

Introduction

The modular framework for your ideas. Create. Combine. Repeat.

Installation

For user installation, tileable is currently available on the PyPi's repository, and you can install it via pip:

pip install tileable

Development installation requires to clone the repository and then use PDM to install the project as well as the main and development dependencies:

git clone https://github.com/PsiACE/tileable.git
cd tileable
pdm install