Metadata-Version: 2.2
Name: noshot
Version: 0.1.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: 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: requires-python
Dynamic: summary

<p align="center">
    <a href="https://pypi.org/project/noshot/">
        <img src="https://img.shields.io/pypi/v/noshot?color=blue&logo=pypi" alt="PyPI Version">
    </a>
    <a href="https://pypi.org/project/noshot/">
        <img src="https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow" alt="Python Versions">
    </a>
    <a href="https://opensource.org/licenses/MIT">
        <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="LICENSE">
    </a>
    <a href="https://github.com/suganthangnanavelan/one-shot-coding/actions/workflows/tests.yml">
        <img src="https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/tests.yml?branch=main" alt="Build Status">
    </a>
    <a href="https://pepy.tech/project/noshot">
        <img src="https://pepy.tech/badge/noshot" alt="Downloads">
    </a>
</p>

<p align="center">
    <img src="logo.png" alt="NoShot Logo" width="800">
</p>

<h1 align="center">NoShot</h1>

<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.

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

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