Skip to main content

Python reusable code and utility classes

Project description

reusable

Python reusable code, utility functions and time saver.

Overview

Python reusable library contains a handful of reusable functions and utility class

Install

pip install -U reusable

Usage

Loading Configuration files as class attributes

from reusable import AppConfig
config=AppConfig('config.json')
mykey=config.my_key

Load config file accessible via class methods

from reusable import Config
config=Config('config.json')
mykey=config.get('my_key')

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

reusable-0.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

reusable-0.0.1-py3-none-any.whl (5.4 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