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.

devopsweb-frameworkdatabasehttp-networkingserialization
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.

Direct import from top-level package.

from aspidites import Compiler

Direct import from top-level package.

from aspidites import Transpiler

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 footguns
breakingAspidites is a language implementation; API can break with major versions.
gotchaThe package name on PyPI is 'aspidites' (lowercase). Do not use uppercase 'Aspidites'.
deprecatedSome old examples may import from 'aspidites.core'. That module may be removed in future.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
bytedance
4
claudebot
4
gptbot
3
ahrefsbot
3
Resources