{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django APSara Process Module\n============================\n\n.. image:: https://travis-ci.org/bitmazk/django-aps-process.png?branch=master \n :target: https://travis-ci.org/bitmazk/django-aps-process\n\n.. image:: https://coveralls.io/repos/bitmazk/django-aps-process/badge.png \n :target: https://coveralls.io/r/bitmazk/django-aps-process\n\nThe Process module for django-apsara.\n\nInstallation\n------------\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-aps-process.git#egg=aps_process\n\nAdd ``aps_process`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'aps_process',\n )\n\nAdd the ``aps_process`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^aps-process/', include('aps_process.urls')),\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate aps_process\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\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-aps-process\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n fab test # Run the tests and check coverage\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-aps-process", "keywords": "django,app,reusable,process,aps,apsara,production,processing", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-aps-process", "package_url": "https://pypi.org/project/django-aps-process/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-aps-process/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-aps-process" }, "release_url": "https://pypi.org/project/django-aps-process/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "The Process module for django-apsara", "version": "0.1.1" }, "last_serial": 1080978, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c237e2a6beaed4592926c3f06d386dae", "sha256": "624ac7388133e20107b988ddeaae60c118e73b2deb96282ed642d3cf35f6fcc7" }, "downloads": -1, "filename": "django-aps-process-0.1.tar.gz", "has_sig": false, "md5_digest": "c237e2a6beaed4592926c3f06d386dae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14884, "upload_time": "2014-04-30T18:55:18", "url": "https://files.pythonhosted.org/packages/66/90/8e515ca2d99c65df9c1271b3df493e81c032042b99aaf4eec3ac85ce9509/django-aps-process-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "768242310f3fb71040ee22f49b453a95", "sha256": "041861897096768f8b3df37e07ef06d659c1d8c5c1e115e4e202ba79094234c2" }, "downloads": -1, "filename": "django-aps-process-0.1.1.tar.gz", "has_sig": false, "md5_digest": "768242310f3fb71040ee22f49b453a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14923, "upload_time": "2014-05-05T05:42:23", "url": "https://files.pythonhosted.org/packages/a9/2c/d14126cf4089d5e6b2147bd9e38e24f5cdfbb0639c0a18ce827827e708fe/django-aps-process-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "768242310f3fb71040ee22f49b453a95", "sha256": "041861897096768f8b3df37e07ef06d659c1d8c5c1e115e4e202ba79094234c2" }, "downloads": -1, "filename": "django-aps-process-0.1.1.tar.gz", "has_sig": false, "md5_digest": "768242310f3fb71040ee22f49b453a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14923, "upload_time": "2014-05-05T05:42:23", "url": "https://files.pythonhosted.org/packages/a9/2c/d14126cf4089d5e6b2147bd9e38e24f5cdfbb0639c0a18ce827827e708fe/django-aps-process-0.1.1.tar.gz" } ] }