{ "info": { "author": "Alexandr Lispython", "author_email": "alex@obout.ru", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development :: Libraries" ], "description": "Welcome to stati-http-python's documentation!\n==============================================\n\nstati-http is a python client with http transport for `GottWall metrics aggregation platform `_\n\n.. image:: https://secure.travis-ci.org/GottWall/stati-http-python.png\n\t :target: https://secure.travis-ci.org/GottWall/stati-http-python\n\nINSTALLATION\n------------\n\nTo use gottwall use `pip` or `easy_install`:\n\n``pip install stati-http``\n\nor\n\n``easy_install stati-http``\n\n\nUSAGE\n-----\n\n\n.. sourcecode:: python\n\n from stati_http import HTTPClient\n\n private_key = \"gottwall_privatekey\"\n public_key = \"project_public_key\"\n project = \"test_gottwall_project\"\n\n host = \"http://127.0.0.1:8890\"\n\n cli = HTTPClient(\n private_key=private_key,\n public_key=public_key,\n project=project,\n host=host,\n prefix=None)\n\n cli.incr(metric=\"orders\", value=2, filters={\"current_status\": \"Completed\"})\n\n\n\n\nCONTRIBUTE\n----------\n\nFork https://github.com/GottWall/stati-http-python/ , create commit and pull request.", "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/GottWall/stati-http-python", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "stati-http", "package_url": "https://pypi.org/project/stati-http/", "platform": "Linux,Mac", "project_url": "https://pypi.org/project/stati-http/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GottWall/stati-http-python" }, "release_url": "https://pypi.org/project/stati-http/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python client with HTTP transport for GottWall statistics aggregator", "version": "0.0.1" }, "last_serial": 800088, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a35fe99aefd20130e9198a402edb3feb", "sha256": "69050aae7e45bb0ad8d102c72e8b188f2a68324fe1415612d922c88935bccc00" }, "downloads": -1, "filename": "stati-http-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a35fe99aefd20130e9198a402edb3feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3661, "upload_time": "2013-04-21T05:03:55", "url": "https://files.pythonhosted.org/packages/e3/c2/14aa0fe105fbd99c8c4f9e24db652a2a6a5f28cf83bf2504fe250b0b4481/stati-http-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a35fe99aefd20130e9198a402edb3feb", "sha256": "69050aae7e45bb0ad8d102c72e8b188f2a68324fe1415612d922c88935bccc00" }, "downloads": -1, "filename": "stati-http-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a35fe99aefd20130e9198a402edb3feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3661, "upload_time": "2013-04-21T05:03:55", "url": "https://files.pythonhosted.org/packages/e3/c2/14aa0fe105fbd99c8c4f9e24db652a2a6a5f28cf83bf2504fe250b0b4481/stati-http-0.0.1.tar.gz" } ] }