Metadata-Version: 2.4
Name: raven-pyu
Version: 1.0.2
Summary: Utilities for Python
Author: Happy Raven Labs
License: MIT License
        
        Copyright (c) 2025 Jakub Walczak
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: profiling,performance,benchmarking,monitoring,optimization,timing,analysis,measurement,debugging,code-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: isort; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: autoflake; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Dynamic: license-file

# PyU - Python Utilities

<div align="center">
  <img src="https://github.com/HappyRavenLabs/pyu/blob/main/static/logo.png?raw=true" alt="PyU Logo" width="400"/>
</div>

<div align="center">
  <strong>A comprehensive collection of Python utilities for developers</strong>
</div>

<br>

The `raven-pyu` is a versatile Python utility library designed to enhance your development workflow with powerful tools for performance analysis, profiling, and code optimization. Built by Happy Raven Labs, PyU provides elegant, easy-to-use solutions for common development challenges.

## ✨ Features

- **🔍 Performance Profiling**: Comprehensive time and memory profiling tools


## 📦 Installation

```bash
pip install raven-pyu
```

## 🧩 Modules

### Profiling Module

The profiling module provides powerful tools for measuring and analyzing the performance of your Python code.

**Key Features:**
- Time profiling with microsecond precision
- Memory usage tracking and analysis  
- Line-by-line performance breakdowns
- Multiple output formats (console, CSV, text)
- Statistical analysis with rich reporting

📖 **[Full Profiling Documentation →](https://github.com/HappyRavenLabs/pyu/blob/main/pyu/profiling/README.md)**

## 🔧 Requirements

- Python 3.8 or higher
- Rich (for beautiful console output)

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 🏢 About

Developed with ❤️ by **Happy Raven Labs**

---
