Skip to main content

A really lazy package

Project description

yakutils

Yakutils is a collection of helper methods I find myself often needing to write.

This package is available on PyPi, but its primary purpose is to allow me to copy these into projects or to prevent me from needing to Google how to write them (I'm looking at you csv.DictReader and csv.DictWriter).

As of this moment, yakutils is little more than a project placeholder, what with having two methods. So needless to say, it's a long term work-in-progress.

Installation

To download using pip via PyPi:

$ pip install yakutils

Usage:

>>> from yakutils import read_csv
>>> read_csv('/path/to/data.csv')
[
  {
    'name': 'Tomatillo',
    'age': 27
  },
  # ...
]
>>> from yakutils import read_json
>>> read_csv('/path/to/data.json')
[
  {
    'name': 'Tomatillo',
    'age': 27
  },
  # ...
]

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

yakutils-1.1.8.tar.gz (4.7 kB view hashes)

Uploaded Source

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