Metadata-Version: 2.1
Name: chialisp_stdlib
Version: 0.1.0
Summary: Chialisp `.clib` standard library files
Author-email: Richard Kiss <him@richardkiss.com>
Description-Content-Type: text/markdown

# chialisp_stdlib

Use:

`pip install chialisp_stdlib`

To get the path to the include files, use

```python
from chialisp_stdlib import NIGHTLY_INCLUDE_DIRECTORY
from chialisp_stdlib import STABLE_INCLUDE_DIRECTORY
```

Note that NIGHTLY_INCLUDE_DIRECTORY is a `pathlib.Path` and not a `str`, so if your API expects `str`-based paths, use `str(path)` to convert.

And upgrade your API: see [PEP519](https://peps.python.org/pep-0519/). C'mon, it's 2023 (as of this writing).

