Metadata-Version: 2.1
Name: enum-patch
Version: 0.2
Summary: Patch the python3's enum.Enum
Home-page: https://github.com/weaming/enum-patch
Author: weaming
Author-email: garden.yuen@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/weaming/enum-patch
Project-URL: Bug Reports, https://github.com/weaming/enum-patch
Keywords: enum,monkey-patch
Platform: UNKNOWN
Description-Content-Type: text/markdown

Patch the python3's `enum.Enum`.

```
from enum_patch import patch
patch()
```


