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
Release history Release notifications | RSS feed
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)
Built Distribution
xiu-0.0.1a1-py3-none-any.whl
(10.2 kB
view hashes)