Metadata-Version: 2.4
Name: simple-fact-py
Version: 0.1.0
Summary: A simple factorial function
Author-email: Aruja Tiwary <aruja.tiwary@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# n-factorial
A tiny Python package that computes the factorial of a number.  
Useful if you just want a clean 'factorial()' function without pulling in heavy dependencies.


## Installation
Install directly from PyPI:
pip install n-factorial


## Features
Simple and lightweight
Pure Python (no dependencies)
Handles non-negative integers

## License
This project is licensed under the MIT License.
