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
pyproject.tomlis 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
Release files for gutentag-world 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gutentag_world-0.1.3.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gutentag_world-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / gutentag_world-0.1.3.tar.gz
| Download URL | gutentag_world-0.1.3.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ac319780209ca2e4a574ffb6a876acb73e3d54489b0371e011439fb2e1832bd
|
|
BLAKE2b-256 checksum How to use checksums |
6d20843d91fbe89827eec1622c00dec30cbf6ed342035db73e446a805093a0ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.8
|
Release files / gutentag_world-0.1.3-py3-none-any.whl
| Download URL | gutentag_world-0.1.3-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
776f4d9cefaea76d6745a888da072ee51133b8f6156a6b8adde6e2ea14a715f2
|
|
BLAKE2b-256 checksum How to use checksums |
df6035b55d58cc47cc8a6b0b699e4be3ed8fb567a79a33745fc4e3c28f63a2dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.8
|