Metadata-Version: 2.4
Name: nether
Version: 0.0.1
Summary: A Python framework for building concurrent and distributed applications
Author-email: David Landa <david.landa@proton.me>
Maintainer-email: David Landa <david.landa@proton.me>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ariuna-systems/nether
Project-URL: Documentation, https://github.com/ariuna-systems/nether/docs
Project-URL: Repository, https://github.com/ariuna-systems/nether
Project-URL: Bug Tracker, https://github.com/ariuna-systems/nether/issues
Keywords: actors,agents,concurrent,distributed,framework,messaging,services
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Nether

> **Package name reserved - Framework under development**

A Python framework for building concurrent and distributed applications.

## Status

🚧 **Under Development** - This is a placeholder package to reserve the name "nether" on PyPI.

The actual framework is currently being developed and is not ready for production use.

## About

Nether will be a modern Python framework for:

- **Concurrent programming** with actor-based architecture
- **Distributed systems** with message-passing
- **Scalable applications** with built-in resilience

## Repository

Visit [github.com/ariuna-systems/nether](https://github.com/ariuna-systems/nether) for development updates.

## Installation

**Do not install** - This package contains only placeholder code.

---

*This package reserves the "nether" name. The actual framework implementation is in progress.*
