{ "info": { "author": "Jacob Wahlgren", "author_email": "jacob.wahlgren@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Visualization" ], "description": ".. role:: python(code)\n :language: python\n\n============\nGraph butler\n============\nA small framework for generating simple, reproducible graphs.\n\nExample\n=======\n\n.. code:: python\n\n @recipe\n def sine_wave():\n g = Graph()\n g.x = numpy.arange(0.0, 10.0, 0.01)\n g.y = numpy.sin(g.x)\n return g\n\nThis defines a graph of the ``sin(x)`` function in the interval\n``0 \u2264 x \u2264 10``.\n\nTo save the graph to disk, call :python:`sine_wave().save()`. To save all\nrecipes, call :python:`graphbutler.save_all()`. To show a preview, call\n:python:`sine_wave().show()`.\n\nFor more examples, see the examples directory.\n\nStatus\n======\nThis project is in an experimental stage. Feel free to open an issue\n`on Github `_ and I'll get back\nto you in a couple of days!\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jacwah/graphbutler", "keywords": "graph plot matplotlib", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "graphbutler", "package_url": "https://pypi.org/project/graphbutler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/graphbutler/", "project_urls": { "Homepage": "https://github.com/jacwah/graphbutler" }, "release_url": "https://pypi.org/project/graphbutler/0.2.0/", "requires_dist": [ "matplotlib", "numpy" ], "requires_python": "", "summary": "Generate simple, reproducible graphs.", "version": "0.2.0" }, "last_serial": 2590947, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a803e7b2c6622dc4aebac1ae6e2cace4", "sha256": "386023fb0481bf60db6c5b0f387435395e0e15cb7f827bc6093b0f0a957e20cc" }, "downloads": -1, "filename": "graphbutler-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "a803e7b2c6622dc4aebac1ae6e2cace4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3320, "upload_time": "2017-01-12T17:07:59", "url": "https://files.pythonhosted.org/packages/48/d3/d685bba97ce90d8cb41bd82d089737cec6fdfa2ab14526c447884346445c/graphbutler-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a696e907ede61f6c4a4c4f373b5a5a48", "sha256": "290d8b64f4e36d212eef7b1cbf15985de017c05068dfeab711cf42c416502608" }, "downloads": -1, "filename": "graphbutler-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a696e907ede61f6c4a4c4f373b5a5a48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2214, "upload_time": "2017-01-12T17:08:02", "url": "https://files.pythonhosted.org/packages/33/c0/7f3555d2ab085af0f25e368f1a371a1544822413224b11e001b35f221494/graphbutler-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8eaf94c1f8ac94a262539628278f9b69", "sha256": "b66906ef99b5bad6be05db0db4137721198b557d116feed332bc1c248c271c95" }, "downloads": -1, "filename": "graphbutler-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "8eaf94c1f8ac94a262539628278f9b69", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3852, "upload_time": "2017-01-22T15:00:00", "url": "https://files.pythonhosted.org/packages/48/7e/c696b843b52fce0757943c578b50fbb25892b60d3578f0955c7857492fd9/graphbutler-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "833f0443a4b749f103674c340fdf6607", "sha256": "a676595350290d8052b75135bb08faea7376de0e1750d2914c9c779d9ae46136" }, "downloads": -1, "filename": "graphbutler-0.2.0.tar.gz", "has_sig": false, "md5_digest": "833f0443a4b749f103674c340fdf6607", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2017-01-22T15:00:02", "url": "https://files.pythonhosted.org/packages/ff/f6/25275bf6a5b6e3e5d18003b4678b180b14c655fd0d4aaaca0f6b6be89991/graphbutler-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8eaf94c1f8ac94a262539628278f9b69", "sha256": "b66906ef99b5bad6be05db0db4137721198b557d116feed332bc1c248c271c95" }, "downloads": -1, "filename": "graphbutler-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "8eaf94c1f8ac94a262539628278f9b69", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3852, "upload_time": "2017-01-22T15:00:00", "url": "https://files.pythonhosted.org/packages/48/7e/c696b843b52fce0757943c578b50fbb25892b60d3578f0955c7857492fd9/graphbutler-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "833f0443a4b749f103674c340fdf6607", "sha256": "a676595350290d8052b75135bb08faea7376de0e1750d2914c9c779d9ae46136" }, "downloads": -1, "filename": "graphbutler-0.2.0.tar.gz", "has_sig": false, "md5_digest": "833f0443a4b749f103674c340fdf6607", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2017-01-22T15:00:02", "url": "https://files.pythonhosted.org/packages/ff/f6/25275bf6a5b6e3e5d18003b4678b180b14c655fd0d4aaaca0f6b6be89991/graphbutler-0.2.0.tar.gz" } ] }