Metadata-Version: 2.1
Name: pydefer
Version: 0.0.1
Summary: Implements a Go-like defer function.
Home-page: https://github.com/ssyuen/pydefer
Author: Samuel Yuen
Author-email: samuel.s.yuen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pydefer

pydefer aims to emulate the same experience you get from using Golang's `defer` keyword. pydefer allows you to execute a function around a given wrapped function after the wrapped function has executed.

## Prerequisites

``

## Installing

## Built With


