Metadata-Version: 2.4
Name: simple-fact-py
Version: 0.1.1
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
pip install simple-fact-py

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