Skip to main content

A lightweight, extensible framework for structured content authoring and validation with AI assistance

Project description

Aether Framework

Human-readable, AI-interpretable, machine-consumable.

PyPI version Python 3.9+ License: FSL-1.1-MIT

Aether is a lightweight, schema-driven framework for structured content authoring and validation with AI assistance. It enables humans and AI to collaborate on creating, validating, and distributing structured content.

Features

  • Schema Validation - JSON Schema Draft 7 with custom Aether extensions (media, markdown)
  • Entity Collections - Hierarchical content organization with automatic reference resolution
  • Bundle Distribution - Package complete projects as portable .aetherpack archives
  • AI Integration - Native support for Cursor AI and Model Context Protocol (MCP)
  • CLI & Python API - Use from command line or integrate into Python applications
  • Comprehensive - Project scaffolding, introspection, validation context, and more

Installation

pip install jintra-aether

Quick Start

Define a Schema

Create blog.aether:

id: blog
spec_version: "1.0.0"
version: "1.0.0"
title: Blog

structure:
  posts:
    type: array
    items:
      $ref: "#/objects/Post"

objects:
  Post:
    type: object
    properties:
      title: { type: string }
      content: { type: markdown }
      author: { type: string }
      published: { type: boolean }

Create Content

# Create project structure
aether scaffold blog.aether my-blog --examples

# Validate project
aether validate-project my-blog

# Bundle for distribution
aether bundle my-blog -o blog.aetherpack

Use in Python

import aether

# Load and validate
schema = aether.load_schema("blog.aether")
project = aether.open_bundle("blog.aetherpack")
aether.validate_project(project, schema)

# Access resolved content
for post in project['posts']:
    print(f"Title: {post['title']}")
    print(f"Author: {post['author']}")

Use Cases

📚 Documentation & Reports

  • Technical documentation with automatic cross-references
  • Corporate reports with validated data structures
  • Static site generators with schema-driven content

🎨 Interactive Digital Experiences

  • Educational simulations with validated entity systems
  • Narrative platforms with branching storylines
  • Interactive media with decision trees

🧠 Knowledge Management

  • Portable content packages for AI agents
  • Validated knowledge bases
  • Schema-driven data distribution

Documentation

Examples

Check out the examples/ directory for complete working projects:

  • aether-docs - Self-documenting: Aether's own documentation as an Aether project

Development

# Clone repository
git clone https://github.com/jintra-jayce/aether.git
cd aether

# Install dependencies
pip install -e .

# Run tests
pytest

VS Code Extension

For the best development experience, install aether-vscode:

  • Real-time schema validation
  • IntelliSense for entity references
  • AI-powered content assistance
  • Visual project navigation

License

Functional Source License, Version 1.1, MIT Future License (FSL-1.1-MIT)

  • Free to use for any purpose except creating competing products
  • Automatically converts to MIT License after 2 years (January 1, 2027)
  • See LICENSE for full terms

Contributing

Contributions welcome! Please read CONTRIBUTING.md before submitting pull requests.

Contact

Acknowledgments

Copyright © 2025 Jintra Software Solutions LLC

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jintra_aether-1.0.4.tar.gz (43.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jintra_aether-1.0.4-py3-none-any.whl (51.9 kB view details)

Uploaded Python 3

File details

Details for the file jintra_aether-1.0.4.tar.gz.

File metadata

  • Download URL: jintra_aether-1.0.4.tar.gz
  • Upload date:
  • Size: 43.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for jintra_aether-1.0.4.tar.gz
Algorithm Hash digest
SHA256 3fa08187f9d53a656e9b0afe8dcca29aae61cffe62bd7f378e45842f77816f28
MD5 23a1b3a665817f48519a6440a16fbcf2
BLAKE2b-256 501bbadfa9dee93fdc8e9be653f5e53a3bcd18c2f61629f8052a92b3322923ec

See more details on using hashes here.

File details

Details for the file jintra_aether-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: jintra_aether-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 51.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for jintra_aether-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4755d36c274cb0c1098056be71a442c17084cf839222649ddd113fa1a8815708
MD5 bccc16c90d8daa9fd928e74fffbcaab9
BLAKE2b-256 3b451c321f31773246c838092cb3b08472d5f750c18e062a3b6da98c0ddc3ac6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page