Metadata-Version: 2.4
Name: summation-tool-chenfeng
Version: 0.1.0
Summary: A simple and efficient library to calculate the sum from 1 to n.
Project-URL: Homepage, https://github.com/yourusername/summation-tool
Project-URL: Bug Tracker, https://github.com/yourusername/summation-tool/issues
Author-email: davisdong <18516775395@163.com>
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

# Summation Tool

A lightweight Python library to compute the sum of integers from 1 to n efficiently using Gauss's formula.

## Installation 