Metadata-Version: 2.1
Name: DyPi
Version: 0.0.1b1
Summary: A simple package for calculating factorial and Fibonacci sequences.
Home-page: https://github.com/imooger/DyPi
Author: Marek Jindrich
Author-email: imooger@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# DyPi

DyPi is a simple Python package that provides functions to calculate the factorial of a number and generate the Fibonacci sequence.

## Version 0.0.1 Beta

### Features

- **Factorial Calculation**: Compute the factorial of a non-negative integer.
- **Fibonacci Sequence**: Generate the first `n` numbers in the Fibonacci sequence.

## Installation

You can install DyPi using `pip`:

```bash
pip install DyPi
