Skip to main content

Pragmatic tools and utilities for Python projects

Project description

Pragmatic tools and utilities for Python projects.

Tested on Python 2.7.

Requirements

Some utilities require additional libraries as:

  • Pillow/PIL

  • pyBarcode

Installation

Using pip: pip install python-pragmatic

Usage

Classes

get_subclasses(classes, level=0)

Return the list of all subclasses for given class (or list of classes).

get_parent_classes(class)

Return the list of all parent classes for given class.

Dates

diff_month(date_from, date_to)

Returns number of months between dates ‘date_from’ and ‘date_to’

diff_days(date_from, date_to)

Returns number of days between dates ‘date_from’ and ‘date_to’

week_range(date)

Returns a tuple of ‘(start_date, end_date)’ of week range by given date.

OS

base64_to_file(content, file_path)

Stores base64 encoded content to file.

Strings

generate_hash(length=5)

Returns random generated string

barcode(code, args=None)

Returns barcode as string encoded in base64 format.

remove_accents(input)

Returns input string without accent characters.

Thirdparty

class BarcodeImageWriter(ImageWriter)

Fixed version of barcode.writer.ImageWriter.

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

python-pragmatic-1.0.0.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file python-pragmatic-1.0.0.tar.gz.

File metadata

  • Download URL: python-pragmatic-1.0.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9

File hashes

Hashes for python-pragmatic-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e44a20dc2a233d5ed69832c2d75750ab4367c39cbba149a752ea402f9f40787c
MD5 1a84778403c27c2a3df734bcd3939cac
BLAKE2b-256 0180d669e126e9e3fac773d27c41ecce8d8621498f6ab5a05855c60a90aee8ca

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