Metadata-Version: 2.4
Name: tranquil
Version: 0.0.1rc1
Summary: Continual Learning Framework for Transformers
Project-URL: Documentation, https://github.com/Yasas Senarath/tranquil#readme
Project-URL: Issues, https://github.com/Yasas Senarath/tranquil/issues
Project-URL: Source, https://github.com/Yasas Senarath/tranquil
Author-email: Yasas Senarath <12231659+ysenarath@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: datasets>=3.1.0
Requires-Dist: numpy>=1.24.4
Requires-Dist: pandas>=2.0.3
Requires-Dist: scikit-learn>=1.3.2
Requires-Dist: setfit>=1.1.1
Requires-Dist: torch>=2.5.1
Requires-Dist: transformers>=4.46.3
Description-Content-Type: text/markdown

# tranquil

Continual Learning Framework for Transformers

[![PyPI - Version](https://img.shields.io/pypi/v/tranquil.svg)](https://pypi.org/project/tranquil)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tranquil.svg)](https://pypi.org/project/tranquil)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tranquil
```

## License

`tranquil` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
