Metadata-Version: 2.4
Name: pseudo-lang
Version: 0.0.1
Summary: Reserved name for the Pseudo language. The actual package will be published when v1.0 Ludens ships. See https://github.com/siliconyouth/pseudo for development.
Project-URL: Homepage, https://pseudo-lang.com
Project-URL: Source, https://github.com/siliconyouth/pseudo
Project-URL: Issues, https://github.com/siliconyouth/pseudo/issues
Project-URL: Spec, https://github.com/siliconyouth/pseudo/blob/main/docs/superpowers/specs/2026-05-13-pseudo-design.md
Author-email: Vladimir Dukelic <vladimir@dukelic.com>
License-Expression: MIT OR Apache-2.0
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Keywords: ai,ai-friendly,compiler,language,pseudo,pseudocode,transpiler,typed
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# pseudo-lang

**Name reserved for the [Pseudo](https://github.com/siliconyouth/pseudo) language.**

The Pseudo language is currently in pre-v1 development. The actual Python runtime + compiler bindings will be published to PyPI when **v1.0 Ludens** ships.

Until then, this package is a placeholder.

## Where to follow development

- **Source**: [github.com/siliconyouth/pseudo](https://github.com/siliconyouth/pseudo)
- **Marketing site**: [pseudo-lang.com](https://pseudo-lang.com) (lands at v1.0)
- **Design specification**: see GitHub repo
- **Compatibility matrix**: COMPATIBILITY.md in the repo
- **Standards conformance**: CONFORMANCE.md in the repo

## What is Pseudo?

A typed pseudocode language that compiles deterministically to **10 native targets** (per ADR-0019 + ADR-0032): TypeScript, Rust, Python, Go, Swift, Kotlin, C# 14 / .NET 10 LTS, C++23, WASM/WASI Preview 2, shell. Comments are language protocol. Tools-first execution. Multi-agent first-class. Local + remote RAG search.

## License

Dual-licensed: MIT OR Apache-2.0.

## Owner

Vladimir Dukelic — [@siliconyouth](https://github.com/siliconyouth) — vladimir@dukelic.com
