Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (14 loc) · 936 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 936 Bytes

PySwitchCase

This has been merged into New Package: PythonExtensions and will no longer be maintained and will be removed from pypi in due time.

A pure python way to efficiently do a c++ style switch case in Python 3.7+. Should work in 3.6 as well.

Any improvements and/or optimizations are welcome.

PyPi Page

Usage Examples

See examples.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Tyler Stegmaier - Initial work - Jakar510

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details