Metadata-Version: 2.4
Name: mathspractice
Version: 0.0.9
Summary: Basic Mathematics Practice
Author-email: David Johnston <c0d3@gpobox.net>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: flask<3.2,>=3.1
Provides-Extra: dev
Requires-Dist: wheel; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# Math Practice

Maths practice are some simple exercises for kids to use 
to practice the material in the course
"Mastering the Fundamentals of Mathematics course
by Professor James A. Sellers."

These exercises are not endorsed in any way by "The Great Courses"
or "Professor James A. Sellers". They were created for my kids to
practice what they were learning from Professor Sellers excellent course.

## Subjects

Lesson 1 - Addition and Subtraction

Lesson 2 - Multiplication

Lesson 3 - Division

## Installation

pip install --upgrade mathspractice

## Running

mathspractice

## Environment Variables

HOST = Host name to listen on (default 127.0.0.1)
PORT = Port number to listen on (default 5000)
DEBUG = True to enable debugging
