Metadata-Version: 2.4
Name: exonware-xnode
Version: 0.0.1
Summary: Node-based data processing and graph computation library
Project-URL: Homepage, https://exonware.com
Project-URL: Repository, https://github.com/exonware/xnode
Project-URL: Documentation, https://github.com/exonware/xnode#readme
Author-email: "Eng. Muhammad AlShehri" <connect@exonware.com>
License: MIT
License-File: LICENSE
Keywords: computation,data-processing,exonware,graph,node,workflow
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

# 🚀 **xnode: Node-Based Data Processing Library**

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

## 🎯 **What is xnode?**

xnode is a powerful Python library for node-based data processing and graph computation. It provides a flexible framework for building data processing workflows using interconnected nodes, enabling complex data transformations and computations through an intuitive graph-based approach.

## ⚡ **Quick Start**

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

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

# Your node-based processing code here
```

## 🎯 **Perfect For:**

- **🔄 Data Processing Pipelines** - Build complex data transformation workflows
- **📊 Graph Computation** - Process data through interconnected node networks
- **🔀 Workflow Management** - Create reusable processing components
- **🧠 Algorithm Development** - Implement graph-based algorithms and computations
- **🔗 System Integration** - Connect different data processing stages

## 🚀 **Key Features**

✅ **Node-based architecture** for modular data processing  
✅ **Graph computation engine** for complex workflows  
✅ **Flexible data flow** between processing nodes  
✅ **Reusable components** for common operations  
✅ **Performance optimized** for large-scale processing  
✅ **Easy integration** with existing Python data tools  

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

# Run specific test types
python tests/runner.py --core
python tests/runner.py --unit
python tests/runner.py --integration
```

## 🤝 **Contributing**

1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Add tests
5. Run the test suite
6. Submit a pull request

## 📄 **License**

MIT License - see LICENSE file for details.

---

*Built with ❤️ by eXonware.com - Making node-based data processing effortless*