{ "info": { "author": "Dusty Phillips", "author_email": "dusty@buchuki.com", "bugtrack_url": null, "classifiers": [], "description": "Welcome to Astrid Python API's documentation!\n*********************************************\n\nContents:\n\nclass class astrid.AstridAPI(conf)\n\n Connect to the Astrid Tasks API and issue requests to a specific\n user's account.\n\n Python Astrid API lives at https://bitbucket.org/dusty/python-\n astrid/ and documentation is available at https://python-\n astrid.readthedocs.org/\n\n Parameters:\n **conf** -- a dictionary of configuration values for connecting\n to the API.\n\n The conf dictionary must contain:\n\n {\n \"apikey\": \"\",\n \"apisecret\": \"\",\n \"email\": \"you@example.com\", # your astrid e-mail\n \"password\": \"\"\n }\n\n The apikey and secret can come from http://astrid.com/api_keys\n\n The user associated with the email and password provided in the\n configuration dictionary will be automatically signed in. The token\n received from signin is stored on the class and automatically sent\n with future requests.\n\n request(method, **params)\n\n Send a request to the astrid API. The available methods and\n their parameters are described in\n http://astrid.com/apidoc/ApiController.html\n\n This method does the necessary work to create an astrid\n signature line as required by the API. It then issues the\n request in the format Astrid expects.\n\n Parameters:\n * **method** -- the method name to call in the Astrid API\n\n * **params** -- keyword arguments mapping parameters to\n values as required by the *method*\n\n Returns:\n json decoded response of your Astrid API request\n\n Return type:\n dict", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/dusty/python-astrid/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-astrid", "package_url": "https://pypi.org/project/python-astrid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-astrid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/dusty/python-astrid/" }, "release_url": "https://pypi.org/project/python-astrid/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python Distribution Utilities", "version": "0.1" }, "last_serial": 797850, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "007f4f12933e90762169df8aa200c708", "sha256": "d721357ec212235d32c2f7853adecfd4fdbd1748e847b79392170ce1812cfe90" }, "downloads": -1, "filename": "python-astrid-0.1.tar.gz", "has_sig": false, "md5_digest": "007f4f12933e90762169df8aa200c708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2451, "upload_time": "2012-10-11T03:31:41", "url": "https://files.pythonhosted.org/packages/69/39/ffa984a87810f816e3eba509b1a75dd1fc96e65c12547097d2859873f93b/python-astrid-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "007f4f12933e90762169df8aa200c708", "sha256": "d721357ec212235d32c2f7853adecfd4fdbd1748e847b79392170ce1812cfe90" }, "downloads": -1, "filename": "python-astrid-0.1.tar.gz", "has_sig": false, "md5_digest": "007f4f12933e90762169df8aa200c708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2451, "upload_time": "2012-10-11T03:31:41", "url": "https://files.pythonhosted.org/packages/69/39/ffa984a87810f816e3eba509b1a75dd1fc96e65c12547097d2859873f93b/python-astrid-0.1.tar.gz" } ] }