{ "info": { "author": "Max Naude", "author_email": "maxnaude@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking" ], "description": "sageone-api-client\n==================\n\nA simple Python client for interacting with the Sage One API.\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install sageone-api-client\n\n\nUsage\n-----\n\n1. Register for a Sage One account and request an API key by following the instructions at https://accounting.sageone.co.za/Marketing/DeveloperProgram.aspx\n2. Review the supported Sage One API documentation at https://accounting.sageone.co.za/api/1.1.1/Help\n3. Use the Python API client to interact with the API:\n\n .. code-block:: python\n\n >>> from sageone.client import APIClient\n >>> c = APIClient(\n ... 'https://accounting.sageone.co.za',\n ... '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}',\n ... 'your-sage-one-username',\n ... 'your-password')\n >>> r = c('get', 'Company', 'Get')\n >>> print(r)\n\n\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/maxnaude/sageone-api-client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sageone-api-client", "package_url": "https://pypi.org/project/sageone-api-client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sageone-api-client/", "project_urls": { "Homepage": "https://github.com/maxnaude/sageone-api-client" }, "release_url": "https://pypi.org/project/sageone-api-client/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Sage One API Client", "version": "0.0.2" }, "last_serial": 2547910, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "60799b3e500573898b014bbc98fb14c0", "sha256": "3941c067328737c1499390d3f8f65238af85a90478fb89a1bfec54f20ad3e52f" }, "downloads": -1, "filename": "sageone-api-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "60799b3e500573898b014bbc98fb14c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2225, "upload_time": "2017-01-01T01:09:00", "url": "https://files.pythonhosted.org/packages/1a/a2/2c83199d3faeeeaf9199ca0522f11afb1149f79896e99f01e5b96eac9ab9/sageone-api-client-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "60799b3e500573898b014bbc98fb14c0", "sha256": "3941c067328737c1499390d3f8f65238af85a90478fb89a1bfec54f20ad3e52f" }, "downloads": -1, "filename": "sageone-api-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "60799b3e500573898b014bbc98fb14c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2225, "upload_time": "2017-01-01T01:09:00", "url": "https://files.pythonhosted.org/packages/1a/a2/2c83199d3faeeeaf9199ca0522f11afb1149f79896e99f01e5b96eac9ab9/sageone-api-client-0.0.2.tar.gz" } ] }