A lighthearted Python package that gives developers dog-themed emotional support.
Project description
The package is available on PyPI here:
barkpy is a lighthearted Python package that adds dog-themed humor to everyday developer life.
This package includes functions that can:
- turn a normal request into a dramatic puppy-eyes request
- suggest a zoomie break based on how long you have been sitting
- rewrite urgent ticket titles in dog-alert language
- generate encouragement for a developer
- help choose one option from a list
How to install and use this package
Try installing and using your package in a separate Python project.
- Create a
pipenv-managed virtual environment and install the latest version of your package:pipenv install barkpy - Activate the virtual environment:
pipenv shell - Create a Python program file that imports your package, e.g.
from barkpy import (
puppy_eyes_translator,
zoomie_timer,
mailman_alert,
good_boy_generator,
paw_selector,
)
### Functions and Exact Examples
```python
from barkpy import puppy_eyes_translator
message = puppy_eyes_translator("Can you review my PR?", 7)
print(message)
*whimper* Can *tilts head* you review my *big round eyes* PR? *sad tail thump* *tiny puppy sigh*
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 barkpy-0.1.0.tar.gz.
File metadata
- Download URL: barkpy-0.1.0.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ba3c700f4da4c7e4a6074dffa4c8987c613dd55429f475afb74d3bd6c65bda2
|
|
| MD5 |
01295dcb0c2c7cd7bdc655911e99bb2a
|
|
| BLAKE2b-256 |
f0d21e0998a18c6cf68eb9c0a683c673b72cb734197897879c09c2cc902cd593
|
File details
Details for the file barkpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: barkpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ad99909d523aa9d215ab84584569b35b9cd113687270f6bf72d5c914a043fab
|
|
| MD5 |
e34e925d57d3d20f05350560ff60b6e6
|
|
| BLAKE2b-256 |
f1061e500cb7cd72bf365c43b530d031f9bbe8bdcc3225eb4afad1d25ed057c4
|