{ "info": { "author": "Junpei Kawamoto", "author_email": "kawamoto.junpei@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries" ], "description": "# Common library for Review Graph Mining\n[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)\n[![Build Status](https://travis-ci.org/rgmining/common.svg?branch=master)](https://travis-ci.org/rgmining/common)\n[![wercker status](https://app.wercker.com/status/00645c6dedb906005bbc6c080290f5f6/s/master \"wercker status\")](https://app.wercker.com/project/byKey/00645c6dedb906005bbc6c080290f5f6)\n[![Code Climate](https://codeclimate.com/github/rgmining/common/badges/gpa.svg)](https://codeclimate.com/github/rgmining/common)\n[![Release](https://img.shields.io/badge/release-0.9.1-brightgreen.svg)](https://github.com/rgmining/common/releases/tag/v0.9.1)\n\nThe common module and its submodules probides varies functions ans classes\nwhich can be used in any context.\n\nThe main functions provided by this package are followings:\n\n* `print_args`: Decorate a function so that print arguments before calling it.\n* `print_return`: Decorate a function so that print result after calling it.\n* `constant`: Decorate a function so that the result is a constant value.\n* `memoized`: Decorate a function to memoize results.\n\nSee [documents](https://rgmining.github.io/common/) for more information.\n\n## Installation\nUse `pip` to install this package.\n\n```shell\npip install --upgrade rgmining-common\n```\n\n\n## License\nThis software is released under The GNU General Public License Version 3,\nsee [COPYING](COPYING) for more detail.\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/rgmining-common/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rgmining/common", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "rgmining-common", "package_url": "https://pypi.org/project/rgmining-common/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rgmining-common/", "project_urls": { "Homepage": "https://github.com/rgmining/common" }, "release_url": "https://pypi.org/project/rgmining-common/0.9.1/", "requires_dist": null, "requires_python": "", "summary": "Common library for Review graph mining project", "version": "0.9.1" }, "last_serial": 2968649, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "82d3f2e7067d076105782e561141ee6f", "sha256": "a325cf69bb37fd5507634431ad402e4c6297948a518dc84caa0f96c133329c5c" }, "downloads": -1, "filename": "rgmining-common-0.9.0.tar.gz", "has_sig": false, "md5_digest": "82d3f2e7067d076105782e561141ee6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15999, "upload_time": "2016-10-04T00:09:16", "url": "https://files.pythonhosted.org/packages/7b/3c/a2609ee373cd7356f122f8bcf01d370bf1768e9fbd5dfdc9a8cb39d3b33e/rgmining-common-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "9a986dc2ea887e84e5d6d11c47e6cd23", "sha256": "2098f69d3bcee45197126d1b6ef9512d7729446d6dc39b9f186cddf2450f9c7e" }, "downloads": -1, "filename": "rgmining-common-0.9.1.tar.gz", "has_sig": false, "md5_digest": "9a986dc2ea887e84e5d6d11c47e6cd23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51658, "upload_time": "2017-06-22T16:04:47", "url": "https://files.pythonhosted.org/packages/a7/9b/70286dda7624923aef16508371c8d822a7072fe9d48b75f63fa4099901c8/rgmining-common-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a986dc2ea887e84e5d6d11c47e6cd23", "sha256": "2098f69d3bcee45197126d1b6ef9512d7729446d6dc39b9f186cddf2450f9c7e" }, "downloads": -1, "filename": "rgmining-common-0.9.1.tar.gz", "has_sig": false, "md5_digest": "9a986dc2ea887e84e5d6d11c47e6cd23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51658, "upload_time": "2017-06-22T16:04:47", "url": "https://files.pythonhosted.org/packages/a7/9b/70286dda7624923aef16508371c8d822a7072fe9d48b75f63fa4099901c8/rgmining-common-0.9.1.tar.gz" } ] }