Metadata-Version: 2.4
Name: fibonacci-generator-grossbeak
Version: 0.1.1
Summary: A library for working with Fibonacci numbers
Project-URL: Homepage, https://github.com
Project-URL: Bug Tracker, https://github.com
Author-email: Koreneev Pavel <mr.kahibar@mail.ru>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Fibonacci Generator

A Python library for working with Fibonacci numbers.

## Features

- Generate the nth Fibonacci number
- Generate a sequence of Fibonacci numbers up to n
- Check if a number is a Fibonacci number

## Installation

```bash
pip install fibonacci-generator