{ "info": { "author": "Joseph R. Fox-Rabinovitz", "author_email": "jfoxrabinovitz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries", "Topic :: System :: Console Fonts", "Topic :: System :: Logging", "Topic :: Terminals", "Topic :: Text Processing", "Topic :: Text Processing :: General", "Topic :: Text Processing :: Markup", "Topic :: Text Processing :: Markup :: LaTeX", "Topic :: Text Processing :: Markup :: XML", "Topic :: Utilities" ], "description": "haggis\n======\n\nThis is a library of general purpose utility functions and classes written in\nPython. Much of this code is intended to support the imprint project\n. The modules of this library are\nmore-or-less standalone utilities, organized by category.\n\nThis library contains plenty of code that relies on external programs and less\ncommon Pyhon libraries. The code is considered to be \"extras\", in the setuptools\nsense. Extras can be omitted without any modification to the python code. The\nfollowing extras are supported:\n\n - [docx]: Support for docx file utilities requires python-docx to be\n installed.\n - [latex]: Supporting LaTeX requires a host of external programs to work\n properly, so this feature is optional. See the dependency page in the main\n documentation for more information.\n - [pdf]: Requires the poppler library to be installed.\n - [ps]: Requires GhostScript to be installed.\n - [plot]: Plotting tools require matplotlib, which is a heavy dependency, and\n unnecessary for many purposes.\n - [term]: Terminal colors work out of the box on Linux, but require the\n colorama library to work on Windows.\n - [scio]: Science I/O depends on the scipy and astropy libraries to deliver\n IDL and FITS file support, respectively.\n - [xlsx]: Support for xlsx file utilities requires openpyxl to be installed.\n\nTo install extras such as latex and pdf, do::\n\n pip install haggis[latex,pdf]\n\nSee the documentation at for more\ninformation, including the API documentation.\n\nThis library in licensed under the AGPLv3, and compatible with later versions.\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see .\n\n\nChangelog\n=========\n\n0.1a1.dev1 (2019-04-13)\n-----------------------\n\n* First release on PyPI.\n* Created Read the Docs pages.\n* Only code required for imprint present initially.\n* Documentation 90% complete.\n* No tests worth speaking of.\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/madphysicist/haggis", "keywords": "", "license": "GNU Affero General Public License v3 or later (AGPLv3+)", "maintainer": "Joseph R. Fox-Rabinovitz", "maintainer_email": "jfoxrabinovitz@gmail.com", "name": "haggis", "package_url": "https://pypi.org/project/haggis/", "platform": "", "project_url": "https://pypi.org/project/haggis/", "project_urls": { "Bugs": "https://github.com/madphysicist/haggis/issues", "Documentation": "https://haggis.readthedocs.io/en/latest/", "Homepage": "https://github.com/madphysicist/haggis" }, "release_url": "https://pypi.org/project/haggis/0.1a1/", "requires_dist": [ "numpy (>=1.10)", "astropy (>=3.0) ; extra == 'all'", "matplotlib (>=1.5) ; extra == 'all'", "openpyxl (>=2.4.8) ; extra == 'all'", "python-docx (>=0.8.5) ; extra == 'all'", "scipy (>0.16) ; extra == 'all'", "colorama (>=0.3) ; (platform_system == \"Windows\") and extra == 'all'", "python-docx (>=0.8.5) ; extra == 'docx'", "matplotlib (>=1.5) ; extra == 'plot'", "scipy (>0.16) ; extra == 'scio'", "astropy (>=3.0) ; extra == 'scio'", "colorama (>=0.3) ; (platform_system == \"Windows\") and extra == 'term'", "openpyxl (>=2.4.8) ; extra == 'xlsx'" ], "requires_python": "", "summary": "General purpose utility library", "version": "0.1a1" }, "last_serial": 5093560, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "f28094aa4c7d49769b1632e7efe63107", "sha256": "c47126ddb18e21d20820b65e6aa47a26a6f5866b07a1f7e758ad34c958780b34" }, "downloads": -1, "filename": "haggis-0.1a1-py3-none-any.whl", "has_sig": false, "md5_digest": "f28094aa4c7d49769b1632e7efe63107", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 132662, "upload_time": "2019-04-03T23:22:51", "url": "https://files.pythonhosted.org/packages/8d/98/dbfeac57ddc488f914a9b7c31a67bb8c80cf50a8491496e7561b63a94556/haggis-0.1a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "05cbbfe2bdb6867ddfbb3c673bc34297", "sha256": "1a5a89c0889dadc83e6f13e83076f010fa7a2f4fa1468e2e1765e88c82edb2da" }, "downloads": -1, "filename": "haggis-0.1a1.tar.gz", "has_sig": false, "md5_digest": "05cbbfe2bdb6867ddfbb3c673bc34297", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100860, "upload_time": "2019-04-03T23:22:52", "url": "https://files.pythonhosted.org/packages/e8/5e/6cb3605c968d44c3ea83f0e26f31253c7f995a17ace41318e28e847a326f/haggis-0.1a1.tar.gz" } ], "0.1a1.dev1": [ { "comment_text": "", "digests": { "md5": "3b5b5aa0c0e497eb7d7221666f7b7a9f", "sha256": "7e2541b2d7d11c9f5c6bd25a9210972ead4812f0d986f162fef4974261e468f3" }, "downloads": -1, "filename": "haggis-0.1a1.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "3b5b5aa0c0e497eb7d7221666f7b7a9f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 131979, "upload_time": "2019-03-26T23:40:22", "url": "https://files.pythonhosted.org/packages/c3/74/cdcab6a2abd6c556629c71d043ba94dc10aab754a4ebe5d82fbfb72096ac/haggis-0.1a1.dev1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d44d5f5ad8543befc5580b00cc3ffab", "sha256": "1bb097e123d72e2a39ebb7ce1242f5d60bfe7a6e847794a4b4c7e6e5493a7514" }, "downloads": -1, "filename": "haggis-0.1a1.dev1.tar.gz", "has_sig": false, "md5_digest": "6d44d5f5ad8543befc5580b00cc3ffab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100232, "upload_time": "2019-03-26T23:40:24", "url": "https://files.pythonhosted.org/packages/95/9b/3a8c78279e40d54e026c20cad8620361ac1bb298361da50de9932e912f15/haggis-0.1a1.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f28094aa4c7d49769b1632e7efe63107", "sha256": "c47126ddb18e21d20820b65e6aa47a26a6f5866b07a1f7e758ad34c958780b34" }, "downloads": -1, "filename": "haggis-0.1a1-py3-none-any.whl", "has_sig": false, "md5_digest": "f28094aa4c7d49769b1632e7efe63107", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 132662, "upload_time": "2019-04-03T23:22:51", "url": "https://files.pythonhosted.org/packages/8d/98/dbfeac57ddc488f914a9b7c31a67bb8c80cf50a8491496e7561b63a94556/haggis-0.1a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "05cbbfe2bdb6867ddfbb3c673bc34297", "sha256": "1a5a89c0889dadc83e6f13e83076f010fa7a2f4fa1468e2e1765e88c82edb2da" }, "downloads": -1, "filename": "haggis-0.1a1.tar.gz", "has_sig": false, "md5_digest": "05cbbfe2bdb6867ddfbb3c673bc34297", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100860, "upload_time": "2019-04-03T23:22:52", "url": "https://files.pythonhosted.org/packages/e8/5e/6cb3605c968d44c3ea83f0e26f31253c7f995a17ace41318e28e847a326f/haggis-0.1a1.tar.gz" } ] }