Metadata-Version: 2.4
Name: exonware-xwentity
Version: 0.0.1.2
Summary: Entity management and relationship modeling library
Project-URL: Homepage, https://exonware.com
Project-URL: Repository, https://github.com/exonware/xentity
Project-URL: Documentation, https://github.com/exonware/xentity#readme
Author-email: "Eng. Muhammad AlShehri" <connect@exonware.com>
License: MIT
License-File: LICENSE
Keywords: entity,exonware,management,modeling,orm,relationship
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: exonware-xwsystem
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: isort>=5.12.0; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Provides-Extra: full
Requires-Dist: exonware-xwaction>=0.0.1; extra == 'full'
Requires-Dist: exonware-xwdata>=0.0.1; extra == 'full'
Requires-Dist: exonware-xwnode>=0.0.1; extra == 'full'
Requires-Dist: exonware-xwschema>=0.0.1; extra == 'full'
Requires-Dist: exonware-xwsystem[full]; extra == 'full'
Provides-Extra: lazy
Requires-Dist: exonware-xwaction>=0.0.1; extra == 'lazy'
Requires-Dist: exonware-xwdata>=0.0.1; extra == 'lazy'
Requires-Dist: exonware-xwnode>=0.0.1; extra == 'lazy'
Requires-Dist: exonware-xwschema>=0.0.1; extra == 'lazy'
Requires-Dist: exonware-xwsystem[lazy]; extra == 'lazy'
Description-Content-Type: text/markdown

# 🚀 **xentity: Entity Management And Relationship Modeling Library**

**Company:** eXonware.com  
**Author:** Eng. Muhammad AlShehri  
**Email:** connect@exonware.com  
**Version:** 0.0.1.2

## 🎯 **What is xentity?**

xentity is a powerful Python library for entity management and relationship modeling library. It provides comprehensive tools and utilities for building robust and scalable solutions.

## ⚡ **Quick Start**

### **Installation**
```bash
pip install exonware-xwentity
```

### **Basic Usage**
```python
from exonware.xentity import *
# Or use convenience import:
# import xentity

# Your xentity code here
```

## 🚀 **Key Features**

✅ **Production-ready** tools and utilities  
✅ **High-performance** operations  
✅ **Easy integration** with existing Python tools  
✅ **Comprehensive documentation** and examples  
✅ **Extensive testing** for reliability  

## 🚀 **Project Phases**

xEntity follows a structured 5-phase development approach designed to deliver enterprise-grade functionality while maintaining rapid iteration and continuous improvement.

### **Current Phase: 🧪 Version 0 - Experimental Stage**
- **Focus:** Fast applications & usage, refactoring to perfection of software patterns and design
- **Status:** 🟢 **ACTIVE** - Foundation complete with entity management, persistence layer, and comprehensive testing

### **Development Roadmap:**
- **Version 1 (Q1 2026):** Production Ready - Enterprise deployment and hardening
- **Version 2 (Q2 2026):** Mars Standard Draft Implementation - Cross-platform interoperability
- **Version 3 (Q3 2026):** RUST Core & Facades - High-performance multi-language support
- **Version 4 (Q4 2026):** Mars Standard Implementation - Full compliance and enterprise deployment

📖 **[View Complete Project Phases Documentation](docs/PROJECT_PHASES.md)**

## 📚 **Documentation**

- **[API Documentation](docs/)** - Complete reference and examples
- **[Examples](examples/)** - Practical usage examples
- **[Tests](tests/)** - Test suites and usage patterns

## 🔧 **Development**

```bash
# Install in development mode
pip install -e .

# Run tests
python tests/runner.py
```

## 📄 **License**

MIT License - see LICENSE file for details.

---

*Built with ❤️ by eXonware.com - Making xentity development effortless*
