Skip to content

mypackage is a Python package designed as a simple example for trying out package distribution and testing

Notifications You must be signed in to change notification settings

geekidharsh/myproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mypackage

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.

Downloading and Installation

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

Usage

from mypackage import DummyPack

License

This project is licensed under the MIT License.

About

mypackage is a Python package designed as a simple example for trying out package distribution and testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages