Metadata-Version: 2.1
Name: cpulib.py
Version: 1.0.1
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
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))
	  
License
==========================

This project is licensed under the MIT License - see the `LICENSE` file for details.


Change Log
==========

version 1.0.0: -first version

