An open API service indexing awesome lists of open source software.

https://github.com/ntapiam/pydend

Implementation of dendriform and tridendriform structures on Schröder trees
https://github.com/ntapiam/pydend

algebraic-structures linear-algebra mit-license

Last synced: over 1 year ago
JSON representation

Implementation of dendriform and tridendriform structures on Schröder trees

Awesome Lists containing this project

README

          

# Dend

Dend is a Python project for doing calculations with Schröder trees. It provides modules for (tri-)dendriform and vector operations.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/ntapiam/dend.git
cd dend
```

2. (Optional) Create and activate a virtual environment:
```bash
python3 -m venv venv
source venv/bin/activate
```

3. Install the package:
```bash
pip install -e .
```

## Usage

After installation, you can run the main application:
```bash
python -m dend.main
```

You can also run tests using:
```bash
pytest
```

## Project Structure

- **src/dend/**: Contains the source code for the dend package.
- **tests/**: Contains unit tests for the project.
- **pyproject.toml**: Project configuration.

## License

This project is licensed under the terms of the LICENSE file.