{ "info": { "author": "Glen Zangirolami", "author_email": "glenbot@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries" ], "description": "======\nCampBX\n======\n\nAbout\n=====\n\nThis library provides python bindings for the `CampBX bitcoin trading platform `_.\nTo obtain API access please `see the documenation at CampBX `_.\n\nNote::\n \n All endpoints that require authentication are using HTTPS.\n\nInstallation\n============\n\n``pip install campbx``\n\nDocumentation\n=============\n\nRead the full documentation on `ReadTheDocs `_.\n\nQuick Usage\n===========\n\nThe API does not require a username and password, however you will have limited access\nto only the public endpoints.\n\nInitializing the API::\n\n from campbx import CampBX\n c = CampBX('username', 'password')\n\nGetting market ticker::\n\n c.xticker()\n\n {'Best Ask': '5.17', 'Best Bid': '5.07', 'Last Trade': '5.07'}\n\nCheck your account balance::\n\n c.my_funds()\n\n {'Liquid BTC': '0.00000000',\n 'Liquid USD': '2.19',\n 'Margin Account BTC': '0.00000000',\n 'Margin Account USD': '0.00',\n 'Total BTC': '15.00000000',\n 'Total USD': '74.58'}\n\nCheck your open orders::\n\n c.my_orders()\n\n {'Buy': [{'Dark Pool': 'No',\n 'Fill Type': 'Incremental',\n 'Margin Percent': 'None',\n 'Order Entered': '2012-04-10 08:59:51',\n 'Order Expiry': '2012-05-11 00:00:00',\n 'Order ID': '239801',\n 'Order Type': 'Quick Buy',\n 'Price': '4.50',\n 'Quantity': '16.00000000',\n 'Stop-loss': 'No'}],\n 'Sell': [{'Dark Pool': 'No',\n 'Fill Type': 'Incr',\n 'Margin Percent': 'None',\n 'Order Entered': '2012-04-05 22:07:05',\n 'Order Expiry': '2012-05-06 00:00:00',\n 'Order ID': '215603',\n 'Order Type': 'Quick Sell',\n 'Price': '5.20',\n 'Quantity': '15.00000000',\n 'Stop-loss': 'No'}]}\n\nLicense\n=======\n\n`MIT License `_\n\nCopyright (c) 2011 Glen Zangirolami\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and \nassociated documentation files (the \"Software\"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or \nsell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject \nto the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT \nNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/glenbot/campbx", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/glenbot/campbx", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "campbx", "package_url": "https://pypi.org/project/campbx/", "platform": "Linux,Windows", "project_url": "https://pypi.org/project/campbx/", "project_urls": { "Download": "https://github.com/glenbot/campbx", "Homepage": "https://github.com/glenbot/campbx" }, "release_url": "https://pypi.org/project/campbx/1.0.5/", "requires_dist": null, "requires_python": null, "summary": "CampBX API Bindings", "version": "1.0.5" }, "last_serial": 787221, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "be4246b4d7f0291fa61f9047fbe66bb1", "sha256": "42b27f7d8b6b50bcd2f6df646dd3e7f9f0eec777fdde8fb29337fa0fa500d356" }, "downloads": -1, "filename": "campbx-1.0.4.tar.gz", "has_sig": false, "md5_digest": "be4246b4d7f0291fa61f9047fbe66bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3736, "upload_time": "2012-04-20T21:24:06", "url": "https://files.pythonhosted.org/packages/1c/a0/6ac13c0d54ef5cf0910a4420b0418fb89845f1d0dddca0b897663600ae8c/campbx-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "35f8ddb187458585303142f7d24f85fc", "sha256": "89b2b5acc82e510c02e8652a0af20978927d870f96feb8b9534cd5ffe690e35c" }, "downloads": -1, "filename": "campbx-1.0.5.tar.gz", "has_sig": false, "md5_digest": "35f8ddb187458585303142f7d24f85fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3740, "upload_time": "2012-04-28T18:35:16", "url": "https://files.pythonhosted.org/packages/0c/7f/d7654b76522720b80ec520352bcc4dc6bb8c5a6ca8cd6ff29cf73e0af407/campbx-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35f8ddb187458585303142f7d24f85fc", "sha256": "89b2b5acc82e510c02e8652a0af20978927d870f96feb8b9534cd5ffe690e35c" }, "downloads": -1, "filename": "campbx-1.0.5.tar.gz", "has_sig": false, "md5_digest": "35f8ddb187458585303142f7d24f85fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3740, "upload_time": "2012-04-28T18:35:16", "url": "https://files.pythonhosted.org/packages/0c/7f/d7654b76522720b80ec520352bcc4dc6bb8c5a6ca8cd6ff29cf73e0af407/campbx-1.0.5.tar.gz" } ] }