Metadata-Version: 2.1
Name: merge-functions
Version: 0.0.1
Summary: merge functions from other python files
Home-page: https://github.com/idlewith/merge_functions
License: MIT
Author: idlewith
Author-email: newellzhou@163.com
Requires-Python: >=3.7,<4
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Merge functions from other python files

this is a dirty way to merge functions from other python files into one python file in order to deploy fast.


## install merge_functions

```
pip install merge_functions
```

## how to use

```
mf
```



