{ "info": { "author": "Andjelko Horvat", "author_email": "comel@vingd.com", "bugtrack_url": null, "classifiers": [], "description": "=====\nSRFAX\n=====\n\n`SRFAX`_ is a feature rich internet fax service which encompasses all aspects of\nfax communications with easy to use online fax management services. Online\nfaxing services provided by `SRFAX`_ is simple, reliable, inexpensive and can also\nbe used from mobile devices. Internet faxing is simple and easy as can be\naccessed using your email and so it is private and secure.\n\nSRFAX is a registered trademark of EDC Systems, Inc. \n\n\nSRFAX API for Python\n====================\n\nSRFAX API enables you to:\n\n* Schedule a fax to be sent\n\n* Determine the status of a fax that has been scheduled for delivery\n\n* Retrieve a list of faxes received in a specified period of time\n\n* Retrieve a list of faxes sent in a specified period of time\n\n* Retrieve a specified sent or received fax file in PDF or TIFF format\n\n* Delete specified received or sent faxes.\n\n\nExample Usage\n-------------\n\n.. code-block:: python\n\n from srfax import srfax\n\n srfax_client = srfax.SRFax(,\n ,\n caller_id=,\n sender_email=)\n\n fax_id = srfax_client.queue_fax('+11234567', '/path/to/fax/file')\n status = srfax_client.get_fax_status(fax_id)\n \n\nCopyright and License\n---------------------\n\nSRFAX API is Copyright (c) 2012 Vingd, Inc. and licensed under the MIT license\n(see LICENSE.txt).\n\n\n.. _`SRFAX`: http://www.srfax.com/", "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/vingd/srfax-api-python", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "SRFax", "package_url": "https://pypi.org/project/SRFax/", "platform": "OS Independent", "project_url": "https://pypi.org/project/SRFax/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vingd/srfax-api-python" }, "release_url": "https://pypi.org/project/SRFax/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "SRFax (www.srfax.com) API library", "version": "0.1.2" }, "last_serial": 785589, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c77053c9ed76a889d9df64376af076c3", "sha256": "f7216a68129657935cf7d7c6b3ad3fd8fbbc76eea4f259d3d0f2cd4ec3768b81" }, "downloads": -1, "filename": "SRFax-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c77053c9ed76a889d9df64376af076c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4668, "upload_time": "2012-11-22T10:59:11", "url": "https://files.pythonhosted.org/packages/78/9b/3edb435b2319f4bfc66dc00752ff8d73de58b2d3a043b804984e2f157260/SRFax-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "40eeb7c3458c449d79f3671a8e3c572a", "sha256": "07e83f2c836a88251619dd51c4157094bfd353c09ad882c883318e11551dbe71" }, "downloads": -1, "filename": "SRFax-0.1.2.tar.gz", "has_sig": false, "md5_digest": "40eeb7c3458c449d79f3671a8e3c572a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4716, "upload_time": "2013-04-08T08:00:07", "url": "https://files.pythonhosted.org/packages/30/95/f325959a6171932e0775ac20baa8ff5b3c4e64bf449d5ccad5938445d17f/SRFax-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40eeb7c3458c449d79f3671a8e3c572a", "sha256": "07e83f2c836a88251619dd51c4157094bfd353c09ad882c883318e11551dbe71" }, "downloads": -1, "filename": "SRFax-0.1.2.tar.gz", "has_sig": false, "md5_digest": "40eeb7c3458c449d79f3671a8e3c572a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4716, "upload_time": "2013-04-08T08:00:07", "url": "https://files.pythonhosted.org/packages/30/95/f325959a6171932e0775ac20baa8ff5b3c4e64bf449d5ccad5938445d17f/SRFax-0.1.2.tar.gz" } ] }