A simple greeting python package.
Project description
PyGreet
A simple greeting python package.
Install
To install the package, use the command below:
pip install pygreet
Usage
from helloworld import say_hello
# Generate "Hello, World!"
say_hello()
# Generate "Hello, Everybody!"
say_hello('Everybody!')
Development
To prepare the dev environment, you need to run the command below in your virtualenv:
$ pip install -e .[dev]
To build the source code using, use the command below:
$ python setup.py bdist_wheel sdist
To publish the source distribution run the command below:
$ pip install twine
$ twine upload dist/*
Using Docker
When using the docker compose setup, make sure to execute the commands below:
$ apk add --update --no-cache --virtual .tmp-build-deps gcc libc-dev linux-headers postgresql-dev && apk add libffi-dev
License
This package is open-sourced software licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygreet-1.0.1.tar.gz.
File metadata
- Download URL: pygreet-1.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c84bc3f6b9a144b5e065b1de9e4af4261f1eb46b9db4e5623e5aecd429226c9
|
|
| MD5 |
6735fd89d2d5d783afdece6785324b98
|
|
| BLAKE2b-256 |
b6728c95f87193eb29009a2377b93f8e0531e94a9dca943b342c8efe1975c5fe
|
File details
Details for the file pygreet-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pygreet-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a78630270b47e79de54efaa96c0e1a4dc9fedeefa127367ae484315f57cd594a
|
|
| MD5 |
f760daab776ae57e146f797bf8755d87
|
|
| BLAKE2b-256 |
40eb4a6e2ecedf2c18a8e1aa4ad7a2e713e9b0b89803158eae5d04d61399202b
|