{ "info": { "author": "Michael Heijmans", "author_email": "parabuzzle@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Promalyze\n===\n\nThe library to get data out of Prometheus to analyze.\n\n# Install\n\n```python\npip install promalyze\n```\n\n# Usage\n\n```python\nfrom promalyze import Client\n\nclient = Client('http://localhost:9090')\n\nts_data = client.range_query('go_gc_duration_seconds') # returns PrometheusData object\n\nts = ts_data.timeseries[0] # returns a TimeSeries object\n\njson_data = ts.as_json()\n\ndataframe = ts.as_pandas_dataframe()\n\n```\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/parabuzzle/promalyze", "keywords": "prometheus metrics data timeseries data science", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "promalyze", "package_url": "https://pypi.org/project/promalyze/", "platform": "", "project_url": "https://pypi.org/project/promalyze/", "project_urls": { "Homepage": "https://github.com/parabuzzle/promalyze" }, "release_url": "https://pypi.org/project/promalyze/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A a library for querying prometheus and working with the data", "version": "0.0.1" }, "last_serial": 3342540, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "44d7f507ec16658b5b9c1cf085f73a54", "sha256": "2a0ddbc9ec133126bfc95ab08e85a281c9111a3b45c8df5b43c11d0b3a22b4df" }, "downloads": -1, "filename": "promalyze-0.0.1.tar.gz", "has_sig": false, "md5_digest": "44d7f507ec16658b5b9c1cf085f73a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4034, "upload_time": "2017-11-17T20:52:33", "url": "https://files.pythonhosted.org/packages/05/04/d52257b1984ea9280c47d7470627f67e9df83705f0203705af32e2951dee/promalyze-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44d7f507ec16658b5b9c1cf085f73a54", "sha256": "2a0ddbc9ec133126bfc95ab08e85a281c9111a3b45c8df5b43c11d0b3a22b4df" }, "downloads": -1, "filename": "promalyze-0.0.1.tar.gz", "has_sig": false, "md5_digest": "44d7f507ec16658b5b9c1cf085f73a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4034, "upload_time": "2017-11-17T20:52:33", "url": "https://files.pythonhosted.org/packages/05/04/d52257b1984ea9280c47d7470627f67e9df83705f0203705af32e2951dee/promalyze-0.0.1.tar.gz" } ] }