{
"info": {
"author": "Pallav Nandi Chaudhuri",
"author_email": "developer@kncsolutions.in",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.4",
"Topic :: Office/Business :: Financial :: Investment",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Dhelm Gfeed Python Client Package\n==================================\n\nDhelm-gfeed-python-client is a python client library to access and integrate stock market data from \n`Global Financial Datafeeds LLP `_ with your application.\n\nTo use this library you must `subscribe `_ to web socket api with Global Financial Datafeeds LLP and get your API key and web socket endpoint URL. Programmatic access to data obviously provides better control over your algorithm. You access the raw data from your data provider, then feed into your own application and do whatever analysis you want.\n\nUsing Dhelm-gfeed-python-client you can plug data from web socket api into your application directly.\n\nFor detailed integration and usage guidelines, please read through the `documentation `_.\n\nInstallation\n------------\nThe client is tested with python 3.4+.\n\nInstall from Sources\n--------------------\n\n1. clone the repository:\n\n **git clone https://github.com/kncsolutions/dhelm-gfeed-python-client.git**\n2. cd to dhelm-gfeed-python-client\n3. **python setup.py install**\n\nInstallation using pip\n----------------------\n\n.. sourcecode:: python\n\n pip install DhelmGfeedClient\n\n\nGetting started with the client\n-------------------------------\n\n.. sourcecode:: python\n\n from DhelmGfeedClient.gfeedclient import GfeedClient\n client = GfeedClient(\"\",\"\")\n # where,\n # : Replace with the web socket url\n # : Replace with your api key which you have got on subscription.\n\n def on_authenticated(base_client):\n\t#do your staff\n\n #Assign your callbacks. Every callback has some specific functions.\n #This callback will be called when user will be authenticated after successful connection.\n #Once the user is authenticated then only other predefined methods to access data from web socket can be called from inside this callback.\n client.on_authenticated = on_authenticated\n\n #Connect to the web socket. You have to use the predefined methods and callbacks to receive and process data.\n client.connect()\n\n\nFor deatails of the methods and corresponding callbacks see the documentation.\n\nHow to run the test file\n-------------------------\n\nGit clone the repository to your pc.\nNaviagate to the folder **dhelm-gfeed-python-client/example**.\nOpen the terminal and type:\n\n.. sourcecode:: python\n\n py example.py \n\nReplace with the web socket url and with your api key.\n\nIf you have any query raise an `issue `_ or email at developer@kncsolutions.in.\nTo know about dhelm project visit our project website at https://dhelm.kncsolutions.in",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/kncsolutions/dhelm-gfeed-python-client",
"keywords": "",
"license": "Apache License, Version 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "DhelmGfeedClient",
"package_url": "https://pypi.org/project/DhelmGfeedClient/",
"platform": "",
"project_url": "https://pypi.org/project/DhelmGfeedClient/",
"project_urls": {
"Bug Reports": "https://github.com/kncsolutions/dhelm-gfeed-python-client/issues",
"Homepage": "https://github.com/kncsolutions/dhelm-gfeed-python-client",
"Source": "https://github.com/kncsolutions/dhelm-gfeed-python-client"
},
"release_url": "https://pypi.org/project/DhelmGfeedClient/1.0.3/",
"requires_dist": null,
"requires_python": "",
"summary": "This is a python client for websocket APIs provided by Global Financial Datafeeds LLP to access financial data.",
"version": "1.0.3"
},
"last_serial": 4725006,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "1cc12d554f704fd880c9a482f64e2ed4",
"sha256": "bdc09220dac067892091cb4201bdcfd484b2a2b68a8063900bdd2675c47fafc3"
},
"downloads": -1,
"filename": "DhelmGfeedClient-1.0.0-py3.4.egg",
"has_sig": false,
"md5_digest": "1cc12d554f704fd880c9a482f64e2ed4",
"packagetype": "bdist_egg",
"python_version": "3.4",
"requires_python": null,
"size": 20410,
"upload_time": "2018-09-24T04:28:50",
"url": "https://files.pythonhosted.org/packages/44/70/4a36180077104b9058fcd1a4d3f1926bdba9e45c64b57b467050290e9c67/DhelmGfeedClient-1.0.0-py3.4.egg"
},
{
"comment_text": "",
"digests": {
"md5": "338c730be2255363ae787ac8f4d44185",
"sha256": "f02e15a5dd3aa547f775e96dcdb744759949884f96a14b9413ffd0790f7320c5"
},
"downloads": -1,
"filename": "DhelmGfeedClient-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "338c730be2255363ae787ac8f4d44185",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 194449,
"upload_time": "2018-09-22T14:40:46",
"url": "https://files.pythonhosted.org/packages/fe/9c/52672eedc37fb3549cf86acc878f2d5f71fbac5307088aa2ee1f9d090c67/DhelmGfeedClient-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "97473329da9f4e9e4940940a7360c40f",
"sha256": "5af4d3b34cf1407e2697fa4a482ba9dbb1674a7bbde1431815f0f3240af78b6a"
},
"downloads": -1,
"filename": "DhelmGfeedClient-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "97473329da9f4e9e4940940a7360c40f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 194476,
"upload_time": "2018-09-24T04:31:40",
"url": "https://files.pythonhosted.org/packages/77/74/18ca165d1fdb0a0b60c542b737deeb1c7d4b5ca6cee88bef48c015c38740/DhelmGfeedClient-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "2409554741c44c2da4f4b8e7d05c4b45",
"sha256": "fcba1581ce077fccd2cc9305e2bb74d562643d56ea85ff603b4f7cb1b98ca501"
},
"downloads": -1,
"filename": "DhelmGfeedClient-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "2409554741c44c2da4f4b8e7d05c4b45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 194504,
"upload_time": "2018-10-06T10:22:51",
"url": "https://files.pythonhosted.org/packages/84/4e/31fcce37e40e4ce111c8f41a904f5f563843c1fa0a02e5e433b607b1cb42/DhelmGfeedClient-1.0.2.tar.gz"
}
],
"1.0.3": [
{
"comment_text": "",
"digests": {
"md5": "87dc06876c5f13e121705e4068fddf01",
"sha256": "1ab90e6d6d9ef5e37dd1b4f6fab369a3feadf4531fb735b82d6e4c98c7626ff2"
},
"downloads": -1,
"filename": "DhelmGfeedClient-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "87dc06876c5f13e121705e4068fddf01",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 194736,
"upload_time": "2019-01-22T08:52:01",
"url": "https://files.pythonhosted.org/packages/e5/0f/9e1991bd4fbbc09144ed090e9d89f574fe11d1277fbcdbd1c0b50fb942d4/DhelmGfeedClient-1.0.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "87dc06876c5f13e121705e4068fddf01",
"sha256": "1ab90e6d6d9ef5e37dd1b4f6fab369a3feadf4531fb735b82d6e4c98c7626ff2"
},
"downloads": -1,
"filename": "DhelmGfeedClient-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "87dc06876c5f13e121705e4068fddf01",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 194736,
"upload_time": "2019-01-22T08:52:01",
"url": "https://files.pythonhosted.org/packages/e5/0f/9e1991bd4fbbc09144ed090e9d89f574fe11d1277fbcdbd1c0b50fb942d4/DhelmGfeedClient-1.0.3.tar.gz"
}
]
}