{ "info": { "author": "daisukelab", "author_email": "contact.daisukelab@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": "# dl-cliche: Packaging cliche utilities\n\nThis is a python module started to package utility functions that are locally made but used everyday.\nAfter while being improved along with other projects, these short-cut functions have become essential to work with various project.\n\n## Installation\n\n```shell\npip install dl-cliche\n```\n\n## What's for?\n\nYou can avoid repeating yourself with these cliches:\n\n```python\n%matplotlib inline\n%reload_ext autoreload\n%autoreload 2\n```\n\nwith following one liner.\n\n```python\nfrom dlcliche.notebook import *\n```\n\n## Quickstart for a python code\n\n```python\nfrom dlcliche.utils import *\n```\n\nThen you can simply start your code that uses numpy, pandas or utility like:\n\n- `get_logger()` to make default logger instance.\n- `lock_file_mutex()` to make OS dependency-free mutex lock.\n- and so on...\n\n## Quickstart for a jupyter notebook\n\n```python\nfrom dlcliche.notebook import *\nfrom dlcliche.utils import *\n```\n\n## Documents\n\n- [ ] Basic function interface document to be ready.\n- [x] (Japanese) [\u6a5f\u68b0\u5b66\u7fd2\u500b\u4eba\u30ec\u30d9\u30eb\u306e\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u6539\u5584@Qiita](https://qiita.com/daisukelab/items/109812791d369891b812)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/daisukelab/dl-cliche", "keywords": "", "license": "Type license() to see the full license text", "maintainer": "", "maintainer_email": "", "name": "dl-cliche", "package_url": "https://pypi.org/project/dl-cliche/", "platform": "", "project_url": "https://pypi.org/project/dl-cliche/", "project_urls": { "Homepage": "https://github.com/daisukelab/dl-cliche" }, "release_url": "https://pypi.org/project/dl-cliche/0.1.1/", "requires_dist": [ "numpy", "pandas", "matplotlib", "tqdm", "easydict", "imbalanced-learn" ], "requires_python": "", "summary": "dl-cliche: Packaging cliche utilities", "version": "0.1.1" }, "last_serial": 5927101, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e6340e2985d2f0eeb0772f2901662fed", "sha256": "fc788ac12e47e59bd71bcf02ac8e973eae84828a0d2b6c6fea4b8dbc0a1ca884" }, "downloads": -1, "filename": "dl_cliche-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e6340e2985d2f0eeb0772f2901662fed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34262, "upload_time": "2019-09-17T01:12:53", "url": "https://files.pythonhosted.org/packages/b4/ca/1dc3d2b75f871fce7d95e64a467d6736ca8e61a05416860029efad066f48/dl_cliche-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "038ac58da5b73fca9f18cd2499200326", "sha256": "16a030825ad6ade85e5d27b9baa5d0ef7ccd15995119e2c67fe38f85a924d64a" }, "downloads": -1, "filename": "dl_cliche-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "038ac58da5b73fca9f18cd2499200326", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34631, "upload_time": "2019-10-04T07:44:46", "url": "https://files.pythonhosted.org/packages/f1/3a/cfb863e97925126c0496b3eceab1a53727df36baf11ffac22613a9c1d4ad/dl_cliche-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "038ac58da5b73fca9f18cd2499200326", "sha256": "16a030825ad6ade85e5d27b9baa5d0ef7ccd15995119e2c67fe38f85a924d64a" }, "downloads": -1, "filename": "dl_cliche-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "038ac58da5b73fca9f18cd2499200326", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34631, "upload_time": "2019-10-04T07:44:46", "url": "https://files.pythonhosted.org/packages/f1/3a/cfb863e97925126c0496b3eceab1a53727df36baf11ffac22613a9c1d4ad/dl_cliche-0.1.1-py3-none-any.whl" } ] }