Skip to main content

I got tired of copy-pasting the same blocks of code from project to project. So I decided to create Wolpie as my own personal swiss army knife for Python development. The one package to rule them all... for my needs at least...

Project description

Wolpie

Wolpie

Docs License Python Version Python Version PyPI Version codecov Known Vulnerabilities

Welcome to Wolpie! Like the banner says, I got tired of copy-pasting the same blocks of code from project to project. I already figured out how to do something the way I like, but now I have to do it all over again in a new project. I also frequently found myself installing packages that did one small thing I needed, but then I had to install a whole package just for that one thing. So I decided to create Wolpie as my own personal swiss army knife for Python development. The one package to rule them all... for my needs at least.

Over time, it will grow to include various utilities and tools that I find useful in my projects. Stay tuned!

Installation

You can install Wolpie from PyPI:

pip install wolpie

Quick Start

Step 1: Identify something that frustrates you.

Step 2: Check if Wolpie has a solution for it.

Step 3: Import and use it.

from wolpie import pretty_str, ding
import time

result = pretty_str("Hello world!", max_chars=10)
print(result)  # Output: 'Hello w...'

# plays the default "ding" sound after the block finishes
with ding():
    time.sleep(10)  # Simulate some long running function

Step 4: Enjoy your newfound productivity!


Made with ♥ by Johandielangman

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

wolpie-0.3.0.tar.gz (68.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wolpie-0.3.0-py3-none-any.whl (68.3 kB view details)

Uploaded Python 3

File details

Details for the file wolpie-0.3.0.tar.gz.

File metadata

  • Download URL: wolpie-0.3.0.tar.gz
  • Upload date:
  • Size: 68.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.23

File hashes

Hashes for wolpie-0.3.0.tar.gz
Algorithm Hash digest
SHA256 077ebfbdf19955a6a99394a4ddefed0c3a305c92c3cdd7f182dc6a06d3315cb5
MD5 7f1b2830d2ff3cba888d8167af9cedf6
BLAKE2b-256 52172976215799b3a99ddab271bd863f884949bc43d439178d1244c6e1482e84

See more details on using hashes here.

File details

Details for the file wolpie-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: wolpie-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 68.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.23

File hashes

Hashes for wolpie-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 898aa61d5e9ecf78ee7a691a9b4261101944b2f7e811fccbea6b321c020a9c44
MD5 9a10fe4bd9af719c2d71e372b1ed18f6
BLAKE2b-256 7c4f67dd15c86ea5bb35b8d10b44e5ea1e22661ef546cc664fde582e1ce01937

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page