Metadata-Version: 2.1
Name: jocassid-commons
Version: 0.0.4
Summary: Miscellaneous utility functions
Project-URL: Homepage, https://github.com/jocassid/jocassid-commons
Project-URL: Bug Tracker, https://github.com/jocassid/jocassid-commons/issues
Author-email: John Cassidy <author@example.com>
Maintainer-email: John Cassidy <author@example.com>
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# jocassid-commons

## Overview
Miscellaneous utility code written in Python.  Modules within this library 
include:

* `dirf` - Contains the `dirf` function a wrapper around the built-in 
`dir` function that adds filtering capabilities.
* `json` - Contains the `json_get` method for extracting data from within
nested lists and dicts such as those returned from a JSON api.

## Changelog

### 0.0.4
* Added `dirf` module
