Skip to content
/ rainpy Public

Tools I have used during my years of research and work, which I hope will be useful to you

License

Notifications You must be signed in to change notification settings

zmdsn/rainpy

Repository files navigation


rainpy

For the Scientific Research to test problems.

easy to read or save file

easy to read a file

rainpy.read(file_path, *args, *kwargs)

easy to write a file

rainpy.save(file_path, *args, *kwargs) or rainpy.write(file_path, *args, *kwargs)

easy to start a project

rainpy -n example -a zmdsn -e [email protected]

easy to run a python function with file

def func(data): data['base'] = "rainpy base" return data

rainpy --run func.py --file ./test.json --save ./result.json

or

@rainpy(from="./test.json", to="./result.json") def func(data): data['base'] = "rainpy base" return data

About

Tools I have used during my years of research and work, which I hope will be useful to you

Resources

License

Stars

Watchers

Forks

Packages

No packages published