Skip to main content

A fun Python package by team_riptide with random playful helpers.

Project description

CI / CD
PyPI: https://pypi.org/project/joytide/

joytide

joytide is a small python package with random fun helpers to help de-stress after hours of serious coding. each function can be visually changed with different inputs. the main way to use it is the CLI.

team members

install

requires python 3.10 or higher

pip install joytide
# if pip is not on PATH:
python -m pip install joytide
# windows:
py -m pip install joytide

CLI

Banner

print an ASCII banner.

usage

joytide banner TEXT [--border "*" ] [--padding 1] [--align left|center|right]
# if console script isn't on PATH:
python -m joytide banner TEXT --border "#" --padding 2 --align right
py -m joytide banner "team_riptide"   # windows

examples

joytide banner "hello"
joytide banner "team_riptide" --border "##"
joytide banner "left"  --padding 2 --align left
joytide banner "right" --border "<>" --align right

Put each of your functions here with examples

example program for all functions

a short demo that calls each function is in examples/demo.py.

python examples/demo.py
py examples/demo.py

how to contribute

we use pipenv for development.

python -m pip install --user pipenv
pipenv install --dev
pipenv install -e .
pipenv run python -m pytest -v

build the package manually if needed:

pipenv run python -m build .

testing

each function should have tests for a normal case, an edge case, and an invalid input case.

pipenv run python -m pytest -v

CI / CD

  • pull requests run tests on python 3.11 and 3.12
  • merges to main build the package and publish to PyPI using twine via GitHub Actions (pypa/gh-action-pypi-publish)

configuration

no environment variables or secret config files are required. no database or starter data is needed. works on mac, windows, and linux.

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

joytide-0.0.1.tar.gz (42.9 kB view details)

Uploaded Source

Built Distribution

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

joytide-0.0.1-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

Details for the file joytide-0.0.1.tar.gz.

File metadata

  • Download URL: joytide-0.0.1.tar.gz
  • Upload date:
  • Size: 42.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for joytide-0.0.1.tar.gz
Algorithm Hash digest
SHA256 eebc3781d407de98789343c04ecce13c13bf0a7c45d1095a570cdb6e072ddf39
MD5 4679a6cfc71ac5db1b49f824910f6300
BLAKE2b-256 b6883e88349d16cd9b6c06e598bef5ab8e8555c23727f5a656abf3c454844fe7

See more details on using hashes here.

File details

Details for the file joytide-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: joytide-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for joytide-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5f0f6452415448ad802e0ff2a807bb1c2a3925e9c28a34b88c984aaac65a11f5
MD5 0db7f05c198ee04e8e00df3bcd1cf06e
BLAKE2b-256 36e9d074a637b0df160cd5018bdf8bc1dcdc01743325b27041d1d85d0abf4900

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