Skip to main content

A library that print a message.

Project description

First-Python-Package

A simple pyhton package to say messages

Goal

Create a package and publish in https://pypi.org

Installation

pip install say-message

Public repository

https://pypi.org/project/say-message

Basic Usage

from say_message.say_message import say_message

if __name__ == "__main__":
    say_message('Hi')

Build the solution

python -m pip install --user --upgrade setuptools wheel
python setup.py sdist bdist_wheel
python -m pip install --user --upgrade twine
python -m twine upload dist/*

Run test

python -m unittest

Change Log

0.0.1 (09/24/2020)

-First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

say_message-0.0.4.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

say_message-0.0.4-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page