Skip to main content

A personal package for faster Python programming

Project description

A package for faster Python programming.

Usage

import slipper as sp
from logger import Logger

js = sp.jsonread('json_file.json')
sp.pp(js) # == pprint.pprint(js)


log = Logger()
log.info("Some info messages.")

Install

python3 -m pip install -i https://test.pypi.org/simple/ slipper=="0.0.4a1"

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

xiu-0.0.1a1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

xiu-0.0.1a1-py3-none-any.whl (10.2 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