{ "info": { "author": "Koos Zevenhoven", "author_email": "koos.zevenhoven@aalto.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "SpeXcript -- makes your spex script beautiful\n=============================================\n\nSpeXcript is a markup and layout system for scripts of theater plays or \nmusicals etc. I originally made it for Fyysikkospeksi, a spex made every\nother year by mostly Engineering Physics undergraduate and graduate students \nat Aalto University. For now, it has only been for our internal use, but I \nam now (2015) releasing it for free and as open source. \nIt would make me happy if someone else finds this useful.\n\nAny feedback or suggestions are very welcome: koos.zevenhoven@aalto.fi.\n\nGetting Started\n===============\n\nRequirements\n------------\n\n* Python 3.4 (May work with older versions, but no official support)\n\nInstallation\n------------\n\nspexcript can be installed with ``pip`` (make sure you have it installed):\n\n.. code-block:: bash\n\n $ pip install spexcript\n\n\nor directly from the source code:\n\n.. code-block:: bash\n\n $ git clone https://github.com/k7hoven/spexcript.git\n $ cd spexcript\n $ python setup.py install \n\nBasic Usage\n===========\n\nThe documentation for the markup language itself is on its way, but if you\nhave a spexcript file, say ``myspex.sxt``, you can lay it out as pdf from the\ncommand line as follows:\n\n.. code-block:: bash\n\n $ python -m spexcript myspex.sxt\n\nThe interface and documentation will be further improved in the future.\n\n\nChangelog\n=========\n\n0.3.0 (2017-04-27) -- SpeXcript\n-------------------------------\n\n - Improve command-line interface\n - Cleaner pdftex operation from user's perspective\n - Spexcript succeeds even with empty source file\n - Minor refactoring\n - Filter out unwanted characters that can mess up typesetting\n\n0.2.0 (2015-06-17) -- SpeXcript\n-------------------------------\n\n - Rebranded as SpeXcript\n - Python 3 compatibility (3.4)\n - Added @mentions with expanded names\n - Bugfixes\n - Refactoring\n - Open sourced\n\nspextex 2 (2013)\n----------------\n\n - Rewrote and redesigned C and bash parts, now in Python 2.7\n - Revised and more extensible syntax\n - Some original features still missing\n - Integrated version control removed (use your favorite existing VCS) \n - More customizability for different layouts and languages\n\nspextex 0.0-1.0 (2007-2012)\n---------------------------\n - Original version written in C, bash scripts and LaTeX for Fyysikkospeksi", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/k7hoven/spexcript", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "spexcript", "package_url": "https://pypi.org/project/spexcript/", "platform": "", "project_url": "https://pypi.org/project/spexcript/", "project_urls": { "Homepage": "https://github.com/k7hoven/spexcript" }, "release_url": "https://pypi.org/project/spexcript/0.3/", "requires_dist": null, "requires_python": "", "summary": "Spexcript -- easy layout for theater scripts", "version": "0.3" }, "last_serial": 2835673, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "f58b5d12d709e3838e3de8a8d703645a", "sha256": "7e90548d79b7c04d224c77c15ecced2151f58ed3d555cf464d150c50c19b8678" }, "downloads": -1, "filename": "spexcript-0.2.tar.gz", "has_sig": false, "md5_digest": "f58b5d12d709e3838e3de8a8d703645a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15964, "upload_time": "2015-07-24T13:25:38", "url": "https://files.pythonhosted.org/packages/f4/47/f499c269b11a59520e282c5cb705263cef4baf35d60941c7c282868ddddf/spexcript-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "9398b5c8577251e917b34891be50a795", "sha256": "ad84c2ddde774781ed41036a1d015180e7e3db44d07b4975d7d836bef6f85a44" }, "downloads": -1, "filename": "spexcript-0.3.tar.gz", "has_sig": false, "md5_digest": "9398b5c8577251e917b34891be50a795", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16757, "upload_time": "2017-04-27T22:27:54", "url": "https://files.pythonhosted.org/packages/dc/5a/723351753d97e528ec3a3305ab780ed4718cdef477f8d9300997b3aef03f/spexcript-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9398b5c8577251e917b34891be50a795", "sha256": "ad84c2ddde774781ed41036a1d015180e7e3db44d07b4975d7d836bef6f85a44" }, "downloads": -1, "filename": "spexcript-0.3.tar.gz", "has_sig": false, "md5_digest": "9398b5c8577251e917b34891be50a795", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16757, "upload_time": "2017-04-27T22:27:54", "url": "https://files.pythonhosted.org/packages/dc/5a/723351753d97e528ec3a3305ab780ed4718cdef477f8d9300997b3aef03f/spexcript-0.3.tar.gz" } ] }