{ "info": { "author": "Ashish Sharma", "author_email": "accssharma@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Tensorflow utility package \n\n- installs and imports tensorflow\n- will expose several utility api that can be used commonly in multiple other machine learning and tensorflow specific projects.\n\nInstall package using the main PYPI server (beware of caching problem)\n\n```bash\n$ pip install tensorflowutil==CURRENT_VERSION\n```\n\n### Installation verification\n\nFinally, verify installation using the exposed entry point:\n\n```bash\n$ tfutil --version\n```\n\nShould print something like:\n\n```\nPackage: tensorflowutil \nVersion: 0.1.5\n```\n\n## Limitations\n- GPU support?\n\n# License\n> Please refer to LICENSE file for detail.\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/accssharma/tensorflowutil", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tensorflowutil", "package_url": "https://pypi.org/project/tensorflowutil/", "platform": "", "project_url": "https://pypi.org/project/tensorflowutil/", "project_urls": { "Homepage": "https://github.com/accssharma/tensorflowutil" }, "release_url": "https://pypi.org/project/tensorflowutil/0.1.7/", "requires_dist": [ "tensorflow (==1.13.1)" ], "requires_python": "", "summary": "Collection of some useful tensorflow util functions.", "version": "0.1.7" }, "last_serial": 5229882, "releases": { "0.1.7": [ { "comment_text": "", "digests": { "md5": "4323e054d3e0266daca383de8e69ac3f", "sha256": "398fa337d2a03a5c0db5bd5317fd8a8b7216283f05c9cfb62b7bf349919b958c" }, "downloads": -1, "filename": "tensorflowutil-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "4323e054d3e0266daca383de8e69ac3f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3730, "upload_time": "2019-05-05T22:23:22", "url": "https://files.pythonhosted.org/packages/fd/21/7cd3c9bb6aba6afa1bc654d0168f51756d1f98895b2532d13d5b1cd03ac7/tensorflowutil-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce1ca6fc64bf4e776c7faa75c7d457b9", "sha256": "e671fac493860c7333670eeb9194dc607eb85ebf59dd5061721c36bef1c6f58e" }, "downloads": -1, "filename": "tensorflowutil-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ce1ca6fc64bf4e776c7faa75c7d457b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2825, "upload_time": "2019-05-05T22:23:23", "url": "https://files.pythonhosted.org/packages/6f/f4/1a39e2a70d8ea6fdc9372f193736d3869fb7585f8257edf083fb19b55c6f/tensorflowutil-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4323e054d3e0266daca383de8e69ac3f", "sha256": "398fa337d2a03a5c0db5bd5317fd8a8b7216283f05c9cfb62b7bf349919b958c" }, "downloads": -1, "filename": "tensorflowutil-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "4323e054d3e0266daca383de8e69ac3f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3730, "upload_time": "2019-05-05T22:23:22", "url": "https://files.pythonhosted.org/packages/fd/21/7cd3c9bb6aba6afa1bc654d0168f51756d1f98895b2532d13d5b1cd03ac7/tensorflowutil-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce1ca6fc64bf4e776c7faa75c7d457b9", "sha256": "e671fac493860c7333670eeb9194dc607eb85ebf59dd5061721c36bef1c6f58e" }, "downloads": -1, "filename": "tensorflowutil-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ce1ca6fc64bf4e776c7faa75c7d457b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2825, "upload_time": "2019-05-05T22:23:23", "url": "https://files.pythonhosted.org/packages/6f/f4/1a39e2a70d8ea6fdc9372f193736d3869fb7585f8257edf083fb19b55c6f/tensorflowutil-0.1.7.tar.gz" } ] }