Metadata-Version: 2.4
Name: fastsortedcontainers
Version: 0.0.0
Summary: /
Project-URL: Source, https://github.com/bertpl/fastsortedcontainers
Project-URL: Changelog, https://github.com/bertpl/fastsortedcontainers/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/bertpl/fastsortedcontainers/issues
Author-email: Bert Pluymers <bert.pluymers@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# fastsortedcontainers

/

[![CI](https://img.shields.io/github/actions/workflow/status/bertpl/fastsortedcontainers/push_to_main.yml?branch=main&label=CI)](https://github.com/bertpl/fastsortedcontainers/actions/workflows/push_to_main.yml)
[![PyPI](https://img.shields.io/pypi/v/fastsortedcontainers.svg)](https://pypi.org/project/fastsortedcontainers/)
[![Python](https://img.shields.io/pypi/pyversions/fastsortedcontainers.svg)](https://pypi.org/project/fastsortedcontainers/)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/bertpl/fastsortedcontainers/blob/main/LICENSE)

## Installation

```bash
pip install fastsortedcontainers
```

Or with [uv](https://docs.astral.sh/uv/):

```bash
uv add fastsortedcontainers
```
