{ "info": { "author": "surfer190", "author_email": "stephenh@startmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only" ], "description": "# Fortimail Rest API Client\n\nThis package is used to communicate with the fortimail rest api\n\n## Install\n\n pip install fortimail\n\n## Usage\n\n from fortimail.client import FortiMailClient\n\n client = FortiMailClient(\n baseurl='myfortimail.com',\n username='hello',\n password='world'\n )\n\n domains = client.get_domains()\n\n## Developing\n\nAs per the [pytest best practices](https://docs.pytest.org/en/latest/goodpractices.html#test-discovery)\n\nCreate your environment\n\n python3.7 -m venv env\n pip install -r requirements/dev.txt\n # Install the package in editable mode\n pip install -e .\n\nthis is similar to running: `python setup.py develop`\n\n## Run Tests\n\nWe use pytest, To run tests do: `pytest -s`\n\nSoon to bring in tox - test automation - for different python versions\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/surfer190/fortimail.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fortimail", "package_url": "https://pypi.org/project/fortimail/", "platform": "", "project_url": "https://pypi.org/project/fortimail/", "project_urls": { "Homepage": "https://github.com/surfer190/fortimail.git" }, "release_url": "https://pypi.org/project/fortimail/0.1.0/", "requires_dist": [ "requests" ], "requires_python": ">=3.6", "summary": "Fortimail Rest API Client", "version": "0.1.0" }, "last_serial": 5576001, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3707031bc1135166c891e81a34e31554", "sha256": "f35bbb56faefc54397073432b9e46ae13ed3c4ff0a94d46ebd74180abfeaa08d" }, "downloads": -1, "filename": "fortimail-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3707031bc1135166c891e81a34e31554", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3804, "upload_time": "2019-07-24T05:56:56", "url": "https://files.pythonhosted.org/packages/f2/39/aaaaff0950b9c749d7089d145df2ea12f5ea9e8d5154f1d0673b7e41a938/fortimail-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fa0201c4e8c68e533a1c02248686e7aa", "sha256": "3d704e7079c1b3b10177f343552d0ce6f7b4ae180b3bd3e7f90fed24a2b4cd03" }, "downloads": -1, "filename": "fortimail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fa0201c4e8c68e533a1c02248686e7aa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2907, "upload_time": "2019-07-24T05:56:59", "url": "https://files.pythonhosted.org/packages/47/3e/96469978274c696e72fea96397b2644e5db850947fa2fd4bbd08abb60d37/fortimail-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3707031bc1135166c891e81a34e31554", "sha256": "f35bbb56faefc54397073432b9e46ae13ed3c4ff0a94d46ebd74180abfeaa08d" }, "downloads": -1, "filename": "fortimail-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3707031bc1135166c891e81a34e31554", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3804, "upload_time": "2019-07-24T05:56:56", "url": "https://files.pythonhosted.org/packages/f2/39/aaaaff0950b9c749d7089d145df2ea12f5ea9e8d5154f1d0673b7e41a938/fortimail-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fa0201c4e8c68e533a1c02248686e7aa", "sha256": "3d704e7079c1b3b10177f343552d0ce6f7b4ae180b3bd3e7f90fed24a2b4cd03" }, "downloads": -1, "filename": "fortimail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fa0201c4e8c68e533a1c02248686e7aa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2907, "upload_time": "2019-07-24T05:56:59", "url": "https://files.pythonhosted.org/packages/47/3e/96469978274c696e72fea96397b2644e5db850947fa2fd4bbd08abb60d37/fortimail-0.1.0.tar.gz" } ] }