{ "info": { "author": "David Mashburn / Patrick O'Brian", "author_email": "david.n.mashburn@gmail.com", "bugtrack_url": null, "classifiers": [], "description": ".. convert this to Google code wiki format with\n.. wikir README.rst README\n.. By the way, I modified wikir\n\nPy Suite (PySlices, PyCrust, etc.)\n==================================\n\nThe Py Suite in wxPython, originally written by Patrick O'Brien, was and is an extremely popular programming shell for the Python programming language.\n\nOld website: http://www.wxpython.org/py.php\n\nIt has been used by multiple projects (Stani's Python Editor, many Enthought tools, etc...) and supports calltips, history storage, code completion, and many other features in a solid, GUI based python shell.\n\nI decided in 2008 after using Pycrust to program Python for a couple of years that I wanted to modify the shell to suit my needs. I had been used to working with Mathematica, so I adore a notebook-style interface where you can write multiple lines of code that can be run and rerun in chunks. After using the following \"if 1:\" construct in PyCrust for over a year: ::\n\n if 1:\n \n\n\nI finally decided to modify the shell myself to support real code blocks, and PySlices was born into the Py family... It supports input and output \"slices\" (grouped lines of code / output text), re-running of old commands IN PLACE, multiple commands per \"slice\", and even saving and loading the .pyslices format (which can be renamed .py and used directly as python code)!\n\nAlso notable is that these patches add some often-coveted functionality to BOTH PyCrust and PySlices -- support for ipython-style magic features!\n\nTyping a space for functions:\n \"f 1\" will auto-convert to \"f(1)\"\nSupport for unix-style directory commands:\n \"cd\", \"ls\", and \"pwd\" all work as expected\nSupport for quick shell commands with the ! mark:\n \"!echo test\" will print \"test\" in the shell\n\nThere is a lot more to say, but I've said enough... try it out, and read the tutorials!\n\nIf you want to install, you will need python as well as wxPython 2.8 or later.\n\n----\n\nAlso, if you notice, there is also an experimental shell called SymPySlices.\n\nSymPySlices REQUIRES *sympy*, and is still somewhat experimental. It also uses the ast module and REQUIRES *Python 2.6 or later*.\n\nThat said, it is really cool!\n\nIt is basically a hack to allow the use of unicode characters AS python code\n\nIt also has a setting to allow automatic symbol creation from unknown variables.\n\nso, I could write::\n\n \u222b(x\u00b2,x)\n\nand the result would be `x**3/3` !\n\nThe entry method is to press the escape character and type a shortcuts phrase, ie::\n\n theta\n\nyeilds \u03b8 !\n\nA large number of latex names are already supported, but every unicode character is supported somehow (see symbolConversionTable.py for a complete listing of names).\n\nFiles are actually saved in a plain text (ascii) format to avoid conversion issues.\n\nSymPySlices also has some (slightly flaky) support for infix operators...\n\nSo, I could define a dot product operator to allow me to do the following::\n\n [1,2,3,4]\u22c5[4,3,2,1]\n\nyeilds 20.\n\nNote that intergal and dot product are actually pre-defined using SymPySlicesDefaults.py, now included in wxpysuite. These behaviors can be easily overridden using::\n\n \u222b = newFunction\n\nand::\n\n __DotOperator__ = newFunction\n\nThere are a lot more symbols defined, so dig in and check them out!\n\nMy basic hope for this aspect of the project is to spread some ideas about\nhow to use unicode and python together with sympy to try to create computer\nalgebra system that is a little bit simpler than SAGE.\n\n----\n\nInstalling and Running\n----------------------\n\nYou can either install from here or from PyPI (package name is wx_py).\n\nTo install this version, unpack the tar.gz.\n\nAt the command line, go to the new directory and type::\n\n python setup.py install\n\non linux and mac, you may need to type::\n\n sudo python setup.py install\n\nRun PyCrust with this command::\n\n python -m wx_py.PyCrust\n\nRun PySlices with this command::\n\n python -m wx_py.PySlices\n\nRun SymPySlices with this command::\n\n python -m wx_py.SymPySlices\n\n\nTo see a sample configuration file for SymPySlices, you may want to look at SymPySlicesDefaults.py (in the Downloads section). If you copy these contents into the startup script (Options Menu -> Startup -> Edit Startup Script) then SymPySlices' operators will behave the way I've described above. I'm still working out what the true default behavior should be and I want people to be able to customize this, so I have left this out of the installed version intentionally.\n\n----\n\nScreenshots\n-----------\n\n.. image:: http://wxpysuite.googlecode.com/svn/trunk/PyCrustScreenshot.png\n\n.. image:: http://wxpysuite.googlecode.com/svn/trunk/PySlicesScreenshot.png\n\n----\n\nOther Projects\n^^^^^^^^^^^^^^\n\nJust wanted to note that there are other cool projects out there, too.\n\nIPython, SAGE, Symbide, and Reinteract are some of the best! SAGE is an especially promising project!\n\n----\n\nBTW, I have created the module with the name wx_py so it will be trivial to convert code to wx.py if and when you update to a version included with wxPython itself (not that you should even use Py Suite code in your programming...)\n\nAlso, a legality: I listed this a LGPL, but it is really under the wxWidgets licence (essentially LGPL)\n\n...\n===", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.wxpython.org/py.php", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "wx_py", "package_url": "https://pypi.org/project/wx_py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wx_py/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.wxpython.org/py.php" }, "release_url": "https://pypi.org/project/wx_py/0.9.8.12/", "requires_dist": null, "requires_python": null, "summary": "Py Suite including PyCrust and a revamped version, PySlices", "version": "0.9.8.12" }, "last_serial": 1502654, "releases": { "0.9.8.10": [ { "comment_text": "", "digests": { "md5": "fe06cf05a1c38f124c533c624c721a6c", "sha256": "808ac47726a7629bdddbc66036e5ed49426fe23072b5aa80f452ee52bd9b695c" }, "downloads": -1, "filename": "wx_py-0.9.8.10.tar.gz", "has_sig": false, "md5_digest": "fe06cf05a1c38f124c533c624c721a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1829812, "upload_time": "2012-03-27T22:40:43", "url": "https://files.pythonhosted.org/packages/ba/94/6fc36538e857528a6aadce4be3cca2ce7426f91858bd21ae84c98be646bd/wx_py-0.9.8.10.tar.gz" } ], "0.9.8.11": [ { "comment_text": "", "digests": { "md5": "43d0bb856f67fe9e5218f99174fb9aa3", "sha256": "5d1e073a43aebad7e8c21c0236f516427067b913e3ef95a16c780f71d92b284b" }, "downloads": -1, "filename": "wx_py-0.9.8.11.tar.gz", "has_sig": false, "md5_digest": "43d0bb856f67fe9e5218f99174fb9aa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1832759, "upload_time": "2013-04-30T23:23:38", "url": "https://files.pythonhosted.org/packages/52/2f/a3f4539acca373e6071546a9757b1462f20a2214795bfd9152e64d12489c/wx_py-0.9.8.11.tar.gz" } ], "0.9.8.12": [ { "comment_text": "", "digests": { "md5": "55396c9234133c64199eda7138ef2131", "sha256": "49e7cb1e607f456f2ca1314ad92424f77fa33c5a6852a0b833b193720b5bb09f" }, "downloads": -1, "filename": "wx_py-0.9.8.12.tar.gz", "has_sig": false, "md5_digest": "55396c9234133c64199eda7138ef2131", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1833649, "upload_time": "2015-04-13T01:38:02", "url": "https://files.pythonhosted.org/packages/bf/8d/6e3cca70821d27e5d5de507587f10544f2abc7f33f4f6a2376b2c1f285f5/wx_py-0.9.8.12.tar.gz" } ], "0.9.8.3": [], "0.9.8.3b": [ { "comment_text": "", "digests": { "md5": "7ec7231ed636872c615c8ad5a3742ac3", "sha256": "40a09fc79ce3278b8378089b2405e96d43e13ced5ea9e527b878f6a55dd46cdc" }, "downloads": -1, "filename": "wx_py-0.9.8.3b.tar.gz", "has_sig": false, "md5_digest": "7ec7231ed636872c615c8ad5a3742ac3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1554747, "upload_time": "2010-04-07T19:32:30", "url": "https://files.pythonhosted.org/packages/7b/03/d6468843a3104871dd21dce7340e480ca43fa265f89b2e87d3bf344ef743/wx_py-0.9.8.3b.tar.gz" } ], "0.9.8.4": [ { "comment_text": "", "digests": { "md5": "9e22ffae3abbb0f8d37c037af455d2cc", "sha256": "4f3be8b9337355232580d3e1ce178a7ea79c0ff13bab49dc3b2c919530a7247b" }, "downloads": -1, "filename": "wx_py-0.9.8.4.tar.gz", "has_sig": false, "md5_digest": "9e22ffae3abbb0f8d37c037af455d2cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1556260, "upload_time": "2010-06-03T06:14:07", "url": "https://files.pythonhosted.org/packages/ff/88/1780180214f4b703016bb83bd632bad3030f84f6cc4a41900061ba0b99c1/wx_py-0.9.8.4.tar.gz" } ], "0.9.8.5": [ { "comment_text": "", "digests": { "md5": "0d9d231c221ced9affe812d87115358c", "sha256": "dd94e476b15fceb242c02c029b02da834a1cb9676ef2491693c2414e484aae47" }, "downloads": -1, "filename": "wx_py-0.9.8.5.tar.gz", "has_sig": false, "md5_digest": "0d9d231c221ced9affe812d87115358c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1556191, "upload_time": "2010-07-14T03:31:53", "url": "https://files.pythonhosted.org/packages/b9/49/32c5a47c4453238deaa3e78d35ad299521e30967d17dc2d1baafd121530c/wx_py-0.9.8.5.tar.gz" } ], "0.9.8.5b": [ { "comment_text": "", "digests": { "md5": "0152a1695f6bbe9c2e66a7a50e8455ab", "sha256": "384f841dbeed6d26f85ffafff1efac021822108a4827b867b18478da2533f990" }, "downloads": -1, "filename": "wx_py-0.9.8.5b.tar.gz", "has_sig": false, "md5_digest": "0152a1695f6bbe9c2e66a7a50e8455ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1556212, "upload_time": "2010-08-11T08:52:48", "url": "https://files.pythonhosted.org/packages/f0/b8/a76571ca30277afe08dce9770db46bf87f59078d468a743373f21d28f15d/wx_py-0.9.8.5b.tar.gz" } ], "0.9.8.5c": [ { "comment_text": "", "digests": { "md5": "db738bd10eff510a06548eabc04cdaeb", "sha256": "defb1e0ac5523535fc6717570017fa14048f61b832b3f80e432691023803e1da" }, "downloads": -1, "filename": "wx_py-0.9.8.5c.tar.gz", "has_sig": false, "md5_digest": "db738bd10eff510a06548eabc04cdaeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1556221, "upload_time": "2010-08-12T09:46:49", "url": "https://files.pythonhosted.org/packages/0a/c6/2f9ebff0a70dc8dc0d1d8811346159160474d533cf66f82573b67a6c0090/wx_py-0.9.8.5c.tar.gz" } ], "0.9.8.5d": [ { "comment_text": "", "digests": { "md5": "2235b6af64c6bdf5b6bcdf30c6530033", "sha256": "61729da67a8824e7a7778a7fcb803c6e00e2152d102e52272a1912a2dd27757d" }, "downloads": -1, "filename": "wx_py-0.9.8.5d.tar.gz", "has_sig": false, "md5_digest": "2235b6af64c6bdf5b6bcdf30c6530033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1575111, "upload_time": "2010-08-12T09:56:56", "url": "https://files.pythonhosted.org/packages/6e/9e/7f0d1216aa336114cd12badfa75ba063e43852274c31388f3cd35fb0cd4a/wx_py-0.9.8.5d.tar.gz" } ], "0.9.8.5e": [ { "comment_text": "", "digests": { "md5": "9d423c1463db5410b3814a813d3f40a6", "sha256": "1725c7608be78311a9f6a7175475b8a29142fb8022a2442056112b3a305281ae" }, "downloads": -1, "filename": "wx_py-0.9.8.5e.tar.gz", "has_sig": false, "md5_digest": "9d423c1463db5410b3814a813d3f40a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1575094, "upload_time": "2010-08-12T10:44:06", "url": "https://files.pythonhosted.org/packages/5b/8c/3d65b4c2b3128b61cc971b9c079ac616ca5b929a9289981d279ca9fdaf99/wx_py-0.9.8.5e.tar.gz" } ], "0.9.8.7": [ { "comment_text": "", "digests": { "md5": "d4a42616a50f8de6d6e80d5c9ab09b17", "sha256": "4d31e83d83000d56e04dd92b9696161e97344cb0bf2cb33f73e6eb58e110a01c" }, "downloads": -1, "filename": "wx_py-0.9.8.7.tar.gz", "has_sig": false, "md5_digest": "d4a42616a50f8de6d6e80d5c9ab09b17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1546151, "upload_time": "2011-06-23T18:52:56", "url": "https://files.pythonhosted.org/packages/4a/3c/e6181f39e87b6884eb7ef483a5973d9a4d2de7f8a1c72e5fbd85bd8079eb/wx_py-0.9.8.7.tar.gz" } ], "0.9.8.9": [ { "comment_text": "", "digests": { "md5": "6fa7668d7a33aeb083a4989e62c48488", "sha256": "785f37d4f1deae381ee0c88db71212010274bad348f4cb26c9cccd24372292c1" }, "downloads": -1, "filename": "wx_py-0.9.8.9.tar.gz", "has_sig": false, "md5_digest": "6fa7668d7a33aeb083a4989e62c48488", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1829774, "upload_time": "2012-03-13T08:31:37", "url": "https://files.pythonhosted.org/packages/c6/3a/1d010cf0a74e7679213b9be135d7c985ab8b05b39f6dfd8978c5af08b990/wx_py-0.9.8.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55396c9234133c64199eda7138ef2131", "sha256": "49e7cb1e607f456f2ca1314ad92424f77fa33c5a6852a0b833b193720b5bb09f" }, "downloads": -1, "filename": "wx_py-0.9.8.12.tar.gz", "has_sig": false, "md5_digest": "55396c9234133c64199eda7138ef2131", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1833649, "upload_time": "2015-04-13T01:38:02", "url": "https://files.pythonhosted.org/packages/bf/8d/6e3cca70821d27e5d5de507587f10544f2abc7f33f4f6a2376b2c1f285f5/wx_py-0.9.8.12.tar.gz" } ] }