{ "info": { "author": "Alexandr Lispython", "author_email": "alex@obout.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Topic :: Internet", "Topic :: Internet :: Log Analysis", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries", "Topic :: System :: Logging", "Topic :: System :: Monitoring", "Topic :: System :: Networking", "Topic :: System :: Networking :: Monitoring" ], "description": "Welcome to stati-python-net's documentation!\n============================================\n\nstati-python-net is a python client with HTTP & UDP & TCP/IP transports for `GottWall metrics aggregation platform `_\n\n.. image:: https://secure.travis-ci.org/GottWall/stati-python-net.png\n\t :target: https://secure.travis-ci.org/GottWall/stati-python-net\n\nINSTALLATION\n------------\n\nTo use gottwall use `pip` or `easy_install`::\n\n pip install stati-net\n\nor::\n\n easy_install stati-net\n\n\nUSAGE\n-----\n\nHTTPClient\n^^^^^^^^^^\n\n.. sourcecode:: python\n\n # HTTPClient\n from stati_net 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(private_key=private_key,\n public_key=public_key,\n project=project,\n host=host,\n prefix=None)\n\n cli.incr(name=\"orders\", value=2, filters={\"status\": [\"Completed\", \"Waiting\"]})\n\n\nTCP/IP Client\n^^^^^^^^^^^^^\n\n.. sourcecode:: python\n\n # TCP/IP Client\n from stati_net import TCPIPClient\n\n private_key = \"gottwall_privatekey\"\n public_key = \"project_public_key\"\n project = \"test_gottwall_project\"\n host = \"127.0.0.1\"\n port = 8097\n client = TCPIPClient(project=project,\n private_key=private_key,\n public_key=public_key,\n host=host, port=port,\n auth_delimiter=\"--stream-auth--\", #optional\n chunk_delimiter=\"--chunk--\") #optional\n\n cli.incr(name=\"orders\", value=2, filters={\"status\": [\"Completed\", \"Waiting\"]})\n\n\nUDP Client\n^^^^^^^^^^\n\n.. sourcecode:: python\n\n # UDP client\n from stati_net import UDPClient\n\n private_key = \"gottwall_privatekey\"\n public_key = \"project_public_key\"\n project = \"test_gottwall_project\"\n host = \"127.0.0.1\"\n port = 8097\n client = UDPClient(project=project,\n private_key=private_key,\n public_key=public_key,\n host=host, port=port,\n auth_delimiter=\"--stream-auth--\", #optional\n chunk_delimiter=\"--chunk--\", #optional\n max_packet_size=1024) #optional\n\n cli.incr(name=\"orders\", value=2, filters={\"status\": [\"Completed\", \"Waiting\"]})\n\n\n\n\n\nCONTRIBUTE\n----------\n\nWe need you help.\n\n#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.\n There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.\n#. Fork `the repository`_ on Github to start making your changes to the **develop** branch (or branch off of it).\n#. Write a test which shows that the bug was fixed or that the feature works as expected.\n#. Send a pull request and bug the maintainer until it gets merged and published.\n\n.. _`the repository`: https://github.com/GottWall/stati-python-net/", "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-python-net", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "stati-net", "package_url": "https://pypi.org/project/stati-net/", "platform": "Linux,Mac", "project_url": "https://pypi.org/project/stati-net/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GottWall/stati-python-net" }, "release_url": "https://pypi.org/project/stati-net/0.0.8/", "requires_dist": null, "requires_python": null, "summary": "Python client with HTTP & UDP & TCP/IP transports for GottWall statistics aggregator", "version": "0.0.8" }, "last_serial": 993202, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f3ed2f52517c4c0719b54cc6c9bd6ff4", "sha256": "9e7f01cc560aaa0bb8fb8cf374ec51afc213a67290f7b61826e4cad928824f50" }, "downloads": -1, "filename": "stati-net-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f3ed2f52517c4c0719b54cc6c9bd6ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4723, "upload_time": "2014-01-25T13:25:27", "url": "https://files.pythonhosted.org/packages/11/ff/9e1bce04cbbb5ff71e96aefb76c995c542b6315e0163e55020708a310ca3/stati-net-0.0.1.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "9747b09b7da425581350229318656aa1", "sha256": "33869c45b2f03132d9b316c8f9b156becf42a6f04d5e354a4354e89249a77034" }, "downloads": -1, "filename": "stati-net-0.0.8.tar.gz", "has_sig": false, "md5_digest": "9747b09b7da425581350229318656aa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6420, "upload_time": "2014-02-07T06:55:24", "url": "https://files.pythonhosted.org/packages/81/1b/7234ceaf8c48dd37da8d9ba177a1a5e4a97dc5762d5ea8780c34b006bc63/stati-net-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9747b09b7da425581350229318656aa1", "sha256": "33869c45b2f03132d9b316c8f9b156becf42a6f04d5e354a4354e89249a77034" }, "downloads": -1, "filename": "stati-net-0.0.8.tar.gz", "has_sig": false, "md5_digest": "9747b09b7da425581350229318656aa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6420, "upload_time": "2014-02-07T06:55:24", "url": "https://files.pythonhosted.org/packages/81/1b/7234ceaf8c48dd37da8d9ba177a1a5e4a97dc5762d5ea8780c34b006bc63/stati-net-0.0.8.tar.gz" } ] }