Metadata-Version: 2.1
Name: k1a
Version: 1.0.6
Summary: Accelerated functionalities for k1lib
Home-page: https://k1a.k1lib.com
Author: Quang Ho
Author-email: 157239q@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# k1a

This is a supplementary library to [k1lib](https://k1lib.com) that accelerates a lot of its functionalities by compiling to C directly. As a consequence, you won't/shouldn't use this library directly.

# Installation

Just do this:

```
pip install k1lib[extras]
```

If you only want to install this alone, for whatever reason, then do this:

```
pip install k1a
```

# Some details

- Repo: https://github.com/157239n/k1a
- Docs: https://k1a.k1lib.com

# Contacts?

If you found bugs, open a new issue on the repo itself. If you want to have a chat, then email me at 157239q@gmail.com


