Common library for Review graph mining project
Project description
# Common library for Review Graph Mining [](https://www.gnu.org/copyleft/gpl.html) [](https://travis-ci.org/rgmining/common) [](https://app.wercker.com/project/byKey/00645c6dedb906005bbc6c080290f5f6) [](https://codeclimate.com/github/rgmining/common) [](https://github.com/rgmining/common/releases/tag/v0.9.1)
The common module and its submodules probides varies functions ans classes which can be used in any context.
The main functions provided by this package are followings:
print_args: Decorate a function so that print arguments before calling it.
print_return: Decorate a function so that print result after calling it.
constant: Decorate a function so that the result is a constant value.
memoized: Decorate a function to memoize results.
See [documents](https://rgmining.github.io/common/) for more information.
## Installation Use pip to install this package.
`shell pip install --upgrade rgmining-common `
## License This software is released under The GNU General Public License Version 3, see [COPYING](COPYING) for more detail.