Metadata-Version: 2.1
Name: tolio
Version: 0.2.5
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: Tolio application rust extension
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/jozhw/tolio

<h1 align="center"> Tolio - Rust Extension </h1>

```
VERSION 0.2.5

Using: Rust 1.66.0 | Maturin 0.14.7
Supports: MacOS - Python 3.10+, Linux - Python 3.7X
Source Code: src/rust/

```

### Description
This python package was build in rust, using maturin, to complement the <a href="https://github.com/jozhw/tolio">Tolio</a> application. The rationale behind using rust is to offer increased speed and performance when interacting
with the database.



### Limitations
This python package only supports database functionalities that are specific to the Tolio application. None of the functionalities
that this package offers will be usable for any other purpose.

