{ "info": { "author": "Javier de la Cueva", "author_email": "jdelacueva@derecho-internet.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=======\nIsegory\n=======\n\nIsegory is a simple Django app to declare the provenance of a dataset. A dataset\ncan be built extracting the data manually or it can be created by a script.\nA working example in Spanish language can be found at http://kelsenproject.org/\n\nQuick start\n-----------\n\n1. Add \"isegory\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'isegory',\n )\n\n2. Include the isegory URLconf in your project urls.py like this::\n\n url(r'^isegory/', include('isegory.urls')),\n\n3. Run `python manage.py syncdb` to create the isegory models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create the app (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/isegory/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jdelacueva/django-isegory/", "keywords": null, "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "django-isegory", "package_url": "https://pypi.org/project/django-isegory/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-isegory/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jdelacueva/django-isegory/" }, "release_url": "https://pypi.org/project/django-isegory/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to declare the provenance of a dataset.", "version": "0.1" }, "last_serial": 1095423, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "73c68c21a72d00a1a2f4216bce3f10eb", "sha256": "53d300129a30e09bf9330ad9f1898a543d66687852354701d2c56403ddd9b4f5" }, "downloads": -1, "filename": "django-isegory-0.1.tar.gz", "has_sig": false, "md5_digest": "73c68c21a72d00a1a2f4216bce3f10eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168359, "upload_time": "2014-05-17T13:54:53", "url": "https://files.pythonhosted.org/packages/16/1c/e3f8371bb04c5a3e68c86ae8b023947d08e26372656117178d0492e4ba39/django-isegory-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73c68c21a72d00a1a2f4216bce3f10eb", "sha256": "53d300129a30e09bf9330ad9f1898a543d66687852354701d2c56403ddd9b4f5" }, "downloads": -1, "filename": "django-isegory-0.1.tar.gz", "has_sig": false, "md5_digest": "73c68c21a72d00a1a2f4216bce3f10eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168359, "upload_time": "2014-05-17T13:54:53", "url": "https://files.pythonhosted.org/packages/16/1c/e3f8371bb04c5a3e68c86ae8b023947d08e26372656117178d0492e4ba39/django-isegory-0.1.tar.gz" } ] }