Metadata-Version: 2.1
Name: misk
Version: 0.7.0
Summary: Miscellaneous useful bits for python 3.
Home-page: https://github.com/marzer/misk
Download-URL: https://pypi.org/project/misk/
Author: Mark Gillard
Author-email: mark.gillard@outlook.com.au
License: MIT
Project-URL: Source, https://github.com/marzer/misk
Project-URL: Tracker, https://github.com/marzer/misk/issues
Keywords: utilities
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests

# misk
Miscellaneous useful bits for python 3.

```
pip install misk
```


# Changelog

## v0.7.0 - 2022-09-05
- Added `none` filter to `enumerate_files()`
- Added `tabify()`
- Added `untabify()`
- Added `reindent()`

## v0.6.1 - 2022-08-13
- Fixed typos in `print_exception()`

## v0.6.0 - 2022-05-08
- Added `coerce_collection()`
- Added `coerce_path()`
- Added `enumerate_files()`
- Added `enumerate_directories()`
- Added `check` argument to `run_python_script()`
- Added function return type annotations

## v0.5.0 - 2021-09-11
- Added `replace_metavar()`

## v0.4.0 - 2021-04-22
- Fixed `get_all_files()` filtering on full paths instead of filenames only
- Fixed `print_exception()` output missing a newline

## v0.3.0 - 2021-04-20
- Decoupled begin and end logger for `ScopeTimer`

## v0.2.0 - 2021-04-18
- Fixed incorrect boolean logic in `assert_existing_XXXXX()`

