Skip to content

erictleung/python-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-module

Test Python module to get me familiar with creation and maintenance of a Python module

Prerequisites

Installation

Interactively

From the terminal

$ git clone https://github.com/erictleung/python-module.git
$ cd python-module
$ python3

As Package

$ git clone https://github.com/erictleung/python-module.git
$ cd python-module
$ pip install .

Straight from GitHub

$ pip install git+git://github.com/erictleung/python-module.git

Use optional --upgrade flag to keep package up-to-date.

To Use

Once in Python

>>> from Animals import Mammals
>>> myMammal = Mammals()
>>> Mammals.printMembers()
Printing members of the Mammals class
        Tiger
        Zebra
        Giraffe

License

CC0

About

🐍 Test Python module to get familiar with creation and maintenance of a Python module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages