dummy-module

just a zero/dummy pypi package


Keywords
dummy, pypi, module, package, pkg, blank, zero
License
MIT
Install
pip install dummy-module==0.0.2

Documentation

dummy_module (v0.0.2)

DESCRIPTION_SHORT

Just a zero/dummy pypi package

DESCRIPTION_LONG

designed for test applications which handle with pypi packages (install/uninstall/check versions/upgrade).
with this module you dont need to handle with some specific pkg!

Features

  1. It doesn't do anything!

License

See the LICENSE file for license rights and limitations (MIT).

Release history

See the HISTORY.md file for release history.

Installation

pip install dummy-module

Import

from dummy_module import *

USAGE EXAMPLES

See tests and sourcecode for other examples.