{ "info": { "author": "Philippe Lafaye", "author_email": "lafaye@emencia.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========================================\nEmencia Django Emencia.django.downloader\n========================================\n\nIntroduction\n============\n\nDownloader app like dl.free.fr in django\n\nFeatures\n========\n\n - upload a file and get a url for download it\n - protect download with a password (basic auth)\n - notify 3 users by mail about the upload\n - add a comment for notify users\n - send a notify mail to the sender \n\nInstallation\n============\n\n1) With easy_install::\n\n # easy_install emencia.django.downloader\n\n2) Python install::\n \n # python setup.py install\n\nYou could retrive source from the pypi or bitbucket:\n\n - http://bitbucket.org/rage2000/emencia.django.downloader\n - http://pypi.python.org/pypi/emencia.django.downloader\n\nInstructions\n============\n\n - Install the package in your python sys path\n - Add the app 'emencia.django.downloader' in the settings.py django project's file\n - Import urls into your root urls.py file:: \n \n (r'^downloader/', include('emencia.django.downloader.urls')),\n \n\nChangelog\n=========\n\n0.1 (First release)\n-------------------\n\n- upload file\n- protect download (by basic auth)\n- notify users by mail\n\n0.1dev (unreleased)\n-------------------\n\n- Initial release\n\nTODO\n----\n\n- delete system\n- Ajax/js progress bar", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.emencia.fr", "keywords": "", "license": "GNU Affero General Public License v3", "maintainer": null, "maintainer_email": null, "name": "emencia.django.downloader", "package_url": "https://pypi.org/project/emencia.django.downloader/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/emencia.django.downloader/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.emencia.fr" }, "release_url": "https://pypi.org/project/emencia.django.downloader/0.1/", "requires_dist": null, "requires_python": null, "summary": "Downloader app like dl.free.fr in django", "version": "0.1" }, "last_serial": 733311, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6c6839a2a2d815941d34bedf5c13a48d", "sha256": "6cfa9778b0d98e85301273b0b6ccd3c1c457fd53641a4ac79d55c16acbb1b51e" }, "downloads": -1, "filename": "emencia.django.downloader-0.1-py2.6.egg", "has_sig": false, "md5_digest": "6c6839a2a2d815941d34bedf5c13a48d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 24243, "upload_time": "2010-04-27T23:13:47", "url": "https://files.pythonhosted.org/packages/00/9d/bde8037705a8bf97b0d6cb980ad3b1e8d2bef57fb06737f67cab4134e7b4/emencia.django.downloader-0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "dc641618a7fef386f0516d96d30cb74b", "sha256": "315f886cb45bd6b9c30389a40d7d6d93c115963e87df1812a8d6d5e03db83393" }, "downloads": -1, "filename": "emencia.django.downloader-0.1.tar.gz", "has_sig": false, "md5_digest": "dc641618a7fef386f0516d96d30cb74b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21095, "upload_time": "2010-04-27T23:13:46", "url": "https://files.pythonhosted.org/packages/54/5f/5938367494f3d860cdae2bda64fee887a50b3488afd17a8eee14c3380bb3/emencia.django.downloader-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c6839a2a2d815941d34bedf5c13a48d", "sha256": "6cfa9778b0d98e85301273b0b6ccd3c1c457fd53641a4ac79d55c16acbb1b51e" }, "downloads": -1, "filename": "emencia.django.downloader-0.1-py2.6.egg", "has_sig": false, "md5_digest": "6c6839a2a2d815941d34bedf5c13a48d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 24243, "upload_time": "2010-04-27T23:13:47", "url": "https://files.pythonhosted.org/packages/00/9d/bde8037705a8bf97b0d6cb980ad3b1e8d2bef57fb06737f67cab4134e7b4/emencia.django.downloader-0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "dc641618a7fef386f0516d96d30cb74b", "sha256": "315f886cb45bd6b9c30389a40d7d6d93c115963e87df1812a8d6d5e03db83393" }, "downloads": -1, "filename": "emencia.django.downloader-0.1.tar.gz", "has_sig": false, "md5_digest": "dc641618a7fef386f0516d96d30cb74b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21095, "upload_time": "2010-04-27T23:13:46", "url": "https://files.pythonhosted.org/packages/54/5f/5938367494f3d860cdae2bda64fee887a50b3488afd17a8eee14c3380bb3/emencia.django.downloader-0.1.tar.gz" } ] }