A simple hello-world library.
Project description
hello-world
A lightweight Python project template for building and testing simple packages.
Project goals
- Provide a minimal, easy-to-understand Python package layout.
- Keep dependencies and setup lightweight.
- Offer a clear path for contributing and releasing.
Installation
Using pip
python -m venv .venv
source .venv/bin/activate
pip install -e .
Using conda
conda create -n structflo python=3.11
conda activate structflo
pip install -e .
Usage
from structflo.helloworld import helloworld
print(helloworld())
Contributing
See CONTRIBUTING.md for development setup, testing, and release guidance.
License
This project is licensed under the MIT License. See 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
structflo-0.1.0.tar.gz
(2.6 kB
view details)
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 structflo-0.1.0.tar.gz.
File metadata
- Download URL: structflo-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d05c662ec212743a104132946fa71dcd6b10ac3894a22de5c05bbfd6f41f7371
|
|
| MD5 |
d05d911af3eba334e1e22ca2c5545d1c
|
|
| BLAKE2b-256 |
7ea7c764033ee81a27bc590aaf27bb7567169188528592202268ba199006fc9c
|
File details
Details for the file structflo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: structflo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e0ee3089cd78580a55841a015c5ca1ad412359e19ebca8a3c2804165d9ed0ae
|
|
| MD5 |
b6cb83ce5f6a5b60d003e4482b192ab4
|
|
| BLAKE2b-256 |
0e45dbb58c4a1c3189972a3ee9d3d43d25ac6c3a1e616ed337ae43882b724cf5
|