{ "info": { "author": "Andrew MacDonald", "author_email": "andrew@maccas.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PhilDB project\n==============\n\n|DOI| |PYPI Version| |PYPI Status| |PYPI Python versions| |PYPI License| |Build Status| |Appveyor Status| |Code Coverage|\n\nTimeseries database project: For storing potentially changing timeseries\ndata. For example hydrological data, like streamflow data, where the\ntimeseries may be revised as quality control processes improve the\nrecorded dataset over time.\n\nPhilDB should be capable of storing data at any frequency supported by\nPandas. At this time only daily data has been extensively tested with\nsome limited sub-daily usage.\n\nFurther information about the design of PhilDB can be found in the paper:\n`PhilDB: the time series database with built-in change logging `_.\nThat paper explores existing time series database solutions, discusses the\nmotivation for PhilDB, describes the architecture and philosophy of the PhilDB\nsoftware, and includes an evaluation between InfluxDB, PhilDB, and SciDB.\n\nDependencies\n------------\n\nRequires Python 2.7 or greater (mostly tested with Python 2.7 and Python 3.5 on Mac OSX and Linux).\nTest suite runs on Linux using Travis CI with Python 2.7, 3.4, 3.5, and 3.6.\nTest suite runs on Windows using Appveyor with Python 3.4.\n\nAll the python dependencies are recorded in the python\\_requirements\nfile.\n\nInstallation\n------------\n\nPhilDB is pip installable.\n\nThe latest stable version can be installed from pypi with::\n\n pip install phildb\n\nThe latest stable version can also be installed from conda with::\n\n conda install -c amacd31 phildb\n\nThe latest development version can be installed from github with::\n\n pip install git+https://github.com/amacd31/phildb.git@dev\n\nThe latest development version can be installed from conda with::\n\n conda install -c amacd31/label/dev phildb\n\nDevelopment environment\n^^^^^^^^^^^^^^^^^^^^^^^\n\nA number of processes for a development environment with tests and documentation generation have been automated in a Makefile.\n\nThe virtualenv package can be used to create an isolated install of\nrequired Python packages.\n\nCreate a virtual environment with dependencies installed:\n\n::\n\n make venv\n\nTest everything is working:\n\n::\n\n make test\n\nBuild the documentation:\n\n::\n\n make docs\n\nView the generated documentation at doc/build/html/index.html\n\nFor additional details see the INSTALL file.\n\nUsage\n=====\n\nCreate a new PhilDB\n\n::\n\n phil-create new_tsdb\n\nOpen the newly created PhilDB\n\n::\n\n phildb new_tsdb\n\nIf using the development environment built with make, Load it along with adding PhilDB tools to your path:\n\n::\n\n . load_env\n\nExamples\n========\n\nSee the examples directory for code on setting up test phil databases with\ndifferent data sets. Each example comes with a README file outlining the\nsteps to acquire some data and load it. The loading scripts in each\nexample can be used as a basis for preparing a timeseries database and\nloading it with data.\n\nThe examples/hrs/ example also contains an example script (autocorr.py)\nfor processing the HRS data using phildb. The script calculates\nauto-correlation for all the streamflow timeseries in the HRS dataset.\n\nPresently there are three sets of example code, acorn-sat,\nbom\\_observations, and hrs.\n\nACORN-SAT\n---------\n\n`ACORN-SAT Example.ipynb `_ located in examples/acorn-sat demonstrates loading minimum\nand maximum daily temperature records for 112 stations around Australia.\n\nThe dataset used in this example is the Australian Climate Observations\nReference Network \u2013 Surface Air Temperature (ACORN-SAT) as found on the\nAustralian Bureau of Meteorology website\n`ACORN-SAT website `_.\n\nBOM Observations\n----------------\n\n`Bureau of Meterology observations example.ipynb `_\nlocated in examples/bom\\_observations demonstrates loading\nhalf hourly air temperature data from a 72 hour observations JSON file.\n\nThe data used in this example is a 72 hour observations JSON file from\nthe Australian Bureau of Meteorology website (e.g. JSON file as linked\non this page: `Sydney Airport\nobservations `_\n\nHRS\n---\n\n`HRS Example.ipynb `_\nlocated in examples/hrs demonstrates loading daily\nstreamflow data for 221 streamflow stations around Australia.\n\nThe dataset used in this example is the Hydrologic Reference Stations\n(HRS) dataset as found on the Australian Bureau of Meteorology website\n`HRS website `_.\n\nThis example also includes a script to calculate the auto-correlation\nfor all the streamflow timeseries in the HRS dataset.\n\n.. |PYPI Version| image:: https://img.shields.io/pypi/v/phildb.svg\n :target: https://pypi.python.org/pypi/PhilDB\n\n.. |PYPI Status| image:: https://img.shields.io/pypi/status/phildb.svg\n :target: https://pypi.python.org/pypi/PhilDB\n\n.. |PYPI Python versions| image:: https://img.shields.io/pypi/pyversions/phildb.svg\n :target: https://pypi.python.org/pypi/PhilDB\n\n.. |PYPI License| image:: https://img.shields.io/pypi/l/phildb.svg\n :target: https://github.com/amacd31/phildb/blob/master/LICENSE\n\n.. |Build Status| image:: https://img.shields.io/travis/amacd31/phildb/master.svg\n :target: https://travis-ci.org/amacd31/phildb\n\n.. |Appveyor Status| image:: https://img.shields.io/appveyor/ci/amacd31/phildb/master.svg\n :target: https://ci.appveyor.com/project/amacd31/phildb\n\n.. |DOI| image:: https://zenodo.org/badge/14104/amacd31/phildb.svg\n :target: https://zenodo.org/badge/latestdoi/14104/amacd31/phildb\n\n.. |Code Coverage| image:: https://img.shields.io/coveralls/amacd31/phildb/master.svg\n :target: https://coveralls.io/github/amacd31/phildb?branch=master", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amacd31/phildb", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "PhilDB", "package_url": "https://pypi.org/project/PhilDB/", "platform": "", "project_url": "https://pypi.org/project/PhilDB/", "project_urls": { "Homepage": "https://github.com/amacd31/phildb" }, "release_url": "https://pypi.org/project/PhilDB/0.6.11/", "requires_dist": null, "requires_python": "", "summary": "Timeseries database", "version": "0.6.11" }, "last_serial": 3388513, "releases": { "0.5.2": [ { "comment_text": "", "digests": { "md5": "33a10b4a2c2221b11f2cb3296b75803b", "sha256": "fa54d839309ab1d5ed5d97d8e3d7dc8c5bbdb453e83e353562fc4e9e61087d99" }, "downloads": -1, "filename": "PhilDB-0.5.2.tar.gz", "has_sig": false, "md5_digest": "33a10b4a2c2221b11f2cb3296b75803b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28234, "upload_time": "2015-09-12T06:30:30", "url": "https://files.pythonhosted.org/packages/5f/ef/44cbfbff08fd0851e4d4736b0b111886df6517d44e5c54ce0a3a72bfa888/PhilDB-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "989ac650d991c5c4194aa7bab7998cf7", "sha256": "1e6862d6bd898372a7818ba3c98a47991be2fb1886549a6a788b578a6729440f" }, "downloads": -1, "filename": "PhilDB-0.6.0.tar.gz", "has_sig": false, "md5_digest": "989ac650d991c5c4194aa7bab7998cf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29053, "upload_time": "2015-10-19T11:04:45", "url": "https://files.pythonhosted.org/packages/cd/b1/374ad80ccf4f7669d8e29f6160246dbb2424c25bfd4c99382c60980b31ad/PhilDB-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "0ef04eca2cbfc42a8eaf83fac02d80d6", "sha256": "d42771c3a17a3ac31b521477319e9348aea8199b998d0eccea764eb64d3ebea0" }, "downloads": -1, "filename": "PhilDB-0.6.1.tar.gz", "has_sig": false, "md5_digest": "0ef04eca2cbfc42a8eaf83fac02d80d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29063, "upload_time": "2015-10-20T07:24:41", "url": "https://files.pythonhosted.org/packages/9a/fa/de4cb37e9915ac88601dd7d50e4b8a45793a8918995f2ece41327f27c657/PhilDB-0.6.1.tar.gz" } ], "0.6.10": [ { "comment_text": "", "digests": { "md5": "a053046c6a26eeaa5399bd854d23553c", "sha256": "2a811076030871e3bb70c36884e36a1faa30b2638ef9ec2bc836a9716f7e8381" }, "downloads": -1, "filename": "PhilDB-0.6.10.tar.gz", "has_sig": false, "md5_digest": "a053046c6a26eeaa5399bd854d23553c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28182, "upload_time": "2017-08-12T03:07:32", "url": "https://files.pythonhosted.org/packages/81/7d/ffe31423666b6d59fa9c0783d94032fc48c9a58036b64039b8d44f441a39/PhilDB-0.6.10.tar.gz" } ], "0.6.11": [ { "comment_text": "", "digests": { "md5": "5c6932cf978a7979d31fde99cf8c2fc7", "sha256": "a8fa2d1846a4e1478e672dc758605de2bdf27d7aa24efccaaf0d60d2fa5d719b" }, "downloads": -1, "filename": "PhilDB-0.6.11.tar.gz", "has_sig": false, "md5_digest": "5c6932cf978a7979d31fde99cf8c2fc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28750, "upload_time": "2017-12-04T21:28:45", "url": "https://files.pythonhosted.org/packages/13/62/9188ee6bf3d773bf96b8a679c4ef16a1c3f0e394cfd74cb0751f9e14ec90/PhilDB-0.6.11.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "cc69ab530072dbaf21f5795e63d18dba", "sha256": "bff796f6d5f065e1af0c15d51239a4652fee8457dcb4b5a70789e13329e4bbd6" }, "downloads": -1, "filename": "PhilDB-0.6.2.tar.gz", "has_sig": false, "md5_digest": "cc69ab530072dbaf21f5795e63d18dba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29151, "upload_time": "2016-01-27T09:44:31", "url": "https://files.pythonhosted.org/packages/8f/71/3cfab42c5df56c7f7e2898bd9df161cef0706d7c77346f7f86418af32bfe/PhilDB-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "d996474533321ae1485e62e8339b10d7", "sha256": "1c4bae7c8c20bc649a021ec96a1ac9483c4a8053049046d72ace5c71627461ed" }, "downloads": -1, "filename": "PhilDB-0.6.3.tar.gz", "has_sig": false, "md5_digest": "d996474533321ae1485e62e8339b10d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29314, "upload_time": "2016-09-03T09:14:43", "url": "https://files.pythonhosted.org/packages/cf/36/11bbbd68eed0619a83c79b945b2e1863a6eb6f6ca0b8e3eaf27af52f4e6c/PhilDB-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "eb13cdf60534fca8fd37613b248dfb07", "sha256": "b212f3a6f8f3913d7ec44b15e82bd65fa91cd86c7f9339aa065b904419df4534" }, "downloads": -1, "filename": "PhilDB-0.6.4.tar.gz", "has_sig": false, "md5_digest": "eb13cdf60534fca8fd37613b248dfb07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29529, "upload_time": "2016-09-06T21:19:24", "url": "https://files.pythonhosted.org/packages/a3/06/93a1506e267746146fa5309ec475370979390e98e8d4d8dc9ef915499c3b/PhilDB-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "bdd4ad3c0232fe6b48e7b3e31e085ec0", "sha256": "c6cbada943de12d28f6233202f0b4dfe7296083cf029242f2a38ba4fcb38a364" }, "downloads": -1, "filename": "PhilDB-0.6.5.tar.gz", "has_sig": false, "md5_digest": "bdd4ad3c0232fe6b48e7b3e31e085ec0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27407, "upload_time": "2016-09-07T22:42:02", "url": "https://files.pythonhosted.org/packages/65/0c/752845aa801cab76158d6c3b6176c4b7f664768ad0c557ac2e546db9b72b/PhilDB-0.6.5.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "9e0f8ba6f1ced7ae64eae42007206c22", "sha256": "6b01f958c721e55eb008fccf63829b728d4663d68ad90c04f1c1b98b0242516d" }, "downloads": -1, "filename": "PhilDB-0.6.7.tar.gz", "has_sig": false, "md5_digest": "9e0f8ba6f1ced7ae64eae42007206c22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30344, "upload_time": "2017-01-07T23:53:52", "url": "https://files.pythonhosted.org/packages/03/79/950e3d2ea1dbf9f4eb22015679595c7b3e0f5aa40162bec639b81c8c9b80/PhilDB-0.6.7.tar.gz" } ], "0.6.9": [ { "comment_text": "", "digests": { "md5": "218ef3f690e5b8b421c27e1a84207b1e", "sha256": "282544f4aae2ab557aa60381cc6b2bf2107d5d80d32b1e30c981bffb966dfc40" }, "downloads": -1, "filename": "PhilDB-0.6.9.tar.gz", "has_sig": false, "md5_digest": "218ef3f690e5b8b421c27e1a84207b1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30530, "upload_time": "2017-08-08T11:51:36", "url": "https://files.pythonhosted.org/packages/90/40/59b583a67510e2558caa49c446c1181a4e21da4bef5308f15cc4b7b7405c/PhilDB-0.6.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c6932cf978a7979d31fde99cf8c2fc7", "sha256": "a8fa2d1846a4e1478e672dc758605de2bdf27d7aa24efccaaf0d60d2fa5d719b" }, "downloads": -1, "filename": "PhilDB-0.6.11.tar.gz", "has_sig": false, "md5_digest": "5c6932cf978a7979d31fde99cf8c2fc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28750, "upload_time": "2017-12-04T21:28:45", "url": "https://files.pythonhosted.org/packages/13/62/9188ee6bf3d773bf96b8a679c4ef16a1c3f0e394cfd74cb0751f9e14ec90/PhilDB-0.6.11.tar.gz" } ] }