{ "info": { "author": "Ryan Nowakowski", "author_email": "tubaman@fattuba.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "Python library for PHPList REST API\n===================================\n\nThis is a python 3 library for interacting with the PHPList REST API.\n\nTo Use\n------\n\n1. ``pip install -r requirements``\n2. Write your code:\n\n \\`\\`\\`python from phplist import PHPListClient\n\n client = PHPListClient(\"https://myphplistresturl\", secret=\"mysecret\")\n client.login(login=\"myusername\", password=\"mypassword\") output =\n client.lists\\_get() \\`\\`\\`\n\nRun Tests\n---------\n\n1. ``pip install nose``\n2. ``nosetests tests.py``\n\nTODO\n----\n\n- add setup.py\n- push up to pypi", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tubaman/phplist-restapi-python", "keywords": "phplist rest client", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "phplist-client", "package_url": "https://pypi.org/project/phplist-client/", "platform": "", "project_url": "https://pypi.org/project/phplist-client/", "project_urls": { "Homepage": "https://github.com/tubaman/phplist-restapi-python" }, "release_url": "https://pypi.org/project/phplist-client/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Python client for the phplist REST API", "version": "1.0.2" }, "last_serial": 3093121, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "bc930de70cf8931e8ddeaecb6f857c06", "sha256": "bb98af7db1049ce5f7519cd5342ed5b23fe152bd2f9eec9cafd1969f0ef1c0b7" }, "downloads": -1, "filename": "phplist-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bc930de70cf8931e8ddeaecb6f857c06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2087, "upload_time": "2017-08-12T22:20:22", "url": "https://files.pythonhosted.org/packages/1e/57/0416354e5855877cbe7b4d61f37957d8e595d9b6cb41e58d68140842beec/phplist-client-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "96bd757b87adb29dcc5c377837f75848", "sha256": "d4f7ca85f38a4e9e328a5bc6705414c5d3541ceb7376de591053fdac4cadfb63" }, "downloads": -1, "filename": "phplist-client-1.0.1.tar.gz", "has_sig": false, "md5_digest": "96bd757b87adb29dcc5c377837f75848", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2169, "upload_time": "2017-08-12T22:29:38", "url": "https://files.pythonhosted.org/packages/7c/c1/065065ceb7a081ab37236f0963c370f21799d0f0396d20cc1ff761aa27b0/phplist-client-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "1b17782dd083157c9b74bc43cf37d24b", "sha256": "a6ac4225b8c409f50fd20da2fe1bfc529717ed3c9da214a7d0866fa2effa0c16" }, "downloads": -1, "filename": "phplist-client-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1b17782dd083157c9b74bc43cf37d24b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2200, "upload_time": "2017-08-13T01:22:39", "url": "https://files.pythonhosted.org/packages/08/5c/6428ada8deb63ce53a68802af90bc3a8b8db1d1e16d26c6f5dc93ac497b6/phplist-client-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b17782dd083157c9b74bc43cf37d24b", "sha256": "a6ac4225b8c409f50fd20da2fe1bfc529717ed3c9da214a7d0866fa2effa0c16" }, "downloads": -1, "filename": "phplist-client-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1b17782dd083157c9b74bc43cf37d24b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2200, "upload_time": "2017-08-13T01:22:39", "url": "https://files.pythonhosted.org/packages/08/5c/6428ada8deb63ce53a68802af90bc3a8b8db1d1e16d26c6f5dc93ac497b6/phplist-client-1.0.2.tar.gz" } ] }