Metadata-Version: 2.1
Name: pumpkinpy
Version: 0.2.6
Summary: A Python module with utilities for many fields.
Home-page: https://github.com/Spatial-Innovations/PumpkinPy
Author: Spatial Innovations
Author-email: spatialinnovations@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pygame
Requires-Dist: numpy

# PumpkinPy 0.1.1
### An all-purpose Python module.
#### by Spatial Innovations

## Features
* Sorting Algorithms
* Number Theory algorithms
* Pygame button and text input classes

## Installation
* If you have a version installed already, run this command in a terminal:
    * `pip install --upgrade pumpkinpy`
* If you are installing first time, run this command:
    * `pip install pumpkinpy`

## Changelog
* Version 0.1.1
    * Pygame text input
    * Bubble sort algorithm
    * Find factors function
    * Check prime function

