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

https://github.com/syubogdanov/onotation

Because O(n²) should be a choice, not a surprise! Data structures for Python, sped up with C.
https://github.com/syubogdanov/onotation

algorithm c collections data-structure python python3 tree

Last synced: 5 days ago
JSON representation

Because O(n²) should be a choice, not a surprise! Data structures for Python, sped up with C.

Awesome Lists containing this project

README

          

# onotation

[![PyPI Version][shields/pypi/version]][pypi/homepage]
[![PyPI Downloads][shields/pypi/downloads]][pypi/homepage]
[![License][shields/pypi/license]][github/license]
[![Python Version][shields/python/version]][pypi/homepage]
[![Documentation][shields/readthedocs]][docs/onotation]
[![Lint][shields/github/lint]][github/homepage]
[![Test][shields/github/test]][github/homepage]
[![Typing][shields/typing]][pypi/homepage]

## Key Features

* ...;
* ...;
* ....

## Getting Started

### Installation

The library is available as [`onotation`][pypi/homepage] on PyPI:

```shell
pip install onotation
```

### Usage

...

## License

MIT License, Copyright (c) 2025 Sergei Y. Bogdanov. See [LICENSE][github/license] file.

[docs/onotation]: https://onotation.readthedocs.io/

[github/homepage]: https://github.com/syubogdanov/onotation
[github/license]: https://github.com/syubogdanov/onotation/tree/main/LICENSE

[pypi/homepage]: https://pypi.org/project/onotation/

[shields/github/lint]: https://img.shields.io/github/actions/workflow/status/syubogdanov/onotation/lint.yaml?style=flat&label=lint&color=green
[shields/github/test]: https://img.shields.io/github/actions/workflow/status/syubogdanov/onotation/test.yaml?style=flat&label=test&color=green
[shields/pypi/downloads]: https://img.shields.io/pypi/dm/onotation.svg?color=green
[shields/pypi/license]: https://img.shields.io/pypi/l/onotation.svg?color=green
[shields/pypi/version]: https://img.shields.io/pypi/v/onotation.svg?color=green
[shields/python/version]: https://img.shields.io/pypi/pyversions/onotation.svg?color=green
[shields/readthedocs]: https://img.shields.io/readthedocs/onotation?style=flat&color=green
[shields/typing]: https://img.shields.io/pypi/types/onotation?style=flat&color=green