{ "info": { "author": "mobius-network", "author_email": "support@mobius.network", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Mobius Python API Client\n========================\n\n|Version| |Python Versions|\n\nThe Mobius Python Client provides simple access to the Mobius API for\napplications written on Python\n\nInstallation\n------------\n\nInstall the package with ``pip``:\n\n::\n\n $ pip install pymobius\n\nUsage\n-----\n\nFor importing library use:\n\n.. code:: python\n\n from pymobius import Mobius\n\nThe library need to be configured with your API secret key which you can\ncreate in `Mobius DApp Store `__\n\n.. code:: python\n\n mobius = Mobius(api_key='your_api_key')\n\nExamples\n~~~~~~~~\n\n.. code:: python\n\n data = mobius.app_store.balance(app_uid='f9e5e943', email='mail@example.com')\n\n if data['num_credits'] > 0:\n mobius.app_store.use(app_uid='f9e5e943', email='mail@example.com', num_credits=1)\n\nMethods\n-------\n\n- .. rubric:: ``mobius.app_store.balance(app_uid, email)``\n :name: mobius.app_store.balanceapp_uid-email\n\n Get balance of credits for email.\n\n- .. rubric:: ``mobius.app_store.use(app_uid, email, num_credits)``\n :name: mobius.app_store.useapp_uid-email-num_credits\n\n Use numCredits from user with email.\n\n- .. rubric:: ``mobius.tokens.register(token_type, name, symbol, address)``\n :name: mobius.tokens.registertoken_type-name-symbol-address\n\n Register a token.\n\n- .. rubric:: ``mobius.tokens.balance(token_uid, address)``\n :name: mobius.tokens.balancetoken_uid-address\n\n Query the number of tokens specified by the token.\n\n- .. rubric:: ``mobius.tokens.create_address(token_uid, managed)``\n :name: mobius.tokens.create_addresstoken_uid-managed\n\n Create an address for the token.\n\n- .. rubric:: ``mobius.tokens.register_address(token_uid, address)``\n :name: mobius.tokens.register_addresstoken_uid-address\n\n Register an address for the token.\n\n- .. rubric:: ``mobius.tokens.transfer_managed(token_address_uid, address_to, num_tokens)``\n :name: mobius.tokens.transfer_managedtoken_address_uid-address_to-num_tokens\n\n Transfer tokens from a Mobius managed address to a specified address.\n\n- .. rubric:: ``mobius.tokens.transfer_info(token_address_transfer_uid)``\n :name: mobius.tokens.transfer_infotoken_address_transfer_uid\n\n Get the status and transaction hash of a Mobius managed token\n transfer.\n\nMore information\n----------------\n\nSee the `REST API docs `__\n\n.. |Version| image:: https://img.shields.io/pypi/v/pymobius.svg\n :target: https://pypi.org/project/pymobius/\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pymobius.svg\n :target: https://pypi.org/project/pymobius/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mobius-network/mobius-python", "keywords": "mobius", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pymobius", "package_url": "https://pypi.org/project/pymobius/", "platform": "", "project_url": "https://pypi.org/project/pymobius/", "project_urls": { "Homepage": "https://github.com/mobius-network/mobius-python" }, "release_url": "https://pypi.org/project/pymobius/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Mobius Python API Client", "version": "1.0.1" }, "last_serial": 3301470, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "2981c4e8e8b416755d9f4254a9c5152f", "sha256": "285a52ebd12acec7670ef57c4327e148cbbcbb61a0451be3a255f7964fb5dd17" }, "downloads": -1, "filename": "pymobius-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2981c4e8e8b416755d9f4254a9c5152f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4223, "upload_time": "2017-11-02T21:50:29", "url": "https://files.pythonhosted.org/packages/c5/c2/4623d05157d2c1e97788b88db4630dd80f674b6c87709bbfbb5920144070/pymobius-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2981c4e8e8b416755d9f4254a9c5152f", "sha256": "285a52ebd12acec7670ef57c4327e148cbbcbb61a0451be3a255f7964fb5dd17" }, "downloads": -1, "filename": "pymobius-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2981c4e8e8b416755d9f4254a9c5152f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4223, "upload_time": "2017-11-02T21:50:29", "url": "https://files.pythonhosted.org/packages/c5/c2/4623d05157d2c1e97788b88db4630dd80f674b6c87709bbfbb5920144070/pymobius-1.0.1.tar.gz" } ] }