{ "info": { "author": "laalaguer", "author_email": "laalaguer@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "oceanex_py3\n===========\noceanex_py3 is a Python SDK to query, trade and manage funds on Oceanex.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip3 install oceanex_py3\n\nSource Code\n------------\n\nhttps://github.com/laalaguer/oceanex_py3\n\nDocumentation\n-------------\n\nhttps://laalaguer.github.io/oceanex_py3/\n\nSome examples\n-------------\n\nGet all trading pairs supported on Oceanex.\n\n.. code-block:: python\n\n from oceanex_py3 import public\n \n markets = public.get_markets()\n \n for each in markets:\n print(each.identifier, each.left, each.right)\n \n # etcusdt ETC USDT\n # ltcusdt LTC USDT\n # dashusdt DASH USDT\n\n\nGet current buy/sell orderbook status on the market.\n\n.. code-block:: python\n\n from oceanex_py3 import public\n \n asks, bids, timestamp = public.get_orderbook('btcusdt', 10) # limit result to 10 orders.\n\n\nPost an order to the market on behalf of user.\n\n.. code-block:: python\n\n from oceanex_py3 import personal\n \n test_config = {\n 'uid': 'IDxxxxx',\n 'apikey_id': 'Kxxxxxxx',\n 'private_key_location': '/xxx/xxx/xxx/key.pem'\n }\n \n p = personal.Personal(\n test_config['uid'],\n test_config['apikey_id'],\n test_config['private_key_location']\n )\n \n order = p.new_sell_limit_order('vet', 'btc', 600000, 10000)\n\n\nCancel all the orders.\n\n.. code-block:: python\n\n from oceanex_py3 import personal\n \n test_config = {\n 'uid': 'IDxxxxx',\n 'apikey_id': 'Kxxxxxxx',\n 'private_key_location': '/xxx/xxx/xxx/key.pem'\n }\n \n p = personal.Personal(\n test_config['uid'],\n test_config['apikey_id'],\n test_config['private_key_location']\n )\n \n p.cancel_all_orders()", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/laalaguer/oceanex_py3", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "oceanex-py3", "package_url": "https://pypi.org/project/oceanex-py3/", "platform": "any", "project_url": "https://pypi.org/project/oceanex-py3/", "project_urls": { "Homepage": "https://github.com/laalaguer/oceanex_py3" }, "release_url": "https://pypi.org/project/oceanex-py3/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Query, trade and manage funds on Oceanex.", "version": "1.1.0" }, "last_serial": 5818003, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "dac9df079fac4b788e12a714d52f5a24", "sha256": "27982fb08b5228bb3d3cb5147c936968628c9f2d81ca3df49c95da664672b016" }, "downloads": -1, "filename": "oceanex_py3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "dac9df079fac4b788e12a714d52f5a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4894, "upload_time": "2019-09-07T13:12:35", "url": "https://files.pythonhosted.org/packages/c0/42/b24dbdba0889958b5d6dcc2e199be6dbf92f3014d4570b9b949a7c0644dc/oceanex_py3-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a3dcade29942dceb7e17d33fe99eb349", "sha256": "b0c1e391731db535c35f87fbc6614b5f03b4b9bc2ffbd4a8cfc7821d13eaf4c9" }, "downloads": -1, "filename": "oceanex_py3-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a3dcade29942dceb7e17d33fe99eb349", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4950, "upload_time": "2019-09-07T13:15:08", "url": "https://files.pythonhosted.org/packages/d7/3e/8c206e15daf289a499c958b464f1cd5cbb190b5bb9e3b7d1976156f808a2/oceanex_py3-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "0a6a5a86b514aa3eba709933f5ba28a7", "sha256": "7a4d925a762342cc9f8646556ef4bdac317d84408c13740f88cd9f57f9c7be8a" }, "downloads": -1, "filename": "oceanex_py3-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0a6a5a86b514aa3eba709933f5ba28a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5558, "upload_time": "2019-09-07T13:48:54", "url": "https://files.pythonhosted.org/packages/76/86/4a56bac4c348d07f14519187b68c47dcac22cd72571b7a83e9041c1746ec/oceanex_py3-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "ab41ae6ab91af505485a3f7c1108b555", "sha256": "9fef01477574b3220872f57ee37df90277ac8a1671d7211b545445b309440f9b" }, "downloads": -1, "filename": "oceanex_py3-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ab41ae6ab91af505485a3f7c1108b555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5745, "upload_time": "2019-09-12T03:47:58", "url": "https://files.pythonhosted.org/packages/a3/37/fb20c9aaf8edb0d4d06f18bddba47e6f8400ff445ea40569de1515aa8de8/oceanex_py3-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ab41ae6ab91af505485a3f7c1108b555", "sha256": "9fef01477574b3220872f57ee37df90277ac8a1671d7211b545445b309440f9b" }, "downloads": -1, "filename": "oceanex_py3-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ab41ae6ab91af505485a3f7c1108b555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5745, "upload_time": "2019-09-12T03:47:58", "url": "https://files.pythonhosted.org/packages/a3/37/fb20c9aaf8edb0d4d06f18bddba47e6f8400ff445ea40569de1515aa8de8/oceanex_py3-1.1.0.tar.gz" } ] }