Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richardkiss/chialisp_stdlib

Chialisp `.clib` standard library files
https://github.com/richardkiss/chialisp_stdlib

Last synced: about 1 month ago
JSON representation

Chialisp `.clib` standard library files

Awesome Lists containing this project

README

        

# 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 `*_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).