Metadata-Version: 2.1
Name: tealshwlibrary
Version: 1.8.5
Summary: testing how packages work
Home-page: https://github.com/Highfire1/teals_hw_library
Author: Anderson T
Author-email: 786954@learn.vsb.bc.ca
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Highfire1/teals_hw_library/issues
Description: # Example Package
        
        For TEALS homework because asgh all weve done so far has been review why ahhhhh
        
        quickstart:
        shell -> pip install tealshwlibrary
        
        Documentation:
        June7:
        is_prime() - if integer is a prime, return True, else returns False
        
        factorial() - returns factorial of integer
        
        integer_input() - continuously asks user for an integer input, returns the integer
        
        June8:
        happy_birthday() - requires a name parameter, prints happy birthday song
        
        pick_cards() - given an integer and any number of lists, returns [integer] amount of random choices from every list
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
