A simple package that prints 'Gutentag, World!'
Project description
Gutentag, World
gutentag_world is a simple Python package that provides a single function to print "Hello, World!" to the console. It's perfect for learning how to create and distribute Python packages.
Features
- Prints "Gutentag, World!" to the console.
Installation
You can install the package from the source distribution:
- Clone or download the repository.
- Navigate to the package directory where
setup.pyis located. - Install the package using pip:
pip install .
Usage
After installing the package, you can import and use the say_hello function:
from hello_package import say_hello
say_hello()
This will output:
Gutentag, World!
Development
To build and install the package locally for development:
- Clone the repository.
- Navigate to the package directory.
- Install the package in editable mode:
pip install -e .
Contributing
Contributions are welcome! Here’s how you can help:
- Fork the repository: Click the “Fork” button at the top of this page.
- Clone your fork:
git clone https://github.com/your-username/gutentag_world.git
- Create a new branch
git checkout -b feature-name
- Make your changes and commit them:
git add .
git commit -m "Describe your changes"
- Push your changes to your fork:
git push origin feature-name
- Submit a pull request: Go to the original repository on GitHub and open a pull request.
Guidelines
- Write clear commit messages.
- Follow PEP 8 style guidelines for Python code.
- Ensure the package builds and works as expected before submitting changes.
- If adding a new feature, update the documentation in this
README.md.
License
This project is licensed under the MIT License.
Author
Sam Gutentag
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
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 gutentag_world-0.1.1.tar.gz.
File metadata
- Download URL: gutentag_world-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48c3f0d47110aa18f79ec9ca12ce72248e3b54541547053063ad13b2b44cd4a2
|
|
| MD5 |
377203dc5a51c26b03ba3e310ba36dd3
|
|
| BLAKE2b-256 |
d420519e004f0807a3a299d1db7942654dde9ce25d05fba201e3c1e6216d33a3
|
File details
Details for the file gutentag_world-0.1.1-py3-none-any.whl.
File metadata
- Download URL: gutentag_world-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef29f2a7d25138002ff53df2e8c3daf842f6684cb7326b8a0879dade38116f15
|
|
| MD5 |
e78710538df21185018cb3b335d8832c
|
|
| BLAKE2b-256 |
3b14ec92489a4b2cf315f68409106fc962dd4b1c3b0ce9ec9e623c563ff65434
|