Metadata-Version: 2.4
Name: coconext
Version: 0.1
Summary: Features for future versions of cocotb
Author-email: Kaleb Barrett <dev.ktbarrett@gmail.com>
Maintainer-email: Kaleb Barrett <dev.ktbarrett@gmail.com>
License: BSD-3-Clause
Project-URL: Repository, https://github.com/ktbarrett/coconext.git
Project-URL: Bug Tracker, https://github.com/ktbarrett/coconext/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cocotb>=2.0.dev0
Dynamic: license-file


[![CI](https://github.com/ktbarrett/coconext/actions/workflows/tests.yaml/badge.svg?branch=dev)](https://github.com/ktbarrett/coconext/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/ktbarrett/coconext/graph/badge.svg?token=ZBFY9R7JEP)](https://codecov.io/gh/ktbarrett/coconext)
[![docs](https://readthedocs.org/projects/coconext/badge/?version=latest)](https://coconext.readthedocs.io/en/latest/)

# coconext

A staging area for new [cocotb](https://github.com/cocotb/cocotb) features.
This project will move faster and include more experimental features than may end up in the main repo.


## Installation

> [!IMPORTANT]
> Until cocotb 2.0 is released, you will need to install the development version of cocotb *before* attempting to install `coconext`.
> Follow the instructions [here](https://docs.cocotb.org/en/development/install_devel.html) on how to do that.

`coconext` is available on [PyPI](https://pypi.org/project/coconext/).
Use your favorite Python package manager to install it.

```sh
pip install coconext
```
