A simple test package that prints hello world during installation
Project description
ldaputil
A simple test Python package that prints "Hello World" during installation.
Description
This is a minimal test package created to demonstrate Python packaging. The package doesn't provide any real functionality - it's designed to print a greeting message when installed and imported.
Installation
pip install ldaputil
Usage
import ldaputil
# The package will print "Hello World" message when imported
# You can also use the hello_world function
ldaputil.hello_world()
# Or use the greet function from main module
from ldaputil.main import greet
greet("Python Developer")
Features
- Prints greeting message during installation/import
- Simple hello_world() function
- Greet function with customizable name
- Minimal dependencies
Development
This package was created as a learning exercise for Python packaging.
License
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 ldaputil-40.0.0.tar.gz.
File metadata
- Download URL: ldaputil-40.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97aa3b561a84fbe5b9afda524552b3655d126e7764193c483e276e1d9c892440
|
|
| MD5 |
5de7e8aa7c4569673b24013941068a4d
|
|
| BLAKE2b-256 |
0010f06964562f37b927d58bd4580a9365d7ff457dbe3614c53252497ffe8006
|
File details
Details for the file ldaputil-40.0.0-py3-none-any.whl.
File metadata
- Download URL: ldaputil-40.0.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a187264c280911cbe443b46d3895cff9d691ad185f58491e8f4a16853d03740
|
|
| MD5 |
347538d939bc8ade34142882ffde1c6d
|
|
| BLAKE2b-256 |
8af7cc03a0f59276da878c3beee3f14551e53ce9bb1f97dfb79bcd627766dac8
|