{ "info": { "author": "IRIS", "author_email": "software-owner@iris.washington.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# mseedindex - Synchronize miniSEED with database\n\nThis program reads miniSEED files, creates an index of the available\ndata and stores this information into a database. The index includes\ndetails such as identifers, time ranges, file names, location within files,\nand additional details. The database can be either\n[PostgreSQL](https://www.postgres.org) or \n[SQLite](https://www.sqlite.org/).\n\n## Documentation\n\nThe [Wiki](https://github.com/iris-edu/mseedindex/wiki) provides an\noverview and documentation of the database schema.\n\nFor program usage see the [mseedindex manual](doc/mseedindex.md)\nin the 'doc' directory.\n\n## Download release versions\n\nThe [releases](https://github.com/iris-edu/mseedindex/releases) area\ncontains release versions.\n\n## Building and Installing\n\nIn most environments a simple 'make' will build the program. The build\nsystem is designed for GNU make, which make be avilable as 'gmake'.\n\nThe CC, CFLAGS and LDFLAGS environment variables can be used to configure\nthe build parameters.\n\nFor example, if Postgres is installed in non-system locations:\n* CFLAGS='-I/Library/PostgreSQL/9.5/include'\n* LDFLAGS='-L/Library/PostgreSQL/9.5/lib/'\n\nTo build without PostgreSQL support set the variable WITHOUTPOSTGRESQL.\nThis can be done in a single command with make like:\n$ WITHOUTPOSTGRESQL=1 make\n\nFor further installation simply copy the resulting binary and man page\n(in the 'doc' directory) to appropriate system directories.\n\nIn the Win32 environment the Makefile.win can be used with the nmake\nbuild tool included with Visual Studio. PostgreSQL support is turned\noff by default in the Windows build procedure.\n\n## Licensing \n\nCopyright (C) 2016 Chad Trabant, IRIS Data Management Center\n\nThis library is free software; you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as\npublished by the Free Software Foundation; either version 3 of the\nLicense, or (at your option) any later version.\n\nThis library is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nLesser General Public License (GNU-LGPL) for more details.\n\nYou should have received a copy of the GNU Lesser General Public\nLicense along with this software.\nIf not, see .", "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/iris-edu/mseedindexpypy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mseedindex", "package_url": "https://pypi.org/project/mseedindex/", "platform": "", "project_url": "https://pypi.org/project/mseedindex/", "project_urls": { "Homepage": "https://github.com/iris-edu/mseedindexpypy" }, "release_url": "https://pypi.org/project/mseedindex/2.7.1/", "requires_dist": null, "requires_python": ">=2.7, <4", "summary": "Python hook for installing mseedindex", "version": "2.7.1" }, "last_serial": 5219746, "releases": { "2.7.1": [ { "comment_text": "", "digests": { "md5": "f9b8747e215740a6e864a5d3c135a4d9", "sha256": "6e3101fdaf58cc1d8a7d3712325cd29531a30dbefde72699bdfa440c34f7b989" }, "downloads": -1, "filename": "mseedindex-2.7.1.tar.gz", "has_sig": false, "md5_digest": "f9b8747e215740a6e864a5d3c135a4d9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 3656, "upload_time": "2019-05-02T23:24:34", "url": "https://files.pythonhosted.org/packages/2a/53/b599b92aa205f1a4c3cf106878c6ede00b5fb881688690005cd076e658df/mseedindex-2.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9b8747e215740a6e864a5d3c135a4d9", "sha256": "6e3101fdaf58cc1d8a7d3712325cd29531a30dbefde72699bdfa440c34f7b989" }, "downloads": -1, "filename": "mseedindex-2.7.1.tar.gz", "has_sig": false, "md5_digest": "f9b8747e215740a6e864a5d3c135a4d9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 3656, "upload_time": "2019-05-02T23:24:34", "url": "https://files.pythonhosted.org/packages/2a/53/b599b92aa205f1a4c3cf106878c6ede00b5fb881688690005cd076e658df/mseedindex-2.7.1.tar.gz" } ] }