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

A pure python way to efficiently do a c++ style switch case in Python 3.7+.

License

Notifications You must be signed in to change notification settings

Jakar510/PySwitchCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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