Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richardkiss/chialisp_stdlib
- Owner: richardkiss
- License: other
- Created: 2023-07-15T01:18:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T01:58:46.000Z (6 months ago)
- Last Synced: 2024-05-03T00:18:07.925Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).