Registry / devops / aspidites

aspidites

JSON →
library1.16.1pypypiunverified

Aspidites is the reference implementation of the Woma language, a Python-based programming language. Current version is 1.16.1. Release cadence is irregular.

pip install aspidites
INSTALL
IMPORT
SIG · ASPIDITES
A
aspidites
devopspythonv1.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Compiler
from aspidites import Compiler
Direct import from top-level package.
Transpiler
from aspidites import Transpiler
Direct import from top-level package.

Compile a simple Woma program using the Compiler class.

from aspidites import Compiler code = """ welcome "Hello, World!" """ compiler = Compiler() try: result = compiler.compile(code) print(result) except Exception as e: print(f"Error: {e}")
aspidites --version
Debug
Known issues
breakingAspidites is a language implementation; API can break with major versions.
fix
Pin to minor version and test thoroughly.
affects: >=2.0
gotchaThe package name on PyPI is 'aspidites' (lowercase). Do not use uppercase 'Aspidites'.
fix
Use 'pip install aspidites' (lowercase).
affects: all
deprecatedSome old examples may import from 'aspidites.core'. That module may be removed in future.
fix
Prefer importing from top-level aspidites.
affects: <1.16
Upgrade
Version history
1.16.1latest on PyPI · released Nov 15, 2021
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
1
Resources
aspidites — pip install aspidites · libregistry