Metadata-Version: 2.1
Name: pumpkinpy
Version: 0.3.8
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
Description: # PumpkinPy 0.3.8
        
        ## An all-purpose Python module
        
        ### by Spatial Innovations
        
        ## Features
        
        * Sorting Algorithms
        * Number Theory algorithms
        * Pygame button and text input classes
        * Image utilities
        * Socket utilities
        * Fake bpy (Blender Python) module
        
        ## 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.3.8
          * Socket networks
          * Color utils
        
        * Version 0.3.7
          * Pygame Color Picker element.
        
        * Version 0.3.6
          * Merged StrawberryPy
          * bpy improvements
          * Bar graph improvements
        
        * Version 0.3.2
          * Pygame Bar Graph
        
        * Version 0.3.1
          * bpy improvements
        
        * Version 0.3.0
          * bpy.props kwargs
        
        * Version 0.2.9
          * bpy improvements
        
        * Version 0.2.8
          * Image dithering
          * bpy improvements
        
        * Version 0.2.7
          * Socket utilities, including networks.
          * pygame backgrounds and sliders
          * Image utilities
        
        * Version 0.1.1
          * Pygame text input
          * Bubble sort algorithm
          * Find factors function
          * Check prime function
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
