{ "info": { "author": "garciparedes", "author_email": "sergio@garciparedes.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Education", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "TFGraph: Python's Tensorflow Graph Library\n=======\n\n.. |travisci| image:: https://img.shields.io/travis/tfgraph/tfgraph/master.svg?style=flat-square\n :target: https://travis-ci.org/tfgraph/tfgraph\n\n.. |codecov| image:: https://img.shields.io/codecov/c/github/tfgraph/tfgraph.svg?style=flat-square\n :target: https://codecov.io/gh/tfgraph/tfgraph?branch=master\n\n.. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square\n :target: http://tfgraph.readthedocs.io/en/latest/?badge=latest\n\n.. |gitter| image:: https://img.shields.io/gitter/room/tfgraph/tfgraph.svg?style=flat-square\n :target: https://gitter.im/tfgraph/tfgraph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n.. |license| image:: https://img.shields.io/github/license/tfgraph/tfgraph.svg?style=flat-square\n :target: https://github.com/tfgraph/tfgraph\n\n.. |release| image:: https://img.shields.io/github/release/tfgraph/tfgraph.svg?style=flat-square\n :target: https://github.com/tfgraph/tfgraph\n\n|travisci| |codecov| |docs| |gitter| |license| |release|\n\nDescription\n-----------\nThis work consists of a study of a set of techniques and strategies related with algorithm's design, whose purpose is the resolution of problems on massive data sets, in an efficient way. This field is known as Algorithms for Big Data. In particular, this work has studied the Streaming Algorithms, which represents the basis of the data structures of sublinear order o(n) in space, known as Sketches. In addition, it has deepened in the study of problems applied to Graphs on the Semi-Streaming model. Next, the PageRank algorithm was analyzed as a concrete case study. Finally, the development of a library for the resolution of graph problems, implemented on the top of the intensive mathematical computation platform known as TensorFlow has been started.\n\nContent\n-------\n* `Source Code `__\n* `API Documentation `__\n* `Code Examples `__\n* `Tests `__\n\n\nHow to install\n--------------\n\nIf you have git installed, you can try::\n\n $ pip install git+https://github.com/tfgraph/tfgraph.git\n\nIf you get any installation or compilation errors, make sure you have the latest pip and setuptools::\n\n $ pip install --upgrade pip setuptools\n\nHow to run the tests\n--------------------\n\nInstall in editable mode and call `pytest`::\n\n $ pip install -e .\n $ pytest\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/tfgraph/tfgraph", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tfgraph.readthedocs.io/en/latest/", "keywords": "tfg", "license": "", "maintainer": "", "maintainer_email": "", "name": "tfgraph", "package_url": "https://pypi.org/project/tfgraph/", "platform": "", "project_url": "https://pypi.org/project/tfgraph/", "project_urls": { "Download": "https://github.com/tfgraph/tfgraph", "Homepage": "http://tfgraph.readthedocs.io/en/latest/" }, "release_url": "https://pypi.org/project/tfgraph/0.2/", "requires_dist": null, "requires_python": "", "summary": "Python's Tensorflow Graph Library", "version": "0.2" }, "last_serial": 3044915, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "30d8b1ab39dcab97f45e5f280be4c482", "sha256": "609568fdc4e4cd10f524eb466bfaf37205f67bb5973f03ce352fa904ab8e25ae" }, "downloads": -1, "filename": "tfgraph-0.2.tar.gz", "has_sig": false, "md5_digest": "30d8b1ab39dcab97f45e5f280be4c482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17610, "upload_time": "2017-07-24T14:27:08", "url": "https://files.pythonhosted.org/packages/b8/17/fa70f3b32471dd3eacf8a7086846bd22fd970f3ec4b7e3cdd1f8151463aa/tfgraph-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30d8b1ab39dcab97f45e5f280be4c482", "sha256": "609568fdc4e4cd10f524eb466bfaf37205f67bb5973f03ce352fa904ab8e25ae" }, "downloads": -1, "filename": "tfgraph-0.2.tar.gz", "has_sig": false, "md5_digest": "30d8b1ab39dcab97f45e5f280be4c482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17610, "upload_time": "2017-07-24T14:27:08", "url": "https://files.pythonhosted.org/packages/b8/17/fa70f3b32471dd3eacf8a7086846bd22fd970f3ec4b7e3cdd1f8151463aa/tfgraph-0.2.tar.gz" } ] }