{ "info": { "author": "Joseph Lisee", "author_email": "jlisee@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries" ], "description": "=============================\nThis is StatePy version 0.1.0\n=============================\n\nCopyright (c) 2009 Joseph Lisee\nAll rights reserved.\n\n\nLicense information\n-------------------\n\nThe OSI BSD License is used. Please See the file \"LICENSE\" for information on\nthe history of this software, terms & conditions for usage, and a DISCLAIMER OF\nALL WARRANTIES.\n\n\nQuick Install\n-------------\n\nRun \"python setup.py install\" to install to the directory or \"python setup.py \ninstall --prefix=\" for the directory of your choice.\n\n\nWhat is StatePy anyways?\n------------------------\n\nStatePy is an event driven hierarchical finite state machine library that \nlets you easily design, build, and analyze state machines. It represents \nindividuals states as classes, and by default uses static transition tables. \nThe tables are simple python dicts maping events, which can be any hashable\ntype, to the next state. Member functions of the state classes are called upon\nentering, upon exiting, and on every transition. To learn more check out the\ndocumentation.\n\n\nDocumentation\n-------------\n\nSee the docs folder for examples of StatePy's features.\n\n\nWeb site\n---------\n\nCheck out http://bitbucket.org/jlisee/statepy for the latest releases and \nnews.\n\n\nBug reports\n-----------\n\nTo report or search for a bug please use the BitBucket based bug tracker at:\nhttp://bitbucket.org/jlisee/statepy/issues\n\n\nTests\n-----\n\nStatePy comes with a relatively complete, ~95% line coverage, set of unit tests \nwhich can be run with the simple command \"python setup.py test\". If you have \ninstalled StatePy already you can use the function \"statepy.test.runTests()\" to\nrun the tests at any time you desire. If you submit a feature/patch, you should\ninclude a tests for it as well.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/jlisee/statepy", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "StatePy", "package_url": "https://pypi.org/project/StatePy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/StatePy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/jlisee/statepy" }, "release_url": "https://pypi.org/project/StatePy/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "A hierarchical finite state machine library", "version": "0.3.0" }, "last_serial": 955890, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ce9dfd5f04d10797aa49431942b1d74b", "sha256": "3bd215d2cd5d048c2d03f3b472cd8e145dafde6d3f3721dbd85354a306f4747e" }, "downloads": -1, "filename": "StatePy-0.1.0.tar.gz", "has_sig": true, "md5_digest": "ce9dfd5f04d10797aa49431942b1d74b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17284, "upload_time": "2009-09-29T05:11:08", "url": "https://files.pythonhosted.org/packages/27/29/e89f36fe5303e7bfa9d47b452bba5a87021d397a5597cbd3b63ff7349814/StatePy-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f59c67d15dec72bf1ef9064319ebcf6f", "sha256": "f38be04e14617a41f1564b3b123f401f70257661d576d5b9b81899a9c17f156f" }, "downloads": -1, "filename": "StatePy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f59c67d15dec72bf1ef9064319ebcf6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17780, "upload_time": "2013-11-17T15:21:47", "url": "https://files.pythonhosted.org/packages/43/02/e6e7bac50bd4a89e42d6d41f1ab65dce1aa5c4b9190a52b12939f549f9b7/StatePy-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "1c0882f571f05aff49f8d591f564e9ad", "sha256": "c08dd17a9caf8c5a7d6fcd3ebdf57a047cd19d1a7370553c626ed19420bf1c74" }, "downloads": -1, "filename": "StatePy-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1c0882f571f05aff49f8d591f564e9ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18697, "upload_time": "2013-12-28T16:44:13", "url": "https://files.pythonhosted.org/packages/2a/5f/88e0ced6d8ee74a698313cc0005f8f128de8d163e6021bbc2391478a9f57/StatePy-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c0882f571f05aff49f8d591f564e9ad", "sha256": "c08dd17a9caf8c5a7d6fcd3ebdf57a047cd19d1a7370553c626ed19420bf1c74" }, "downloads": -1, "filename": "StatePy-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1c0882f571f05aff49f8d591f564e9ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18697, "upload_time": "2013-12-28T16:44:13", "url": "https://files.pythonhosted.org/packages/2a/5f/88e0ced6d8ee74a698313cc0005f8f128de8d163e6021bbc2391478a9f57/StatePy-0.3.0.tar.gz" } ] }