Metadata-Version: 2.4
Name: exonware-xentity
Version: 0.0.1
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Provides-Extra: all
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'
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  

## 🎯 **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-xentity
```

### **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  

## 📚 **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*
