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 details)
Built Distribution
File details
Details for the file say_message-0.0.4.tar.gz
.
File metadata
- Download URL: say_message-0.0.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a725b17da009b3c9eb6801c2a2b3a015184cde2ca2e3285f30c2d253e4b17b73 |
|
MD5 | 69edf0ac3691243020238cf47dd40a17 |
|
BLAKE2b-256 | 609a8ac4d540d2719cdff54749fab40bc6404935b159c3cdb5eecc8ceb383775 |
File details
Details for the file say_message-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: say_message-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94da96b38694df9db87f28c0814c4db0bc0106a21b86576f3c9cf214cccf101d |
|
MD5 | 716609b10c8f4e0a528469b3608cebde |
|
BLAKE2b-256 | 9e487cca14562f62ae76a57b49146832ca2820c0f60eebe02a47d03c36dc2db7 |