{ "info": { "author": "Luis Sobrecueva", "author_email": "luis@sobrecueva.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Topic :: Text Editors :: Integrated Development Environments (IDE)" ], "description": "===========\r\nDjango-IDE\r\n===========\r\n\r\nThe Django-IDE is a web based IDE made with html5 and javascript\r\nCurrently, the following features have been written and are working:\r\n\r\n- Local storage: When you open a file once, this is copied to browser local storage, \r\n so the next times you open this file, if it has not changed, it will open intantaneusly \r\n from browser storage instead of getting it from server.\r\n- Offline mode: \r\n When you lose your connection, as it uses the local storage to save data on your browser, \r\n you can continue working in the open files and the changes generated offline will be sent \r\n to the server the next time the ide detects a connection.\r\n- Sync changes:\r\n If you are editing a file and, at the same time, other person edits it, the ide notify you\r\n of these changes and proposes you to get external changes or override with yours\r\n- Resources filter\r\n- Source code color syntax\r\n- Source code formatting\r\n\r\nInstallation\r\n============\r\n- From pypi:\r\n $pip install django-ide\r\n\r\n- From source:\r\n $python setup.py install\r\n\r\nConfiguration\r\n=============\r\n\r\nThe django-ide has two settings that can be set in `settings.py`:\r\n\r\n#. Add `djide` to your INSTALLED_APPS in your ``settings.py`` project:\r\n\r\n INSTALLED_APPS = (\r\n 'djide',\r\n#. Include djide urls in your ``urls.py`` project:\r\n\r\n urlpatterns = patterns(\r\n (r'^djide/', include('djide.urls')),\r\n\r\nRUN \r\n===\r\n$python manage.py runserver\r\nThat's it, the last command should start a local server on port 8000, now you can \r\nopen your browser and go to 127.0.0.1:8000/djide to edit your projects apps.\r\n\r\nTODOs and BUGS\r\n==============\r\nSee: https://github.com/lusob/django-ide/issues", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/lusob/django-ide/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/lusob/django-ide", "keywords": "IDE,Integrated Development Environment,Django IDE", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "django-ide", "package_url": "https://pypi.org/project/django-ide/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ide/", "project_urls": { "Download": "http://github.com/lusob/django-ide/downloads", "Homepage": "http://github.com/lusob/django-ide" }, "release_url": "https://pypi.org/project/django-ide/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "A Django app to develop Django apps", "version": "0.0.5" }, "last_serial": 1324174, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b2954f221957effb640dddf8106f21ad", "sha256": "a69cf754bcbdf0f7cd2ff4f351b17cdded07edc16762efc8141849cb0cbc9b8d" }, "downloads": -1, "filename": "django-ide-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2954f221957effb640dddf8106f21ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1165593, "upload_time": "2011-07-19T20:05:52", "url": "https://files.pythonhosted.org/packages/fa/16/243fa697ea8ad23db9972fbf88840d95f090d6c79937c01d395ce91aeb66/django-ide-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2d0291396644d19d00b48c26c94504e3", "sha256": "a3d9b5c39494bc662b9f82caa53c9f9cf11bd2b0480e637a4c736b022891aeb3" }, "downloads": -1, "filename": "django-ide-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2d0291396644d19d00b48c26c94504e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1170071, "upload_time": "2011-07-20T16:52:49", "url": "https://files.pythonhosted.org/packages/47/33/f2b2a96289871781215592bc845fed5e77f271373f700ffe7a068b62c3f8/django-ide-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "2fde634eb41ffcebc1963525c8879588", "sha256": "803b72fd3069471826e258f7a9ff6268a0c03cde3703d793ac5d80aa3ccdbd04" }, "downloads": -1, "filename": "django-ide-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2fde634eb41ffcebc1963525c8879588", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1169715, "upload_time": "2011-07-20T18:15:20", "url": "https://files.pythonhosted.org/packages/51/38/69b7c7446b8c377c621eb9fcf7b82512612e84054e2d8313a51ba173ee9e/django-ide-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ab949d9a1adec4ec041d1cbaca33f24f", "sha256": "2826ac1343c9d6d25d628eda93b7128453562d2a04b7e541714d023536684654" }, "downloads": -1, "filename": "django-ide-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ab949d9a1adec4ec041d1cbaca33f24f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1161775, "upload_time": "2011-07-23T10:36:56", "url": "https://files.pythonhosted.org/packages/74/62/41cf69a15c5851576ac1a63bfd9403d86d8d0f9fa3a4033a35dca78ffb7d/django-ide-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "85a929ecafe98da275c6b838d9f52505", "sha256": "e5a8f47bfc809af8064cb081ad710313341644ee848fde40df936f84679ac1ea" }, "downloads": -1, "filename": "django-ide-0.0.5.tar.gz", "has_sig": false, "md5_digest": "85a929ecafe98da275c6b838d9f52505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1162511, "upload_time": "2011-11-27T20:11:34", "url": "https://files.pythonhosted.org/packages/d4/9b/83c39b162ed9dc573ce169c770251950a642233da45ce551d58021de2416/django-ide-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85a929ecafe98da275c6b838d9f52505", "sha256": "e5a8f47bfc809af8064cb081ad710313341644ee848fde40df936f84679ac1ea" }, "downloads": -1, "filename": "django-ide-0.0.5.tar.gz", "has_sig": false, "md5_digest": "85a929ecafe98da275c6b838d9f52505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1162511, "upload_time": "2011-11-27T20:11:34", "url": "https://files.pythonhosted.org/packages/d4/9b/83c39b162ed9dc573ce169c770251950a642233da45ce551d58021de2416/django-ide-0.0.5.tar.gz" } ] }