Skip to main content

A collection of miscellaneous functions and utilities for Python and/or Django.

Project description

The Pine Digital Growth Python Package

This package contains a variety of miscellaneous Python helper/utility functions used across different Pine Digital projects.

Installation

Install using pip with:

pip install pppine

What's In The Box?

Python Helpers

Tired of searching StackOverflow for answers to the most basic of Python problems? We've got you covered.

While these helpers may seem random in nature, they've come in handy hundreds of times across multiple Pine Digital products. They're solutions with a personal spin, some with more of a creative touch than others.

Random Generators

  • Generate a string of random numbers of length n.
  • Extract initials out of a person's or organization's name.
  • Create a temporary password that's easier to look at than UUID's.
  • Generate short UUID's. Based on shortuuid, but even shorter.

Date, Time, and DateTime Helpers

  • Get the current date and time, but in your local timezone.
  • Greet your users with the proper time of the day. Is it the 'morning', 'afternoon', or 'evening'? Plug in a time object to find out.
  • Get today's date and time, but set the time to midnight.
  • Convert a date object to a datetime object.
  • Parse a datetime from a string or number. Perfect when working with JSON and API's.

Address & Contact Info Helpers

  • Capitalize all the right things in an address the way .title() can't.
  • Format a mailing address nicely, whether you want it in one line or many.
  • Clean an address inputted from a form.
  • Properly capitalize people's names that start with 'Mc', 'Mac', 'de ', and so on.
  • Format a phone number properly based on an inputted country.
  • Check whether an inputted string is an email address.

General Helpers

  • Replace a string's character at a specified index without all the extra work.
  • Check whether a file is a certain file type. You never know, file extensions might not always tell a true story.
    • While you're at it, raise a specialized exception if a certain file isn't the file type you want it to be.
  • Get the class name of an object.
  • Check whether a string actually represents a list.
  • Turn a list, dictionary, or any other Python literal into a JSON string, but encode it in base64.
  • Take that base64-converted JSON string and convert it back into a Python literal.
  • Ever see some strings that should be a list? Turn those into an actual list.

Django Helpers

Make your day-to-day Django tasks easier with these helpers and shorthand notations.

  • Raise a 404 if one or several URL slugs are nonempty.
  • Get the verbose name of a model instance's field.
  • Shorthand notation to check whether a Django object/query exists.
  • Shorthand notation to return a queried object or None if not found.
  • Reverse a URL namespace with query strings while writing the cleanest code. No f-strings or %s required on your end.
  • Fetch the URL of the page you were redirected from.
  • Update a model instance by dictionary rather than field by field.
  • Convert a Django QueryDict (e.g. request.GET) to a regular dictionary.
  • Safely update an object from another model instance with similar field names.

Encoders

  • Get the ultimate encoder for JSON dumps. Very Django-friendly. (COMING SOON)

Miscellaneous

This is more of a data file than a set of helpers, yet still helpful when working with forms that involve countries, provinces, and states.

  • Get a list of tuples for
    • Countries
    • Canadian Provinces
    • US States

e.g.

[
  ('AB', 'Alberta'),
  ('BC', 'British Columbia'),
  ('SK', 'Saskatchewan'),
  ('MB', 'Manitoba'),
  ('ON', 'Ontario'),
  ('QC', 'Quebec'),
  ('NB', 'New Brunswick'),
  ('NS', 'Nova Scotia'),
  ('PE', 'Prince Edward Island'),
  ('NL', 'Newfoundland and Labrador'),
  ('YT', 'Yukon'),
  ('NT', 'Northwest Territories'),
  ('NU', 'Nunavut')
]

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

pppine-1.0.2.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

pppine-1.0.2-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file pppine-1.0.2.tar.gz.

File metadata

  • Download URL: pppine-1.0.2.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for pppine-1.0.2.tar.gz
Algorithm Hash digest
SHA256 3bcb0f621ea4b094bdc74d4108a5e84cef3faf1eb9cddf2e259dd526ddfcc020
MD5 c612d863aa13e224c6a62bdf97fa43d7
BLAKE2b-256 26cd8daeac61f3234991a40312136f22d12545f8e809d8dc65669de572625228

See more details on using hashes here.

File details

Details for the file pppine-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: pppine-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for pppine-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e0beb2ede13b34197cd4744e0033ccee7b87d61851cece75e124ea3c89265223
MD5 cd89c5dbc49c589ec6abc9698df4e102
BLAKE2b-256 5d855c4bb1a3a080a094a78c9d8fc45351e8316ea51ceb018e3f614bedb64e0b

See more details on using hashes here.

Supported by

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