Metadata-Version: 2.4
Name: noshot
Version: 27.0.0
Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
Author: Tim Stan S
License: MIT
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

<h1 align="center">No Shot</h1>

<p align="center">
    <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
</p>

![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
[![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
[![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)

<p align="center">
    A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
</p>

## 🚀 **Overview**
`NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
- 📊 **Custom visualizations** built on top of Matplotlib.
- 📈 **Optimized algorithms** for data processing.
- ⚡ **Additional utilities** for working with structured data.

> [!NOTE]
> This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.

## 📦 **Installation**
Install latest version via `pip`:
```sh
pip install noshot
