https://github.com/yelluw/matches
A tiny and simple pattern matching library for Python 3.
https://github.com/yelluw/matches
library pattern-matching python3
Last synced: over 1 year ago
JSON representation
A tiny and simple pattern matching library for Python 3.
- Host: GitHub
- URL: https://github.com/yelluw/matches
- Owner: yelluw
- License: mit
- Created: 2017-04-25T00:17:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T03:19:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T10:53:28.591Z (over 1 year ago)
- Topics: library, pattern-matching, python3
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matches
matches is a simple pattern matching library for Python 3. Inspired by F# `match with` expressions.
## License
MIT
## Install
```pip3 install yelluw_matches```
## Usage
Refer to the `examples` directory for instructions on how to use.