{ "info": { "author": "Amol Mundayoor", "author_email": "amol.com@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": ".. image:: https://travis-ci.org/mund/Trellopy.svg?branch=master\n :target: https://travis-ci.org/mund/Trellopy\n.. image:: https://readthedocs.org/projects/trellopy/badge/?version=latest\n :target: https://readthedocs.org/projects/trellopy/?badge=latest\n :alt: Documentation Status\n\n\n===============================\nTrellopy\n===============================\n\nA Python mockup of Trello with CLI. Trello is a very popular (and powerful) todo-list / task board. \n\n* Free software: BSD license\n* Documentation: https://trellopy.readthedocs.org.\n\nRequirements\n============\n* PyMongo (and of course, MongoDB)\n* Nose (for testing)\n\nExample\n========\n>>> import trellopy\n>>> controller = trellopy.Controller()\n>>> board = controller.add_board('Board')\n>>> list1 = board.add_list('List One')\n>>> list2 = board.add_list('List Two')\n>>> list3 = board.add_list('List Three')\n>>> list4 = board.add_list('List Four')\n>>> carda = list1.add_card('Card A')\n>>> cardb = list1.add_card('Card B')\n>>> cardc = list1.add_card('Card C')\n>>> list2.add_card(carda)\n>>> list3.rename('List 3')\n>>> list4.archive()\n>>> board.get_order()\n>>> board.reorder([2,0,3,1])\n>>> list1.get_order()\n>>> list2.reorder([2,0,1])\n>>> person = controller.new_member('Person')\n\n\n\n\nHistory\n-------\n\n0.0.0 (9999-31-12)\n---------------------\n\n* First release on PyPI.", "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/mund/trellopy", "keywords": "trellopy", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "trellopy", "package_url": "https://pypi.org/project/trellopy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/trellopy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mund/trellopy" }, "release_url": "https://pypi.org/project/trellopy/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "A Python mockup of Trello with CLI", "version": "0.0.0" }, "last_serial": 1435292, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "09a811728f0654e77593ca703d01078c", "sha256": "127dd035d6ce8852f9d45338bb2b3c066e8abf09aea8bcba47c63c8e75c7ad76" }, "downloads": -1, "filename": "trellopy-0.0.0.tar.gz", "has_sig": false, "md5_digest": "09a811728f0654e77593ca703d01078c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16073, "upload_time": "2015-02-23T20:31:15", "url": "https://files.pythonhosted.org/packages/0c/be/5e7dd14b6bdedf9dd36abeb511acd5d3cb428df14d8ad80389654dd00446/trellopy-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09a811728f0654e77593ca703d01078c", "sha256": "127dd035d6ce8852f9d45338bb2b3c066e8abf09aea8bcba47c63c8e75c7ad76" }, "downloads": -1, "filename": "trellopy-0.0.0.tar.gz", "has_sig": false, "md5_digest": "09a811728f0654e77593ca703d01078c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16073, "upload_time": "2015-02-23T20:31:15", "url": "https://files.pythonhosted.org/packages/0c/be/5e7dd14b6bdedf9dd36abeb511acd5d3cb428df14d8ad80389654dd00446/trellopy-0.0.0.tar.gz" } ] }