Metadata-Version: 2.4
Name: exonware-xdata
Version: 0.0.1
Summary: Advanced data manipulation and processing library
Project-URL: Homepage, https://exonware.com
Project-URL: Repository, https://github.com/exonware/xdata
Project-URL: Documentation, https://github.com/exonware/xdata#readme
Author-email: "Eng. Muhammad AlShehri" <connect@exonware.com>
License: MIT
License-File: LICENSE
Keywords: analysis,data,exonware,manipulation,processing,transformation
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

# 🚀 **xdata: Advanced Data Manipulation Library**

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

## 🎯 **What is xdata?**

xdata is a powerful Python library for advanced data manipulation and processing. It provides a comprehensive set of tools for data transformation, analysis, and management, making complex data operations simple and efficient.

## ⚡ **Quick Start**

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

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

# Your data manipulation code here
```

## 🎯 **Perfect For:**

- **📊 Data Analysis** - Advanced data processing and analysis operations
- **🔄 Data Transformation** - Complex data transformation pipelines
- **📈 Data Processing** - High-performance data manipulation tasks
- **🧹 Data Cleaning** - Data validation and cleaning operations
- **📋 Data Management** - Comprehensive data management solutions

## 🚀 **Key Features**

✅ **Advanced data manipulation** tools and utilities  
✅ **High-performance processing** for large datasets  
✅ **Flexible transformation** pipelines  
✅ **Data validation** and cleaning capabilities  
✅ **Memory efficient** operations  
✅ **Easy integration** with pandas, numpy, and other 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 data manipulation effortless*