my-cool-module


Keywords
test
License
MIT
Install
pip install my-cool-module==0.1

Documentation

MyCoolModule Project

This is an example project that is used to demonstrate how to publish Python packages on PyPI.

Installing

pip install my_cool_module

Usage

>>> from my_cool_module.my_cool_module import my_cool_module
>>> my_cool_module('Hello!')
Hello FizzBuzz!