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.2.tar.gz (41.5 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.2-py3-none-any.whl (49.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jintra_aether-1.0.2.tar.gz
  • Upload date:
  • Size: 41.5 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.2.tar.gz
Algorithm Hash digest
SHA256 c10c0b71bce50f965aff5fe7c2cbf5f8135d4e5cffaf3d7ca846a04445d5f6f5
MD5 949f74805a1d4b4fa08793ade6ba94ba
BLAKE2b-256 b0eb88db0aae0f5016a5e1b03e7cec9cf51be82b6093d276a2bc3c7bf9967d72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jintra_aether-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 49.0 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fb916f8a8621e603f8db8b5d3291c9baf49e83470c4d61f9f8a026588ce32f70
MD5 9c718240016b9cb2cb9a170595c1e427
BLAKE2b-256 055216044935ff23ba7e9e3d6e0e753b77222d014780b1c12ec6dda3de5ece6d

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