Skip to main content

Code I write over and over for no good reason

Project description

https://img.shields.io/pypi/v/missingbuiltins.svg https://img.shields.io/travis/jbn/missingbuiltins.svg

What

Code I write over and over for no good reason.

Gonna see what happens by means of accretion.

Installation

pip install missingbuiltins

Usage

from missingbuiltins import jsonl_load, jsonl_dump, chunker

items = chunker(range(5), 2)
jsonl_dump("my_items.jsonl", items)  # => 5
got = list(jsonl_load("my_items.jsonl"))  # => [[1, 2], [3, 4], [5]]

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

missingbuiltins-0.0.2.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

missingbuiltins-0.0.2-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 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