Skip to content

mrshanas/example-mrshanas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Package

This is a boring package that adds one to any given number

Installing

pip install -i https://test.pypi.org/simple/ example-mrshanas

Usage

>>> from example_mrshanas.example import Shanas
>>> shanas = Shanas()
>>> shanas.add_one(4)
>>> 5

Note This is for learning on creating and packaging python packages

About

Learning how to package python packages to Pypi.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages