pck-BrendanD 0.0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

pckBrendanD 0.0.1

Instructions
Complete Activity 14: Python Packaging and have a Python package deployed on PyPi. The name of your package does not have to be "example-package" but it most end with your name. The package could do anything you like (not necessarily what is done in the tutorial). You need to push a file name example.py that illustrates a possible use of your package.
Grading
+3 I should be able to install your package using pip.
+2 example.py uses the package and runts without any error.
pck_BrendanD
pck_BrendanD is a simple Python package that provides a friendly greeting.
Installation
Install pck_BrendanD by running:
pip install pck_BrendanD
Usage
To use the greet function from the pck_BrendanD package, follow these steps:
from pck_BrendanD import mod

# Greet the world
print(mod.greet("World"))

# Greet a user by name
print(mod.greet("Brendan"))

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.