Skip to main content

Some reusable libraries for properties, logging, console

Project description

Mime Common

An package containing misc helper libraries for projects

  • console - contains Console class for terminal output including som coler support
  • logg - A logging wrapper that do some standardisation
  • properties - A wrapper for properties that support reading different value types like logglevel, integer, string and boolean

Installation

Run the following to install:

pip install mime-common

Usage

from console import Console

cons = Console(use_colors=True)

cons.green("Hello World")

Developing Mime Common

To install Mime Common, along with the tools you need to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]

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

mime-common-0.2.8.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

mime_common-0.2.8-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

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