Metadata-Version: 2.1
Name: tealshwlibrary
Version: 1.8.7
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
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

# Teals Homework Library

For TEALS homework because asgh all weve done so far has been review why ahhhhh

# Quickstart:
```
shell -> pip install tealshwlibrary

from tealshwlibrary.June7 import June7
print(June7.factorial(7))
```

# Documentation:

### June7
| function        | description           
| ----------: |:-:| 
| `is_prime(integer)`      | if integer is a prime, return True, else returns False | 
| `factorial(integer)`     | returns factorial of integer
      |   
| `integer_input()` | continuously asks user for an integer input, returns the integer     |  

### June8
| function | description
| -: | :-: |
| `happy_birthday(name)`| requires a name parameter, prints happy birthday song
| `pick_cards(integer, *argv)` | given an integer and any number of lists, returns [integer] amount of random choices from every list


