mypackage is a Python package designed as a simple example for trying out package distribution and testing.
It contains a class, DummyPack
, that allows you to perform basic arithmetic operations on two numbers.
You can download and install mypackage
the following way:
pip install git+https://github.com/geekidharsh/myproject@main
Or if you have it downloaded, you can install mypackage using pip:
pip install mypackage
from mypackage import DummyPack
This project is licensed under the MIT License.