{ "info": { "author": "Stas Kravets", "author_email": "stas.kravets@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: General" ], "description": "Graph-Talk\n==========\n\nGraph-talk is a library for structured data processing to solve tasks like parsing,\ninterpreting, or converting in a simple and comprehensible manner.\n\nThe library uses 3 key concepts to achieve the goal: a graph-like representation of\ninformation and its processing; a dialog-like communication between the model and\nthe process; and a handler-event approach to recognize the input messages.\n\n.. contents:: Table of Contents\n\n\nFeatures\n========\n\n* Easy to learn architecture\n* Highly customizable\n* Plain Python 2.7.5 or higher\n* Very small footprint\n* DOT_ export (experimental)\n\nCheck the docs_ for the documentation and examples_ folder for examples of\nlexing, interpreting, and converting using Graph-talk.\n\nInstallation\n============\n\nFrom pypi_::\n\n $ pip install graph-talk\n\nEasy_install::\n\n $ easy_install graph-talk\n\nClone from github_::\n\n $ git clone git://github.com/krvss/graph-talk.git\n\nSetuptools::\n\n $ cd graph-talk\n $ sudo python setup.py install\n\nTesting::\n\n $ python setup.py test\n\nDocumentation with sphinx_::\n\n $ sphinx-build -b html docs docs/html\n\nSupport\n=======\nIf you're having problems using the project, make the issue_ at GitHub.\n\nCopyrights and License\n======================\n\n``graph-talk`` is protected by Apache Software License. Check the LICENSE_ file for\ndetails.\n\n.. _LICENSE: https://github.com/krvss/graph-talk/blob/master/LICENSE\n.. _docs: https://pythonhosted.org/graph-talk/\n.. _examples: https://github.com/krvss/graph-talk/tree/master/examples\n.. _github: https://github.com\n.. _pypi: http://pypi.python.org/pypi/graph-talk\n.. _issue: https://github.com/krvss/graph-talk/issues\n.. _sphinx: http://sphinx-doc.org/\n.. _DOT: http://en.wikipedia.org/wiki/DOT_(graph_description_language)", "description_content_type": null, "docs_url": "https://pythonhosted.org/graph-talk/", "download_url": "https://github.com/krvss/graph-talk/tarball/0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/krvss/graph-talk/", "keywords": null, "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "graph-talk", "package_url": "https://pypi.org/project/graph-talk/", "platform": "any", "project_url": "https://pypi.org/project/graph-talk/", "project_urls": { "Download": "https://github.com/krvss/graph-talk/tarball/0.3", "Homepage": "https://github.com/krvss/graph-talk/" }, "release_url": "https://pypi.org/project/graph-talk/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Library for structured information processing: parsing, interpreting, converting, etc.", "version": "0.3.1" }, "last_serial": 1317765, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "4d5ea31ba3c9c740b0d18bc44b8edf16", "sha256": "32ec7d0749929e9c0ecedc3022d15803a07cf4acc44021e75719f3d23a6839fb" }, "downloads": -1, "filename": "graph-talk-0.3.0.tar.gz", "has_sig": false, "md5_digest": "4d5ea31ba3c9c740b0d18bc44b8edf16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26881, "upload_time": "2014-10-24T20:18:45", "url": "https://files.pythonhosted.org/packages/95/13/4c9c1505ef5393768aa45cc31ca2aa4e4109b323e58006ca7c234a6f3e1f/graph-talk-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "1c57e84a48891891e1df56bdd49d6139", "sha256": "38fbb9350d3e6f73e3ba961e3e4b58707bfbdf6ea71dd547670b3319cc12a3fc" }, "downloads": -1, "filename": "graph-talk-0.3.1.tar.gz", "has_sig": false, "md5_digest": "1c57e84a48891891e1df56bdd49d6139", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30770, "upload_time": "2014-11-23T10:27:48", "url": "https://files.pythonhosted.org/packages/19/7d/6ab1a0590e384e839e7d0b127670f1564dbbfb7a5a92d7cee9e7a8904cc6/graph-talk-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c57e84a48891891e1df56bdd49d6139", "sha256": "38fbb9350d3e6f73e3ba961e3e4b58707bfbdf6ea71dd547670b3319cc12a3fc" }, "downloads": -1, "filename": "graph-talk-0.3.1.tar.gz", "has_sig": false, "md5_digest": "1c57e84a48891891e1df56bdd49d6139", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30770, "upload_time": "2014-11-23T10:27:48", "url": "https://files.pythonhosted.org/packages/19/7d/6ab1a0590e384e839e7d0b127670f1564dbbfb7a5a92d7cee9e7a8904cc6/graph-talk-0.3.1.tar.gz" } ] }