{ "info": { "author": "Renjith S Raj", "author_email": "renjithsraj@live.com,srajrenjith@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\r\nDjango-Csv\r\n=====\r\n\r\nDjango-Csv-Tabulation is a simple app which is take the data from the uploaded csv file and do the cross tabulation\r\n\r\nDetailed documentation is in the \"docs\" directory.\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Add \"django-csv\" to your INSTALLED_APPS setting like this::\r\n\r\n INSTALLED_APPS = (\r\n ...\r\n 'django-csv',\r\n )\r\n\r\n2. Include the django-csv URLconf in your project urls.py like this::\r\n\r\n url(r'^', include('django-csv.urls')),\r\n\r\n3. Run `python manage.py migrate` to create the django-csv models.\r\n\r\n4. Start the development server and visit http://127.0.0.1:8000/admin/\r\n to create a csv data (you'll need the Admin app enabled).\r\n\r\n5. Visit http://127.0.0.1:8000/ to participate in the django-csv.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/renjithsraj/django-csv-app", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.example.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-csv-app", "package_url": "https://pypi.org/project/django-csv-app/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-csv-app/", "project_urls": { "Download": "https://github.com/renjithsraj/django-csv-app", "Homepage": "http://www.example.com/" }, "release_url": "https://pypi.org/project/django-csv-app/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to find the crosstabulation from the uploaded csv file.", "version": "0.1" }, "last_serial": 1678736, "releases": { "0.1": [] }, "urls": [] }