Metadata-Version: 2.1
Name: cpulib-py
Version: 1.0.4
Summary: This is a test module.
Home-page: UNKNOWN
Author: CPUcademy
Author-email: cpucademy@gmail.com
License: MIT
Keywords: cpucademy learning test
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

==========================
CPUlib
==========================
A test Python module for educational purposes.

Usage
==========================
Example of running the project:

   .. code-block:: bash

	from cpulib import *
	n = Numbers()
	print(n.addition(2, 4))

