{ "info": { "author": "Kyle Chamberlin", "author_email": "KyleChamberlin@project20million.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4" ], "description": "Mail Manager Python Interface\n=============================\nA set of utils for interfacing with [BCC Mail Manager](http://www.bccsoftware.com/bcc-mail-manager)\n\nThe goal of this module is to provide python users with an easy way to interact with BCC Mail\nManager on [Windows](https://microsoft.com/windows/). We hope to provide the following functionality:\n\n* Import lists or Dicts into a new or existing mail manager job.\n* Provide a simple YAML base configuration for the mail manager steps.\n* Associate the sorted output from mail manager back to the user's program.\n\nThis project is still in the planning stage and as such is not currently usable.\n\n[![Build Status](http://img.shields.io/travis/KyleChamberlin/mail-manager-python-interface/master.svg)](https://travis-ci.org/KyleChamberlin/mail-manager-python-interface)\n[![Coverage Status](http://img.shields.io/coveralls/KyleChamberlin/mail-manager-python-interface/master.svg)](https://coveralls.io/r/KyleChamberlin/mail-manager-python-interface)\n[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/KyleChamberlin/mail-manager-python-interface.svg)](https://scrutinizer-ci.com/g/KyleChamberlin/mail-manager-python-interface/?branch=master)\n[![PyPI Version](http://img.shields.io/pypi/v/MailManagerPythonInterface.svg)](https://pypi.python.org/pypi/MailManagerPythonInterface)\n[![PyPI Downloads](http://img.shields.io/pypi/dm/MailManagerPythonInterface.svg)](https://pypi.python.org/pypi/MailManagerPythonInterface)\n[![Documentation Status](https://readthedocs.org/projects/mail-manager-python-interface/badge/?version=latest)](https://readthedocs.org/projects/mail-manager-python-interface/?badge=latest)\n\nGetting Started\n===============\n\n\nRequirements\n------------\n\n* Python 3.4+\n\nInstallation\n------------\n\nMail Manager Python Interface can be installed with pip:\n\n\n```\n$ pip install MailManagerPythonInterface\n```\n\nor directly from the source code:\n\n```\n$ git clone https://github.com/KyleChamberlin/mail-manager-python-interface.git\n$ cd mail-manager-python-interface\n$ python setup.py install\n```\n\nBasic Usage\n===========\n\nAfter installation, the package can imported:\n\n```\n$ python\n>>> import mailmanager\n>>> mailmanager.__version__\n```\n\nFor Contributors\n================\n\nBe sure to read the [[CONTRIBUTING.md]] document in this repository for further information about how to contribute to this project.\n\nBefore you contribute you will also need to sign our [Contributor License Agreement](CLA.md) which is [hosted on CLAHub](https://www.clahub.com/agreements/KyleChamberlin/mail-manager-python-interface).\n\nRequirements\n------------\n\n* Make:\n * Windows: http://cygwin.com/install.html\n * Mac: https://developer.apple.com/xcode\n * Linux: http://www.gnu.org/software/make (likely already installed)\n* virtualenv: https://pypi.python.org/pypi/virtualenv#installation\n* Pandoc: http://johnmacfarlane.net/pandoc/installing.html\n\nInstallation\n------------\n\n#### Create a virtualenv:\n\n```\n$ make env\n```\n\n#### Run the tests:\n\n```\n$ make test\n$ make tests # includes integration tests\n```\n\n#### Build the documentation:\n\n```\n$ make doc\n```\n\n#### Run static analysis:\n\n```\n$ make pep8\n$ make pep257\n$ make pylint\n$ make check # includes all checks\n```\n\n#### Prepare a release:\n\n```\n$ make dist # dry run\n$ make upload\n```\n\nCopyright\n---------\n\nCopyright 2015 Kyle Chamberlin\n\nLicense\n-------\n\n*Licensed under the __Apache License__, Version __2.0__ (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at*\n\n[Apache.org - Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n*Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an __\"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND__, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.*\n\nChange Log\n==========\n\nUnreleased Changes\n------------------\n\n\n0.1.0 (2015-02-21)\n------------------\n\n ### CHANGED\n\n - **[license](LICENSE)** from **MIT** to **Apache 2.0**\n - default virtualenv from `env` to `.env`\n - `.gitignore` to cover more of the possible files encountered during development.\n\n\n0.0.0 (2015-02-17)\n------------------\n\n ### ADDED\n\n - cookiecutter template from jacebrowning/template-python\n - **MIT** [license](LICENSE.txt)", "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/KyleChamberlin/mail-manager-python-interface", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "MailManagerPythonInterface", "package_url": "https://pypi.org/project/MailManagerPythonInterface/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MailManagerPythonInterface/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/KyleChamberlin/mail-manager-python-interface" }, "release_url": "https://pypi.org/project/MailManagerPythonInterface/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Mail Manager Python Interface is a Python 3 package template.", "version": "0.1.0" }, "last_serial": 1434974, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "73a4a8630f0de4c6edfe3271a82d4808", "sha256": "54ae576a0b59a54231d5dd9b873a169e33df7029ead7534b61d6c04dedb5bfed" }, "downloads": -1, "filename": "MailManagerPythonInterface-0.0.0.zip", "has_sig": false, "md5_digest": "73a4a8630f0de4c6edfe3271a82d4808", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7713, "upload_time": "2015-02-20T22:01:08", "url": "https://files.pythonhosted.org/packages/eb/68/a28f850aa0b381afb9999a196655409244b09c0fc6d461137bf76ab1c316/MailManagerPythonInterface-0.0.0.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "bd7ea12ea9c1a0b551060f001f98d2c6", "sha256": "42b7c282d982c3aa01db449aec32797835008f06f61959bc2c2b6b5c9b9caef3" }, "downloads": -1, "filename": "MailManagerPythonInterface-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bd7ea12ea9c1a0b551060f001f98d2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7819, "upload_time": "2015-02-23T17:01:19", "url": "https://files.pythonhosted.org/packages/49/bf/40ad5292b39504fd26a53417b98488739166a63f3f3040a6871244471b3d/MailManagerPythonInterface-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd7ea12ea9c1a0b551060f001f98d2c6", "sha256": "42b7c282d982c3aa01db449aec32797835008f06f61959bc2c2b6b5c9b9caef3" }, "downloads": -1, "filename": "MailManagerPythonInterface-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bd7ea12ea9c1a0b551060f001f98d2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7819, "upload_time": "2015-02-23T17:01:19", "url": "https://files.pythonhosted.org/packages/49/bf/40ad5292b39504fd26a53417b98488739166a63f3f3040a6871244471b3d/MailManagerPythonInterface-0.1.0.tar.gz" } ] }