{ "info": { "author": "cansargl", "author_email": "ertugrulsarigol@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nCalendar File\n=====\n\nCalFile is a simple Django app to create a calendar file.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n----------------------\n1. Install\n pip install django-calfile\n \n2. Add \"calfile\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'calfile',\n ]\n\n3. define::\n CALFILE_DATE_FORMAT = '%d-%m-%Y %H:%M'\n\n4. Include the URLconf in your project urls.py like this::\n\n path('calfile/', include('calfile.urls')),\n\n5. Post /calfile/ with parameters (start_date, end_date).", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cansarigol/django-calfile", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-calfile", "package_url": "https://pypi.org/project/django-calfile/", "platform": "", "project_url": "https://pypi.org/project/django-calfile/", "project_urls": { "Homepage": "https://github.com/cansarigol/django-calfile" }, "release_url": "https://pypi.org/project/django-calfile/1.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to create a calendar file.", "version": "1.0" }, "last_serial": 3598882, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5009958c34a936b6cadb01d25ee544ee", "sha256": "855103bb227c737c3c5ced9afbf51f16a15d35009f70a040ab34b13576de04d1" }, "downloads": -1, "filename": "django-calfile-1.0.tar.gz", "has_sig": false, "md5_digest": "5009958c34a936b6cadb01d25ee544ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3956, "upload_time": "2018-02-16T14:39:14", "url": "https://files.pythonhosted.org/packages/60/9e/54cc411f5960da574f27e215f902e5734fdca283867aeee4c97ff4d4d646/django-calfile-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5009958c34a936b6cadb01d25ee544ee", "sha256": "855103bb227c737c3c5ced9afbf51f16a15d35009f70a040ab34b13576de04d1" }, "downloads": -1, "filename": "django-calfile-1.0.tar.gz", "has_sig": false, "md5_digest": "5009958c34a936b6cadb01d25ee544ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3956, "upload_time": "2018-02-16T14:39:14", "url": "https://files.pythonhosted.org/packages/60/9e/54cc411f5960da574f27e215f902e5734fdca283867aeee4c97ff4d4d646/django-calfile-1.0.tar.gz" } ] }