Metadata-Version: 2.4
Name: veez
Version: 0.1.4
Summary: Python for the fly.
License: MIT
Author: BJS
Author-email: coderbjs@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
Requires-Dist: sympy (>=1.14.0,<2.0.0)
Description-Content-Type: text/markdown

# Veez

**Veez** — Makes feel Python fly.

A collection of handy Python utilities for day-today or advance usages.

## Features

- Generate Fibbonacci(s)
- Checks Number Types
- Various List Utilities
- Simple Low Level Operations

## Installation

```bash
pip install veez
```
**OR**

```bash
pip3 install veez
```
