Metadata-Version: 2.1
Name: method-versioning-decorator
Version: 0.0.1
Summary: Method versioning package
Home-page: https://github.com/nrhys2005/method-versioning
Author: Sanghun Lee
Author-email: nrhys2005@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.6
Description-Content-Type: text/markdown
License-File: LICENSE

# method-versioning
This package provides a Python decorator for versioning methods or functions in your codebase. With this decorator, you can easily manage and maintain multiple versions of the same method, ensuring backward compatibility and smooth transition during updates.


