{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Trello Freckle Sprints\n=============================\n\nA reusable Django app that helps connection Freckle time entries with Trello\ncards.\n\nOn Freckle, when you track time that has been spent on a certain card, just add\n``cXXX`` to the entry description, where ``XXX`` is the card-ID from Trello\n(you can see that in the URL when you open a card).\n\nFor more information, see chapter Usage below.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-trello-freckle-sprints\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-trello-freckle-sprints.git#egg=sprints\n\nAdd ``sprints`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'sprints',\n )\n\nAdd the ``sprints`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = [\n url(r'^sprints/', include('sprints.urls')),\n ]\n\n\nSettings\n--------\n\nTRELLO_DEVELOPER_KEY\n++++++++++++++++++++\n\nSet this to your [Trello developer key](https://trello.com/1/appKey/generate).\n\nTRELLO_DEVELOPER_SECRET\n+++++++++++++++++++++++\n\nSet this to your [Trello developer secret](https://trello.com/1/appKey/generate).\n\nTRELLO_OAUTH_TOKEN\n++++++++++++++++++\n\nTODO: Describe how to get the tokens\n\nSet this to your oauth token. To obtain your secret you can run\n``ipdb``::\n\n from trello.util import create_oauth_token\n create_oauth_token(expiration='never', scope='read', key='yourkey', secret='yoursecret')\n # follow the instructions and note down your token and secret\n\n\nTRELLO_OAUTH_TOKEN_SECRET\n+++++++++++++++++++++++++\n\nSet this to your oauth token secret.\n\nFRECKLE_API_TOKEN\n+++++++++++++++++\n\nSet this to your Freckle API token. You can find it under ``Settings > API``.\n\nFRECKLE_ACCOUNT_NAME\n++++++++++++++++++++\n\nSet this to your Freckle account name. This is the subdomain you use when\nlogging into Freckle.\n\n\nUsage\n-----\n\nSprint planning\n+++++++++++++++\n\nTo get an overview over your current backlog, visit ``/sprints/backlog/``.\nEnter the Trello board ID, the lists numbers that contain your backlog and your\nhourly rate.\n\nYou will see a table that shows the estimated time and cost for each card in\nthe selected lists. The total will give you an idea about how expensive the\nwhole project will be in total, given the current feature scope.\n\nIn order to plan your next sprint, enable the checkboxes next to each card\nuntil the selected total matches the budget or hours that you can spend on the\nsprint.\n\nSprint overview\n+++++++++++++++\n\nTo get an overview over a sprint, visit ``/sprints/sprint/``.\n\nTODO: Explain more\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-trello-freckle-sprints\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "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/bitmazk/django-trello-freckle-sprints", "keywords": "django,app,reusable,trello,letsfreckle", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-trello-freckle-sprints", "package_url": "https://pypi.org/project/django-trello-freckle-sprints/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-trello-freckle-sprints/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-trello-freckle-sprints" }, "release_url": "https://pypi.org/project/django-trello-freckle-sprints/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app that creates burndown charts based on Trello boards and Freckle entries.", "version": "0.1.1" }, "last_serial": 2100214, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "d669c95b1ad8a38f702b0b34f7c69f4c", "sha256": "09b2c9eba872022e1e547aac3f31a5e3cfa587264b24cc2c74c9c62b4aac08e0" }, "downloads": -1, "filename": "django-trello-freckle-sprints-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d669c95b1ad8a38f702b0b34f7c69f4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73046, "upload_time": "2016-05-05T06:56:51", "url": "https://files.pythonhosted.org/packages/65/d7/8d476d18c264acb853c497858d6fdd2963cade26b38e7ae337b0aab85f6b/django-trello-freckle-sprints-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d669c95b1ad8a38f702b0b34f7c69f4c", "sha256": "09b2c9eba872022e1e547aac3f31a5e3cfa587264b24cc2c74c9c62b4aac08e0" }, "downloads": -1, "filename": "django-trello-freckle-sprints-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d669c95b1ad8a38f702b0b34f7c69f4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73046, "upload_time": "2016-05-05T06:56:51", "url": "https://files.pythonhosted.org/packages/65/d7/8d476d18c264acb853c497858d6fdd2963cade26b38e7ae337b0aab85f6b/django-trello-freckle-sprints-0.1.1.tar.gz" } ] }