{ "info": { "author": "Anthony Martinet", "author_email": "anthony@alkivi.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "python-logmein-api-client\n=========================\n\n|Build Status| |Requirements Status|\n\nLogMeIn API python client.\n\nPackage\n-------\n\nExample\n\n.. code:: python\n\n from logmeinapi import client as logmein\n\n # Using default configuration\n client = logmein.Client()\n\n # Using specific endpoint\n client = logmein.Client(endpoint='toto')\n\nCredentials\n-----------\n\nCredentials are fetched from, in priority order: - ./logmein.conf\n(script directory) - $HOME/.logmein.conf - /etc/logmein.conf\n\nExample\n\n.. code:: ini\n\n [default]\n ; general configuration: default endpoint\n endpoint=account\n\n [account1]\n ; configuration specific to 'account1' endpoint\n companyId=1234\n psk=abcde\n\n [account2]\n ; other configuration\n companyId=4321\n psk=abcde\n\nTests\n-----\n\nTesting is set up using `pytest `__ and coverage is\nhandled with the pytest-cov plugin.\n\nRun your tests with ``py.test`` in the root directory.\n\nCoverage is ran by default and is set in the ``pytest.ini`` file. To see\nan html output of coverage open ``htmlcov/index.html`` after running the\ntests.\n\nTODO\n\nTravis CI\n---------\n\nThere is a ``.travis.yml`` file that is set up to run your tests for\npython 2.7 and python 3.2, should you choose to use it.\n\nTODO\n\n.. |Build Status| image:: https://travis-ci.org/alkivi-sas/python-logmein-api-client.svg?branch=master\n :target: https://travis-ci.org/alkivi-sas/python-logmein-api-client\n.. |Requirements Status| image:: https://requires.io/github/alkivi-sas/python-logmein-api-client/requirements.svg?branch=master\n :target: https://requires.io/github/alkivi-sas/python-logmein-api-client/requirements/?branch=master\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/alkivi-sas/python-logmein-api-client", "keywords": "logmein api rest", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "logmein-api-client", "package_url": "https://pypi.org/project/logmein-api-client/", "platform": "", "project_url": "https://pypi.org/project/logmein-api-client/", "project_urls": { "Homepage": "https://github.com/alkivi-sas/python-logmein-api-client" }, "release_url": "https://pypi.org/project/logmein-api-client/0.0.2/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Lock script to allow only one instance", "version": "0.0.2" }, "last_serial": 2766699, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ec38515921e11d2361331c2d740044bd", "sha256": "6a823f679c3029dae4cc10e79d3c55057644666a9c2c6c39787894f8fe585466" }, "downloads": -1, "filename": "logmein_api_client-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec38515921e11d2361331c2d740044bd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6608, "upload_time": "2017-04-10T15:44:40", "url": "https://files.pythonhosted.org/packages/f6/87/f4129e144e6725bfec4574cf0d76b44f2f28cc7a99bd0e12dd300e544c02/logmein_api_client-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c84fd091791ff7a0df2d5d5cc7dc6064", "sha256": "f4041d98cfe10d0ba76df4a771f37deb38305d5160aaccb7f809230e8de5cc73" }, "downloads": -1, "filename": "logmein_api_client-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c84fd091791ff7a0df2d5d5cc7dc6064", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7931, "upload_time": "2017-04-10T15:45:43", "url": "https://files.pythonhosted.org/packages/ac/a8/90398e502c3be12a78f754e72ba3bf0c0d0a668b8d7dbeb06fb6f61356a4/logmein_api_client-0.0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c84fd091791ff7a0df2d5d5cc7dc6064", "sha256": "f4041d98cfe10d0ba76df4a771f37deb38305d5160aaccb7f809230e8de5cc73" }, "downloads": -1, "filename": "logmein_api_client-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c84fd091791ff7a0df2d5d5cc7dc6064", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7931, "upload_time": "2017-04-10T15:45:43", "url": "https://files.pythonhosted.org/packages/ac/a8/90398e502c3be12a78f754e72ba3bf0c0d0a668b8d7dbeb06fb6f61356a4/logmein_api_client-0.0.2-py2.py3-none-any.whl" } ] }