{ "info": { "author": "btidor", "author_email": "pysapweb@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Office/Business :: Financial :: Accounting", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pysapweb\n========\n\npysapweb is a Python library that allows programmers to script interactions with\nMIT's SAPweb accounting system. Jump in with the `Getting Started Guide`_!\n\nQuick Example\n-------------\n\nTo create an RFP Reimbursement using the convenience method `rfp.create`, first\nset up a Firefox profile per the instructions in the `Getting Started Guide`_,\nthen type:\n\n.. code-block:: python\n\n from pysapweb import sap_profiles, rfp\n browser = sap_profiles.load_firefox()\n rfp_number = rfp.create(browser,\n name=\"pysapweb Experiment\",\n payee=(False, \"Tim D. Beaver\"), # non-MIT payee\n address=(\"77 Massachusetts Avenue\",\n \"Cambridge\", \"MA\", \"02139\",\n \"United States of America\"),\n line_items=[(\"1/1/2013\", # date of service\n \"420226\", # G/L account\n \"6666666\", # your cost object\n 10000, # amount, in cents\n \"Birthday cake\")],\n receipts=[\"/home/tim/Desktop/receipt.pdf\"])\n\nUseful Links\n------------\n\nThe code is hosted at `github.com/btidor/pysapweb`_.\n\nDocumentation is available at `pysapweb.readthedocs.org`_. \n\n.. _Getting Started Guide: https://pysapweb.readthedocs.org/en/latest/introduction.html\n.. _github.com/btidor/pysapweb: https://github.com/btidor/pysapweb\n.. _pysapweb.readthedocs.org: https://pysapweb.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/btidor/pysapweb", "keywords": "sapweb,atlas,accounting", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pysapweb", "package_url": "https://pypi.org/project/pysapweb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pysapweb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/btidor/pysapweb" }, "release_url": "https://pypi.org/project/pysapweb/0.9.2/", "requires_dist": null, "requires_python": null, "summary": "A Python interface to MIT's SAPweb (now Atlas) accounting system.", "version": "0.9.2" }, "last_serial": 951539, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "3a898aefcbb35ae00dbcee303695a858", "sha256": "9c97f57d7f96dd93ea9d6c7bff7855b929c44e9413ab7894b67e7bc9c8d2baa1" }, "downloads": -1, "filename": "pysapweb-0.9.zip", "has_sig": false, "md5_digest": "3a898aefcbb35ae00dbcee303695a858", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13553, "upload_time": "2013-12-22T01:01:33", "url": "https://files.pythonhosted.org/packages/93/f0/10611b46391ca4ee3c6a121dd465942822afee9fbae57236a833255c0119/pysapweb-0.9.zip" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "9f6eba73d5d3525adfbe66ddeddec13b", "sha256": "dbbf06ed3e97d6f88418fe4d336d04e02f1ef41100eaa3acc2fe8344c372ba55" }, "downloads": -1, "filename": "pysapweb-0.9.1.zip", "has_sig": false, "md5_digest": "9f6eba73d5d3525adfbe66ddeddec13b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13623, "upload_time": "2013-12-22T01:12:50", "url": "https://files.pythonhosted.org/packages/1d/2e/130e242708ae9dff7fda2f3f470eefa0ddcc22ddc8e7e2a5ae6dbc1ac945/pysapweb-0.9.1.zip" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "62e9c0b694af5906da3a6b0feaf7205a", "sha256": "c843dd0d3683f759ca7281217497ed708fb746ea2d747770399a8467e495e6c9" }, "downloads": -1, "filename": "pysapweb-0.9.2.zip", "has_sig": false, "md5_digest": "62e9c0b694af5906da3a6b0feaf7205a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13843, "upload_time": "2013-12-22T01:41:56", "url": "https://files.pythonhosted.org/packages/5e/ca/725ad9ad475746e934eb05394131f7e1296cb6a44fcdf7aca1485c3e02ae/pysapweb-0.9.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62e9c0b694af5906da3a6b0feaf7205a", "sha256": "c843dd0d3683f759ca7281217497ed708fb746ea2d747770399a8467e495e6c9" }, "downloads": -1, "filename": "pysapweb-0.9.2.zip", "has_sig": false, "md5_digest": "62e9c0b694af5906da3a6b0feaf7205a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13843, "upload_time": "2013-12-22T01:41:56", "url": "https://files.pythonhosted.org/packages/5e/ca/725ad9ad475746e934eb05394131f7e1296cb6a44fcdf7aca1485c3e02ae/pysapweb-0.9.2.zip" } ] }