chialisp-stdlib
Chialisp `.clib` standard library files
What it is and what it does
Chialisp_stdlib is a minimal package that bundles Chialisp standard library include files and exposes them via Python pathlib.Path objects. It provides two entry points—NIGHTLY_INCLUDE_DIRECTORY and STABLE_INCLUDE_DIRECTORY—so Chialisp development tools can locate the correct `.clib` files at runtime without hardcoding paths or managing file distributions separately.
The package is a thin wrapper around resource discovery; its only runtime dependency is importlib_resources. It's designed for projects that compile or process Chialisp code and need programmatic access to the standard library. The fact sheet shows it has been dormant since its last release on 2023-11-10, so it may not track the latest Chialisp standard library changes.
Use it for:
- Locate Chialisp standard library files when building a Chialisp compiler or IDE plugin.
- Programmatically resolve include paths in a Chialisp build system without manual configuration.
- Access both nightly and stable versions of the standard library for testing or development workflows.
- Distribute Chialisp development tools that depend on the standard library without bundling it separately.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides path access to Chialisp standard library include files for use in Chialisp development, exposing both nightly and stable versions as pathlib.Path objects.
No, unless you are already deeply embedded in a Chialisp project that explicitly requires this package. The package has been dormant since 2023-11-10 with no active maintenance. The license treatment is unclear, and Python version support is unspecified. If you need Chialisp standard library files, verify whether a more actively maintained alternative exists or whether the upstream Chialisp project provides a recommended distribution method.
Install
chialisp-stdlib on PyPI
pip
pip install chialisp-stdlibuv
uv add chialisp-stdlibpoetry
poetry add chialisp-stdlibInstalling chialisp-stdlib
Before you install
High install friction: the package has been dormant since its last release on 2023-11-10, with no recent maintenance signal. Relies on importlib_resources, a stable backport, but the lack of active development is a concern for long-term reliability.
License in practice
Licensed under Apache License 2.0 per the raw license text. License treatment is marked unclear in the metadata, so verify the exact terms apply to your use case before depending on this package in production.
Quickstart
pip install chialisp_stdlib
from chialisp_stdlib import NIGHTLY_INCLUDE_DIRECTORY, STABLE_INCLUDE_DIRECTORY
include_path = str(STABLE_INCLUDE_DIRECTORY)
Requires Python; exact version support is unspecified in the package metadata. Paths are returned as pathlib.Path objects, not strings.
Verify before relying
- Whether the package is actively maintained or if a fork or replacement is recommended for new projects.
- Exact Python version compatibility, as requires_python is empty in the metadata.
- Whether the nightly and stable include directories are kept in sync with upstream Chialisp development.
Package facts
| License | Copyright 2023 by Richard Kiss Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at… (full text in the JSON record) (unclear) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | 1 — importlib_resources |
| Maintenance | dormant — 1,008 days since the last release |
| First released | |
| Downloads | 91,736/month — #13,503 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: chialisp_stdlib-0.1.1.tar.gz
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
chialisp-loaderLoads compiled Chialisp programs (`.hex` files)…
unclear · top 15,000 on PyPI
clvm-tools-rsCompiles and executes Chialisp programs to CLVM…
permissive · top 15,000 on PyPI
chialisp-builderManages build-time compilation of Chialisp…
unclear · top 15,000 on PyPI
path.pyProvides Path objects that wrap filesystem…
permissive · top 15,000 on PyPI
pathProvides Path objects that wrap filesystem…
permissive · top 5,000 on PyPI
chialisp-puzzlesLoads and provides access to standard and…
unclear · top 15,000 on PyPI
pathlib-abcProvides abstract base classes for implementing…
permissive · top 1,000 on PyPI
chia-puzzles-pyProvides Python bindings to the standard Chia…
unclear · top 15,000 on PyPI
universal-pathlibUniversal Pathlib provides a pathlib.Path-like…
permissive · top 1,000 on PyPI
pathlib3xBackport of Python 3.11 pathlib to Python 3.8+…
permissive · top 15,000 on PyPI