Metadata-Version: 2.4
Name: testpackage-smaurice
Version: 1.0
Summary: Test python packae for students
Home-page: https://github.com/smaurice101/transactionalmachinelearning
Author: Sebastian Maurice
Author-email: sebastian.maurice@otics.ca
License: MIT License
Keywords: python, data science, machine learning ,artificial intelligence,predictive analytics,advanced analytics
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: numpy>=1.18.1
Requires-Dist: pandas>=0.25.3
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

**Test Python Package for Students**

*Creating Python Packages is Easy and Powerful*

**Overview**

This library is just a test package to teach people how to create their own Python packages. 

**Compatibility**
    - Python 3.8 or greater
    - Minimal Python skills needed

**Copyright**
   - Author: Sebastian Maurice, PhD
   
**Installation**
   - At the command prompt write:
     **pip install testpackage**
     - This assumes you have [Downloaded Python](https://www.python.org/downloads/) and installed it on your computer.  

- **sayhello**
  - This function just prints hello

- **saygoodbye**
  - This function just prints goodbye

