{ "info": { "author": "adamancer", "author_email": "mansura@si.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "MinSci Toolkit\r\n==============\r\n\r\nA collection of tools written in Python 2.x for Mineral Sciences at\r\nNMNH. You can install the MinSci Toolkit from the command line using\r\npip:\r\n\r\n::\r\n\r\n pip install minsci\r\n\r\n**Note:** The mosaic module has been moved to a separate repository,\r\n`Stitch2D `__.\r\n\r\nGeoTaxa\r\n-------\r\n\r\nThe GeoTaxa module contains a hierarchical taxonomy for geologic\r\nmaterials, including rocks, minerals, and meteorites. The hierarchy is\r\nbased on schemes and species definitions published by the IUGS, the\r\nBritish Geological Survey, RRUFF, and Mindat. It is very much a work in\r\nprogress.\r\n\r\nTo use, first create an instance of the GeoTaxa class:\r\n\r\n.. code:: python\r\n\r\n from minsci import geotaxa\r\n gt = geotaxa.GeoTaxa()\r\n\r\nTo get info about a rock, mineral, or meteorite, simply call the class\r\nitself:\r\n\r\n.. code:: python\r\n\r\n print gt('basalt')\r\n\r\nIf no match for a given taxon is found, the script will try to place the\r\nnew taxon in the existing hierarchy.\r\n\r\nTo find the preferred synonym for a deprecated species, use\r\npreferred\\_synonym:\r\n\r\n.. code:: python\r\n\r\n print gt.preferred_synonym('argentite')\r\n\r\nTo get the name of an object, use item\\_name. This function accepts as a\r\ntaxa list, setting, and/or name as parameters. For example:\r\n\r\n.. code:: python\r\n\r\n print gt.item_name(['corundum, ruby, sapphire'])\r\n print gt.item_name(name='Hope Diamond')\r\n print gt.item_name('diamond', 'ring')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adamancer/minsci.git", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "minsci", "package_url": "https://pypi.org/project/minsci/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/minsci/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/adamancer/minsci.git" }, "release_url": "https://pypi.org/project/minsci/0.20/", "requires_dist": null, "requires_python": null, "summary": "Tools for data management in Mineral Sciences at NMNH", "version": "0.20" }, "last_serial": 2811545, "releases": { "0.1.6": [ { "comment_text": "", "digests": { "md5": "56e528a95286c238ff61529d9ce2f3c3", "sha256": "9af507bf9b780235b50d357a14c9b2d20744cede2c6e3c169976ffd7cc47861d" }, "downloads": -1, "filename": "minsci-0.1.6.tar.gz", "has_sig": false, "md5_digest": "56e528a95286c238ff61529d9ce2f3c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1873000, "upload_time": "2015-10-17T02:09:21", "url": "https://files.pythonhosted.org/packages/39/b8/2a370f28f95ba3ef8684442bb3696da1a642d95e10b8eb0272ad0f9bd04b/minsci-0.1.6.tar.gz" } ], "0.2": [], "0.20": [] }, "urls": [] }