A package for faster coding.
Project description
A package for faster Python programming.
Usage
import codefast as cf
js = cf.jsonread('json_file.json')
cf.pp(js) # == pprint.pprint(js)
Install
python3 -m pip install codefast
Or, update to latest version with:
python3 -m pip install codefast --upgrade
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
cfwp-0.0.1a1.tar.gz
(1.5 kB
view hashes)
Built Distribution
cfwp-0.0.1a1-py3-none-any.whl
(2.2 kB
view hashes)