{ "info": { "author": "Kashirin Alex", "author_email": "kashirin.alex@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Customer Service", "Intended Audience :: Information Technology", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: Log Analysis", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Thither.Direct library for python\n============================\n\nInstallation\n------------\n pip install libthither\n\n## THE LIBRARY\n+ APIs are:\n + Flow Metrics Statistics Client\n + push_single\n + push_list\n + push_csv_data\n + get_definitions\n + get_stats\n + (more to come)\n+ Utils: \n + (still to come)\n\n\nCreating a Flow Metrics Statistics Client\n------------------------\n\n.. code-block:: python\n\n from libthither.api.fms import FlowMetricsStatisticsClient\n\n client = FlowMetricsStatisticsClient(\n 'YourFlowID',\n pass_phrase='YourPassPhrase',\n keep_alive=True,\n # https=False,\n # cipher='AES',\n # json=False,\n\t\t# version='v201807',\n # requests_args={},\n )\n # after initiated, client can be called with:\n client.push_single(YourMetricId, DateAndTime, Value)\n client.push_list([[Metric ID, DateTime, Value],])\n client.push_csv_data(\"mid,dt,v\\nYourMetricId,DateAndTime,Value\")\n\nMore information at:\n\thttps://thither.direct/information/services/commercial/index\n\thttps://github.com/thither/Thither.Direct-client-libraries/tree/master/python", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://thither.direct/information/services/commercial/index", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "libthither", "package_url": "https://pypi.org/project/libthither/", "platform": "any", "project_url": "https://pypi.org/project/libthither/", "project_urls": { "Homepage": "https://thither.direct/information/services/commercial/index" }, "release_url": "https://pypi.org/project/libthither/0.10.3/", "requires_dist": null, "requires_python": "", "summary": "Python Library for Thither.Direct", "version": "0.10.3" }, "last_serial": 4061885, "releases": { "0.10.1": [ { "comment_text": "", "digests": { "md5": "e795db3552cf2ade712935d9ab276684", "sha256": "d395206ea16b3205b9463e9ac4bc17af9a1e2ee4a0e28288c3e6e1d07d5cd874" }, "downloads": -1, "filename": "libthither-0.10.1.tar.gz", "has_sig": false, "md5_digest": "e795db3552cf2ade712935d9ab276684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4051, "upload_time": "2018-06-27T12:50:37", "url": "https://files.pythonhosted.org/packages/7e/a7/7475a01354dd449cfe3931ec625cafd8564393a29b731709c12a159bb811/libthither-0.10.1.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "2d9583da69042df00afbbc385b498bf6", "sha256": "05caceee6a6b930b6140fc25841c60cfe940a032bb80746f73f81fe2b494effc" }, "downloads": -1, "filename": "libthither-0.10.2.tar.gz", "has_sig": false, "md5_digest": "2d9583da69042df00afbbc385b498bf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4970, "upload_time": "2018-07-01T01:11:11", "url": "https://files.pythonhosted.org/packages/b2/c0/0417bf5e67cea5b995aa9219874ed04e533d869ce7c8b7e55896273fc6f6/libthither-0.10.2.tar.gz" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "46e40632d8465f66cfb1cbfe0109c09b", "sha256": "223ec7e00c57bdb314da6c0ca41370fb409a137eb0185a6729b86e1ec4329228" }, "downloads": -1, "filename": "libthither-0.10.3.tar.gz", "has_sig": false, "md5_digest": "46e40632d8465f66cfb1cbfe0109c09b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4801, "upload_time": "2018-07-14T21:15:22", "url": "https://files.pythonhosted.org/packages/70/8f/bf61cc12c3fc21937a8fec68c6a077ea99e281e8e770884f779b74abe7fc/libthither-0.10.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "46e40632d8465f66cfb1cbfe0109c09b", "sha256": "223ec7e00c57bdb314da6c0ca41370fb409a137eb0185a6729b86e1ec4329228" }, "downloads": -1, "filename": "libthither-0.10.3.tar.gz", "has_sig": false, "md5_digest": "46e40632d8465f66cfb1cbfe0109c09b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4801, "upload_time": "2018-07-14T21:15:22", "url": "https://files.pythonhosted.org/packages/70/8f/bf61cc12c3fc21937a8fec68c6a077ea99e281e8e770884f779b74abe7fc/libthither-0.10.3.tar.gz" } ] }