{ "info": { "author": "Marco Pantaleoni", "author_email": "m.pantaleoni@softwarefabrica.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. _topics-overview:\n\n============================\nSoftwarefabrica Django Utils\n============================\n\n.. admonition:: About this document\n\n This document provides an overview of what Softwarefabrica Django Utils is.\n\n.. contents::\n :depth: 3\n\nWhat is this?\n=============\n\nThis is a library that provides many useful routines and abstractions for\napplications developed with the `Django`_ web framework.\n\nYour help and feedback is precious. Suggestions and contributions are very much\nappreciated. See below on how you can contribute.\n\nIf you want to actively collaborate and provide code, documentation, tests or\nbug fixes, please feel free to create a new Bazaar branch in Launchpad, and tell\nus about it! See the collaboration_ section for more information.\n\nAnd don't forget to check also our other `Django`_ applications,\n`softwarefabrica.django.forms`_, `softwarefabrica.django.crud`_, and\n`softwarefabrica.django.wiki`_.\n\n.. _`Django`: http://www.djangoproject.com\n.. _`softwarefabrica.django.utils`: http://pypi.python.org/pypi/softwarefabrica.django.utils\n.. _`softwarefabrica.django.forms`: http://pypi.python.org/pypi/softwarefabrica.django.forms\n.. _`softwarefabrica.django.crud`: http://pypi.python.org/pypi/softwarefabrica.django.crud\n.. _`softwarefabrica.django.wiki`: http://pypi.python.org/pypi/softwarefabrica.django.wiki\n.. _`sflib`: http://pypi.python.org/pypi/sflib\n\nFeature overview\n----------------\n\n- an handy `UUID`_ Django database field (``UUIDField``)\n- a simple search functionality to search inside the application database\n- views helper functions (to automatically populate template context with usuful\n information, a ``render_to_response`` using a ``RequestContext``, ...)\n\n.. _`UUID`: http://en.wikipedia.org/wiki/UUID\n.. _`Markdown`: http://daringfireball.net/projects/markdown/syntax\n.. _`Django`: http://www.djangoproject.com\n.. _`forms library`: http://docs.djangoproject.com/en/dev/topics/forms/\n\nPre-requisites and installation\n===============================\n\nSee the `installation guide document`_.\n\n.. _`installation guide document`: install.html\n\n.. _collaboration:\n\nHow can I contribute?\n=====================\n\nAs said, your help is precious. We'll warmly appreciate any help you'll want to\ngive. Just using this library is a reward for us, but if you want to become more\nactively involved, you are welcome!\n\nThe project has a `development home page`_ at `LaunchPad`_:\n\n https://launchpad.net/sf-django-utils\n\nThere you can file `bugs`_, suggest `enhancements`_, follow development or ask\nto become an active `team`_ member.\n\nYou can checkout the development branch using `Bazaar`_:\n\n::\n\n bzr branch lp:sf-django-utils\n\nWe'll appreciate very much if you'll want to contribute back any changes. Just\nregister your branch with `LaunchPad`_ and tell us!\n\nSource code can also be browsed `online`_.\n\n.. _`development home page`: https://launchpad.net/sf-django-utils\n.. _`LaunchPad`: http://launchpad.net\n.. _`Bazaar`: http://bazaar-vcs.org/\n.. _`online`: http://bazaar.launchpad.net/~softwarefabrica/sf-django-utils/trunk/changes\n.. _`Softwarefabrica`: https://edge.launchpad.net/softwarefabrica\n.. _`team`: https://launchpad.net/~softwarefabrica\n.. _`bugs`: https://bugs.launchpad.net/sf-django-utils\n.. _`enhancements`: https://bugs.launchpad.net/sf-django-utils\n\n\nContacts\n========\n\nIt's possible to contact the author by e-mail at the following addresses:\n\n m.pantaleoni at softwarefabrica.org\n\n panta at elasticworld.org\n\n marco.pantaleoni at gmail.com\n\n\nLICENSE\n=======\n\nThis software is covered by the GNU General Public License version 2.\nIf you want to use this software in a closed source application, you\nneed to buy a commercial license from the author.\n\nThis open source version is:\n\n Copyright (C) 2007-2008 Marco Pantaleoni. All rights reserved.\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License version 2 as\n published by the Free Software Foundation.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License along\n with this program; if not, write to the Free Software Foundation, Inc.,\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\n\nCHANGES\n-------\n\n2010-05-14 Marco Pantaleoni \n\n * modified UUIDField according to django ticket #12235\n http://code.djangoproject.com/ticket/12235\n to allow for editing models with an UUIDField primary key\n in InlineFormSets.\n\n2010-03-08 Marco Pantaleoni \n\n * added rotation support to thumbnail template filter.\n\n2010-02-28 Marco Pantaleoni \n\n * added support for 'with' statement to SyntheticUploadedFile.\n\n * added file-closing destructor to SyntheticUploadedFile.\n\n2010-02-23 Marco Pantaleoni \n\n * added json_response() to viewshelpers.py.\n\n2010-02-19 Marco Pantaleoni \n\n * added 'basename' template filter.\n\n * added simple thumbnail template filter.\n\n * added south introspection rules.\n\n2009-11-18 Marco Pantaleoni \n\n * now handles also django >= r11636 (1.2 alpha) (where LazyObject\n doesn't support anymore the get_all_members() method, but has the\n __dir__ special method).\n This should fix crud bug #483856\n https://bugs.launchpad.net/sf-django-crud/+bug/483856\n (thanks Andre`)\n\n2009-11-11 Marco Pantaleoni \n\n * removed obsolete crud.py module\n\n2009-11-08 Marco Pantaleoni \n\n * added sf_display_profile command.\n\n * added runners.py - useful test runners.\n\n * added tracequeries.py, providing a means to intercept SQL query\n execution (and optionally perform logging).\n\n2009-10-21 Marco Pantaleoni \n\n * integrated sflib.finddata.find_package_data() in setup.py\n\n2009-10-19 Marco Pantaleoni \n\n * removed legacy stuff dependencies from paginator template-tag template.\n\n2009-10-12 Marco Pantaleoni \n\n * Added softwarefabrica.django.basicauth to support HTTP Basic Auth in\n Django projects (from snippet 243: http://www.djangosnippets.org/snippets/243/)\n\n2009-10-07 Marco Pantaleoni \n\n * paginator template tag: now preserves the query string, if present.\n So the paginator now works in list views with search forms.\n\n2009-09-24 Marco Pantaleoni \n\n * paginator template tag: modernized, now uses only the django\n Paginator object.\n\n2009-05-27 Marco Pantaleoni \n\n * SyntheticUploadedFile.py: added (support for programmatically added files\n in FileField and ImageField fields).\n\n2009-05-16 Marco Pantaleoni \n\n * djangothreads.py: added (support for django thread joining).\n\n2009-05-12 Marco Pantaleoni \n\n * added expr template tag and filter library (with comparison filters and\n the ``expr`` template tag).\n\n2009-04-20 Marco Pantaleoni \n\n * middleware.logger: added get_logger() function.\n\n2009-04-20 Marco Pantaleoni \n\n * added useful middleware classes (under softwarefabrica.django.utils.middleware)\n Right now the following are available: logger.LoggingMiddleware,\n sqldebug.SqlDebugMiddleware, profile.ProfileMiddleware, stats.StatsMiddleware.\n\n2009-04-15 Marco Pantaleoni \n\n * fixed a bug in new render_to_response.\n\n2009-04-14 Marco Pantaleoni \n\n * added compiled template caching support.\n\n2009-02-20 Marco Pantaleoni \n\n * softwarefabrica/django/utils/templatetags/macros.py: added (django\n snippet nr. 363, see http://www.djangosnippets.org/snippets/363/)\n\n2009-02-19 Marco Pantaleoni \n\n * softwarefabrica/django/utils/IPv4MaskedAddressField.py: handled the u'' case\n in validation.\n\n2009-01-29 Marco Pantaleoni \n\n * softwarefabrica/django/utils/templatetags/forward_query_param.py: added.\n Provides the ``forward_query_param`` template tag.\n\n2009-01-21 Marco Pantaleoni \n\n * softwarefabrica/django/utils/templatetags/in_list.py: added.\n\n2009-01-15 Marco Pantaleoni \n\n * managers.py: added. Provides the ``QuerySetManager`` described in\n http://simonwillison.net/2008/May/1/orm/\n\n2009-01-10 Marco Pantaleoni \n\n * paginator.py paginator.html: now correctly handles pagination in\n popup windows (``is_popup`` and ``_popup`` variables, from s.d.crud\n generic views).\n\n2008-12-22 Marco Pantaleoni \n\n * IPv4MaskedAddressField can now be used with django admin too.\n\n * added a test module.\n\n * IPv4MaskedAddressField.py: added. This module provides model and form\n fields for IPv4 addresses with an optional network mask.\n\n2008-12-19 Marco Pantaleoni \n\n * added doc bundle generation.\n\n * docs/install.txt: improved installation instructions.\n\n2008-12-18 Marco Pantaleoni \n\n * Makefile: updated to build for all supported python versions\n (2.4, 2.5, 2.6)\n Fixed.\n\n * added extensive documentation.\n\n2008-12-17 Marco Pantaleoni \n\n * setup.py: Added specific ('uuid') dependency for Python 2.4\n\n2008-12-16 Marco Pantaleoni \n\n * Removed obsolete material.\n\n2008-12-01 Marco Pantaleoni \n\n * softwarefabrica/django/utils/templatetags/paginator.py: template\n is now 'utils/paginator.html'\n\n * softwarefabrica/django/utils/templates/utils/paginator.html:\n added.\n\n2008-11-25 Marco Pantaleoni \n\n * softwarefabrica/django/utils/templatetags/sitevars.py\n (SitevarsNode.render): made Django `Site` framework optional.\n\n * softwarefabrica/django/utils/viewshelpers.py (context_vars):\n made Django `Site` framework optional.\n\n * setup.py: set zip_safe to False (since we include templates and tests).\n\n2008-11-24 Marco Pantaleoni \n\n * Removed unused empty tests. Updated datetimewidget.py and\n relatedwidget.py\n\n * Changed references to 'newforms' into 'forms'.\n\n * README.txt: Updated.\n\n * Integrated setuptools and packages as\n 'softwarefabrica.django.utils'\n\n2008-11-02 Marco Pantaleoni \n\n * templatetags/sitevars.py: added - {% sitevars %} template\n tag that populates the context with project variables.\n\n2008-10-29 Marco Pantaleoni \n\n * crud.py: added - Object-Oriented generic views and respective\n functional support adapters. Also present classes that add\n 'fieldorder' support to ModelForms and templated forms.\n\n2008-10-25 Marco Pantaleoni \n\n * usearch.py: added - super-simple search support.\n\n2008-10-19 Marco Pantaleoni \n\n * UUIDField.py: added - UUID field.\n\n2008-10-27 Marco Pantaleoni \n\n * templatetags/paginator.py: modernized and added\n 'template_object_name' parameter (defaults to 'object').\n\n2008-09-04 Marco Pantaleoni \n\n * viewshelpers.py: modernized, removed functional generic views.\n\n2008-09-02 Marco Pantaleoni \n\n * forms.py mlforms.py: modernized (adapted to support also django-1.0)\n\n2008-05-30 Marco Pantaleoni \n\n * added DateRangeWidget and DateRangeField.\n\n2008-05-29 Marco Pantaleoni \n\n * added white space in id field (edit form), to separate it when no\n value is present.\n\n2008-05-27 Marco Pantaleoni \n\n * added (non-editable) 'id' support to table forms.\n\n2008-05-26 Marco Pantaleoni \n\n * changed date format to 'dd/mm/yyyy'\n\n * removed '--' in empty FK also from detail view\n\n2008-05-22 Marco Pantaleoni \n\n * removed \"--\" from empty related widgets.\n\n2008-05-21 Marco Pantaleoni \n\n * added missing classes 'value' and 'label'.\n\n * fixed (commented) formfield_search_cb().\n\n * relatedwidget.py: improved. Added support for creation.\n\n * relatedwidget.py foreign.html: added support for textual representation\n of selected records.\n\n * tableforms.py: now uses the functions copied to erp.forms\n\n2008-05-20 Marco Pantaleoni \n\n * datetimewidget.py: added mark_safe() calls.\n\n2008-05-15 Marco Pantaleoni \n\n * tableforms.py: fixed bug ('coldwidth' -> 'colwidth', for FormRow).\n\n2008-05-14 Marco Pantaleoni \n\n * tableforms.py (FormField_operator_get_HTML_entity.Perform):\n removed TD in error list.\n\n * tableforms.py (FormField_operator_get_HTML_entity.Perform): adds\n 'label' and 'value' to fields.\n\n * datetimewidget.py: switched from to CSS.\n\n * tableforms.py\n (FormField_operator_get_view_HTML_entity.Perform): translated db\n choice in text form in detail view.\n\n * tableforms.py (FormField_operator_get_view_HTML_entity.Perform):\n return icon in detail view for boolean fields.\n\n * tableforms.py: defaulted to italian date format.\n\n * datetimewidget.py: defaulted to italian date format.\n\n * datetimewidget.py: added 'date' css attribute to widget.\n\n2008-05-13 Marco Pantaleoni \n\n * tableforms.py: adapted for split in DateTimeWidget and\n DateWidget.\n\n * forms.py: adapted for split in DateTimeWidget and DateWidget.\n\n * datetimewidget.py: split in DateTimeWidget and DateWidget.\n\n * templates/utils/widget/foreign.html: removed 'folder' icon\n (detail view).\n\n * tableforms.py (formfield_cb) relatedwidget.py: fixed required\n field bug for \"ForeignKey\"s.\n\n * viewshelpers.py: Added translation to messages.\n\n2008-05-06 Marco Pantaleoni \n\n * tableforms.py (build_query_from_form): fixed bug: now handles\n also missing fields in form_data and searches with related fields\n (RelatedField).\n\n2008-04-28 Marco Pantaleoni \n\n * relatedwidget.py (RelatedItemWidget.value_from_datadict): fixed\n validation bug.\n\n * tableforms.py: return link to detail view for foreign keys in detail\n view \"form\".\n\n2008-04-27 Marco Pantaleoni \n\n * tableforms.py: boolean fields are rendered with a 3-way select in\n search forms.\n\n * tableforms.py (FormField_operator_get_HTML_entity.Perform): fixed\n ForeignKey label extraction.\n\n2008-04-26 Marco Pantaleoni \n\n * added 'model' and 'meta' to delete_object() and edit_object() template\n context.\n\n2008-04-26 Marco Pantaleoni \n\n * tableforms.py: renamed getElementName() into getElementTypeName(), and\n getElementsByName() into getElementsByTypeName().\n Added getElementName() returning the passed 'name' parameter value, if\n present.\n Added getElementsByName() and getElementByName().\n Added 'name' paremeter query in getElements().\n\n * templates/utils/widget/foreign.html: added and\n .\n\n2008-04-25 Marco Pantaleoni \n\n * tableforms.py: added some DOM navigation functions.\n Added fields (FormField, django field, db field) extraction functions.\n Now django forms are created with only the fields present in tableforms\n Form (passing 'fields').\n\n2008-04-22 Marco Pantaleoni \n\n * tableforms.py: now emits toggleFormGroup().\n\n2008-04-22 Marco Pantaleoni \n\n * tableforms.py (Form.make_formclass): moved formclass creation out of\n the constructor, so to allow late injection of a different form metaclass.\n\n * tableforms.py: added build_query_from_form() to Form class.\n Now it's also possible to pass the (newforms) form metaclass to the Form\n constructor. A SearchModelFormTable metaclass has been added to be used\n when making search forms (it keeps all fields as optional).\n\n * viewshelpers.py: updated object_list() generic view to match\n recent django.\n\n2008-04-21 Marco Pantaleoni \n\n * viewshelpers.py: fixed opts.verbose_name proxy string issue\n (forcing unicode).\n Made more uniform template search.\n Added object_detail() generic view.\n Improved comments.\n\n * tableforms.py: added get_view_HTML_entity operation for detail views.\n\n * relatedwidget.py: removed unused select_btn and new_btn strings.\n\n2008-04-19 Marco Pantaleoni \n\n * templates/: added.\n\n * tableforms.py: integrated support for foreign key fields\n (relatedwidget).\n\n * relatedwidget.py: added.\n\n * viewshelpers.py: added static_media_images_prefix() and\n static_media_js_prefix().\n\n2008-04-06 Marco Pantaleoni \n\n * tableforms.py: added multiple generation operation backends\n (get_HTML_entity, get_pages_HTML_entity, get_page_ids).\n Small improvements. Added support to form group javascript.\n\n2008-04-05 Marco Pantaleoni \n\n * templatetags/paginator.py templatetags/urlsave.py: added.\n\n * tableforms.py: implemented visitor pattern based generation of\n HTML content.\n\n * viewshelpers.py: added object_list() (based on django generic\n view).\n\n2008-04-02 Marco Pantaleoni \n\n * tableforms.py: Added.\n\n2008-02-17 Marco Pantaleoni \n\n * newforms_crud.py (create_object, update_object): added the\n possibility of passing initial values to forms in form_for_model()\n and form_for_instance().\n\n * viewshelpers.py: settings.STATIC_MEDIA_PREFIX is not strictly\n required anymore. The static_media_prefix() function tries to\n determine the correct value, with a sensible fallback.\n\n2007-11-22 Marco Pantaleoni \n\n * Created (with bits from portal, a lot of bits...)", "description_content_type": null, "docs_url": "https://pythonhosted.org/softwarefabrica.django.utils/", "download_url": "http://pypi.python.org/packages/source/s/softwarefabrica.django.utils/softwarefabrica.django.utils-1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/softwarefabrica.django.utils/", "keywords": "utility utilities django foundation softwarefabrica", "license": "GNU GPL v2", "maintainer": null, "maintainer_email": null, "name": "softwarefabrica.django.utils", "package_url": "https://pypi.org/project/softwarefabrica.django.utils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/softwarefabrica.django.utils/", "project_urls": { "Download": "http://pypi.python.org/packages/source/s/softwarefabrica.django.utils/softwarefabrica.django.utils-1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m.tar.gz", "Homepage": "http://pypi.python.org/pypi/softwarefabrica.django.utils/" }, "release_url": "https://pypi.org/project/softwarefabrica.django.utils/1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m/", "requires_dist": null, "requires_python": null, "summary": "Utility module for SoftwareFabrica django projects", "version": "1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m" }, "last_serial": 799815, "releases": { "1.0dev-BZR-r101-panta-elasticworld.org-20091118083244-inh0tj0d73fcdz14": [ { "comment_text": "", "digests": { "md5": "cc18b83a997597b45b1eab691545c4dd", "sha256": "4278469af18ae5aaad811072a17625b5195c24671aedd74b12b6348e7f4f76d0" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r101_panta_elasticworld.org_20091118083244_inh0tj0d73fcdz14-py2.4.egg", "has_sig": false, "md5_digest": "cc18b83a997597b45b1eab691545c4dd", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 91824, "upload_time": "2009-11-18T09:35:38", "url": "https://files.pythonhosted.org/packages/d7/60/ddf27f534aaa2a8c26518777a220f944ea1146bb5fef818df4c54688d223/softwarefabrica.django.utils-1.0dev_BZR_r101_panta_elasticworld.org_20091118083244_inh0tj0d73fcdz14-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2e67adb54901a509465f09dd3ada3806", "sha256": "ed20f36bf640e218d5ec65feb3e52a4b5d80d82b23b5f25f9b2b23b78f5fa0e1" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r101_panta_elasticworld.org_20091118083244_inh0tj0d73fcdz14-py2.5.egg", "has_sig": false, "md5_digest": "2e67adb54901a509465f09dd3ada3806", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 93515, "upload_time": "2009-11-18T09:35:28", "url": "https://files.pythonhosted.org/packages/1e/d2/b005aeb6103d237c21a59f4f11765d5b7d23bcd51a531458f7afd2a27f2c/softwarefabrica.django.utils-1.0dev_BZR_r101_panta_elasticworld.org_20091118083244_inh0tj0d73fcdz14-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "db5460ab8b66155de08a0e665a468357", "sha256": "c3d53e5ae4c09090883215e459dcbc01b9e2e4e2a8843238512b797b92c753cc" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r101_panta_elasticworld.org_20091118083244_inh0tj0d73fcdz14-py2.6.egg", "has_sig": false, "md5_digest": "db5460ab8b66155de08a0e665a468357", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 93416, "upload_time": "2009-11-18T09:35:54", "url": "https://files.pythonhosted.org/packages/a0/87/8babf7c16baf38a801f09223006aed2b35558c5ce45e12c192e62d1f6e17/softwarefabrica.django.utils-1.0dev_BZR_r101_panta_elasticworld.org_20091118083244_inh0tj0d73fcdz14-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "6a3b36e940ff3922645dde61e65b22e0", "sha256": "ad7db3f144af1af9881997448adbadaa69b11b12891410ab7476b72343a8c73e" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r101-panta-elasticworld.org-20091118083244-inh0tj0d73fcdz14.tar.gz", "has_sig": false, "md5_digest": "6a3b36e940ff3922645dde61e65b22e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69095, "upload_time": "2009-11-18T09:35:26", "url": "https://files.pythonhosted.org/packages/4e/1f/709924e9f02fcd3689019f9780cf153c0f3055fc7de8966583c97e7cc318/softwarefabrica.django.utils-1.0dev-BZR-r101-panta-elasticworld.org-20091118083244-inh0tj0d73fcdz14.tar.gz" } ], "1.0dev-BZR-r102-panta-elasticworld.org-20100219074447-0jgstkbnpansadps": [ { "comment_text": "", "digests": { "md5": "89f4978b3fb6b67d9a180b236dd63bc9", "sha256": "c1d59fb6d5459f3e8d202e54f9733a9e4ccdcd6284fcc9efffabe20d48d6c255" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r102_panta_elasticworld.org_20100219074447_0jgstkbnpansadps-py2.4.egg", "has_sig": false, "md5_digest": "89f4978b3fb6b67d9a180b236dd63bc9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 93322, "upload_time": "2010-02-19T08:52:53", "url": "https://files.pythonhosted.org/packages/02/ef/173ab92e5ec3a254661042f20d2e1e64c0766ae997d353a4e8f71c1baf16/softwarefabrica.django.utils-1.0dev_BZR_r102_panta_elasticworld.org_20100219074447_0jgstkbnpansadps-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "9ae7fc1b740eee2e04b89cecb754e1ed", "sha256": "22e659b3fe021ade8e3007caea6065f6675a9126a2149021fd52f678fe430417" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r102_panta_elasticworld.org_20100219074447_0jgstkbnpansadps-py2.5.egg", "has_sig": false, "md5_digest": "9ae7fc1b740eee2e04b89cecb754e1ed", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 95017, "upload_time": "2010-02-19T08:53:26", "url": "https://files.pythonhosted.org/packages/8a/40/844747db6d305d7de55336d574aaa641814f355e674b48d88062b4fe9cf0/softwarefabrica.django.utils-1.0dev_BZR_r102_panta_elasticworld.org_20100219074447_0jgstkbnpansadps-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "2488e0cbd76e3761d183f7113c1bafcf", "sha256": "1ff4bea9be4745fac46f2cf3b2648ad9bb0d2b2e60fbf97380cceba22297787f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r102_panta_elasticworld.org_20100219074447_0jgstkbnpansadps-py2.6.egg", "has_sig": false, "md5_digest": "2488e0cbd76e3761d183f7113c1bafcf", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 94913, "upload_time": "2010-02-19T08:52:44", "url": "https://files.pythonhosted.org/packages/a3/3d/219022ab33f625f463fd71375a52f5ede835043d352a45c1cd177d7fee57/softwarefabrica.django.utils-1.0dev_BZR_r102_panta_elasticworld.org_20100219074447_0jgstkbnpansadps-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "7f6084a27f5a9888972200df801f75e3", "sha256": "96022209993429c9694403866955bcbc042126198f393901dbb217d296cd6101" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r102-panta-elasticworld.org-20100219074447-0jgstkbnpansadps.tar.gz", "has_sig": false, "md5_digest": "7f6084a27f5a9888972200df801f75e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68057, "upload_time": "2010-02-19T08:52:42", "url": "https://files.pythonhosted.org/packages/ff/c3/79bfaff0d5fab3a632f74ea147ae0c49dbb009ed45d27c0cf0a9271f5c0d/softwarefabrica.django.utils-1.0dev-BZR-r102-panta-elasticworld.org-20100219074447-0jgstkbnpansadps.tar.gz" } ], "1.0dev-BZR-r103-panta-elasticworld.org-20100219080001-n217vif76rnpstai": [ { "comment_text": "", "digests": { "md5": "ebbba8ccef31b1c0926606ef2d3fd8d1", "sha256": "a3b981f5f72455d880874253932da95645f6f532398b4ed1637c9eabb3c78efc" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r103_panta_elasticworld.org_20100219080001_n217vif76rnpstai-py2.4.egg", "has_sig": false, "md5_digest": "ebbba8ccef31b1c0926606ef2d3fd8d1", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 92706, "upload_time": "2010-02-19T09:01:18", "url": "https://files.pythonhosted.org/packages/e9/d3/0b03bad47a13e814270a7e347c6ad2a47409a0d0751d1442b8f592162611/softwarefabrica.django.utils-1.0dev_BZR_r103_panta_elasticworld.org_20100219080001_n217vif76rnpstai-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "302b80aa54a08c9936bc3c226c14c5f7", "sha256": "a64b290820f89ffc9d383f0a7189a0fe3d21ba399d2f7ce903c160b161ce5607" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r103_panta_elasticworld.org_20100219080001_n217vif76rnpstai-py2.5.egg", "has_sig": false, "md5_digest": "302b80aa54a08c9936bc3c226c14c5f7", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 94392, "upload_time": "2010-02-19T09:01:36", "url": "https://files.pythonhosted.org/packages/e2/0e/3fcf419d65693f68f112242286b204952550a5c19f336e9bba623ff31390/softwarefabrica.django.utils-1.0dev_BZR_r103_panta_elasticworld.org_20100219080001_n217vif76rnpstai-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "d6eaba69e44f1c83b3eca115c42b6b4e", "sha256": "f28297cfce5a79d4f2f41416bc38f981baf233a3c768aceec1acf2889d9844ae" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r103_panta_elasticworld.org_20100219080001_n217vif76rnpstai-py2.6.egg", "has_sig": false, "md5_digest": "d6eaba69e44f1c83b3eca115c42b6b4e", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 94286, "upload_time": "2010-02-19T09:01:10", "url": "https://files.pythonhosted.org/packages/54/7b/9be942fdb0fa930a0c193ec1cfabd0668b73fefce4a9a43d25e92f020ad4/softwarefabrica.django.utils-1.0dev_BZR_r103_panta_elasticworld.org_20100219080001_n217vif76rnpstai-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9e31d46e1c000f2e22ca33a10b4da4df", "sha256": "2dbe9b46c0144ac6798805c3126597640c54250b3c85e6278a5ff610df6eecfc" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r103-panta-elasticworld.org-20100219080001-n217vif76rnpstai.tar.gz", "has_sig": false, "md5_digest": "9e31d46e1c000f2e22ca33a10b4da4df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67919, "upload_time": "2010-02-19T09:01:07", "url": "https://files.pythonhosted.org/packages/32/fb/0a97ca60379741a2f98502cd543d12dbba602a8bae61212464c9f94711db/softwarefabrica.django.utils-1.0dev-BZR-r103-panta-elasticworld.org-20100219080001-n217vif76rnpstai.tar.gz" } ], "1.0dev-BZR-r104-panta-elasticworld.org-20100219081117-8qu2ngmwluuab2ym": [ { "comment_text": "", "digests": { "md5": "f70b562b19ef0b296e290fcbfc92d7ce", "sha256": "fdbfdf1a060bf7b8707838ffccc256d3396325059e4698786afd7839852e4cbe" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r104_panta_elasticworld.org_20100219081117_8qu2ngmwluuab2ym-py2.4.egg", "has_sig": false, "md5_digest": "f70b562b19ef0b296e290fcbfc92d7ce", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 92757, "upload_time": "2010-02-19T09:17:20", "url": "https://files.pythonhosted.org/packages/94/3c/e76a0b44c7232aafa0f9bcc34053df9276ef4489489e420059a494734598/softwarefabrica.django.utils-1.0dev_BZR_r104_panta_elasticworld.org_20100219081117_8qu2ngmwluuab2ym-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "cdcffbfc6d3ebc32f2b88c278939fd9c", "sha256": "e95a6f5caecd5a6d65fffc404658a32582d547d95aabc098c560b304710f9f63" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r104_panta_elasticworld.org_20100219081117_8qu2ngmwluuab2ym-py2.5.egg", "has_sig": false, "md5_digest": "cdcffbfc6d3ebc32f2b88c278939fd9c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 94443, "upload_time": "2010-02-19T09:17:33", "url": "https://files.pythonhosted.org/packages/ef/f5/566f1704d46837cc42a8dcf286ba14bc7cd6bdb1c90dcd412702486263e9/softwarefabrica.django.utils-1.0dev_BZR_r104_panta_elasticworld.org_20100219081117_8qu2ngmwluuab2ym-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "270a2a088506fa12b03ffb9d9524406b", "sha256": "13a5748048f7623d778489fb5e5bd04143b24af459e1a6d457bf96a2261ae328" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r104_panta_elasticworld.org_20100219081117_8qu2ngmwluuab2ym-py2.6.egg", "has_sig": false, "md5_digest": "270a2a088506fa12b03ffb9d9524406b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 94335, "upload_time": "2010-02-19T09:17:13", "url": "https://files.pythonhosted.org/packages/ac/8c/5686e3a5cde3fc99886d8e6f041f7a5732579575c5d5126345ba8bb92ad9/softwarefabrica.django.utils-1.0dev_BZR_r104_panta_elasticworld.org_20100219081117_8qu2ngmwluuab2ym-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "c57f994010bb6fb05ca45f1bcd996453", "sha256": "e7f1470d010de20b58a1b86d6e6d731405b778b3c815c3855c1182731529c14e" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r104-panta-elasticworld.org-20100219081117-8qu2ngmwluuab2ym.tar.gz", "has_sig": false, "md5_digest": "c57f994010bb6fb05ca45f1bcd996453", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67942, "upload_time": "2010-02-19T09:17:11", "url": "https://files.pythonhosted.org/packages/99/e2/6ad87289608a336ecae125b07ca2da66cb12d880b7b7be9c0aafdbba4113/softwarefabrica.django.utils-1.0dev-BZR-r104-panta-elasticworld.org-20100219081117-8qu2ngmwluuab2ym.tar.gz" } ], "1.0dev-BZR-r105-panta-elasticworld.org-20100219154414-9erbqfuchgedif70": [ { "comment_text": "", "digests": { "md5": "f1b0f3fe73d01d7c08a683c57966e365", "sha256": "01216316459a6ec9202bcf0b514cc87e8db30f8737656654eff77555ad3bcde0" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r105_panta_elasticworld.org_20100219154414_9erbqfuchgedif70-py2.4.egg", "has_sig": false, "md5_digest": "f1b0f3fe73d01d7c08a683c57966e365", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 94830, "upload_time": "2010-02-19T16:45:15", "url": "https://files.pythonhosted.org/packages/de/4a/0088fcb9432a928a13bc177c11518c33b75b946505f6a8fb24e7c0128552/softwarefabrica.django.utils-1.0dev_BZR_r105_panta_elasticworld.org_20100219154414_9erbqfuchgedif70-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2791c9cff981c3ede3d7433c5e52fea6", "sha256": "29ad32e354c6b96083c74e019fc469590ac76dfe9739ae6b39fd77124686a05d" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r105_panta_elasticworld.org_20100219154414_9erbqfuchgedif70-py2.5.egg", "has_sig": false, "md5_digest": "2791c9cff981c3ede3d7433c5e52fea6", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 96474, "upload_time": "2010-02-19T16:45:53", "url": "https://files.pythonhosted.org/packages/d7/f1/967cfe5add0ac9f36258e1db31cb2d41aaf9d47f08e1eafd40cb14e25573/softwarefabrica.django.utils-1.0dev_BZR_r105_panta_elasticworld.org_20100219154414_9erbqfuchgedif70-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "90d09dc25614975d4665dce323e2d554", "sha256": "688de811650a87e01e02e40e849d35fd372495c21f23d386088fb8c8a99cece7" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r105_panta_elasticworld.org_20100219154414_9erbqfuchgedif70-py2.6.egg", "has_sig": false, "md5_digest": "90d09dc25614975d4665dce323e2d554", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 96371, "upload_time": "2010-02-19T16:45:05", "url": "https://files.pythonhosted.org/packages/78/31/5ce075549c3131cd9e8cd1bbcfe00c2812271949742b4e54ccccb3eda795/softwarefabrica.django.utils-1.0dev_BZR_r105_panta_elasticworld.org_20100219154414_9erbqfuchgedif70-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "8b4381108345956a2e1600ba83ba7e51", "sha256": "c3d52072e7776203393a025fdb48d245c33341f4888409c0864a6f490422526b" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r105-panta-elasticworld.org-20100219154414-9erbqfuchgedif70.tar.gz", "has_sig": false, "md5_digest": "8b4381108345956a2e1600ba83ba7e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68555, "upload_time": "2010-02-19T16:45:03", "url": "https://files.pythonhosted.org/packages/bd/ed/6d2195406cd269a5b70da09b85486b01c0e9073060d4f37000d04171429b/softwarefabrica.django.utils-1.0dev-BZR-r105-panta-elasticworld.org-20100219154414-9erbqfuchgedif70.tar.gz" } ], "1.0dev-BZR-r106-panta-elasticworld.org-20100219165140-txgp1aqdqrm37swu": [ { "comment_text": "", "digests": { "md5": "310886dff7bbc25d477324acf6c0becf", "sha256": "469a90ff35106a307cd55ffcc91e3ac6c8427b11b9a7d8586e7002223cd74b6b" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r106_panta_elasticworld.org_20100219165140_txgp1aqdqrm37swu-py2.4.egg", "has_sig": false, "md5_digest": "310886dff7bbc25d477324acf6c0becf", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 95805, "upload_time": "2010-02-19T17:52:47", "url": "https://files.pythonhosted.org/packages/0e/a2/10d112a4153b1f48f5c6a06aae459b6847903115424828734098bf2477cb/softwarefabrica.django.utils-1.0dev_BZR_r106_panta_elasticworld.org_20100219165140_txgp1aqdqrm37swu-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c295cdf28d6dab93a9ac5cb62e4cfa8f", "sha256": "6b0005c96e2333ed915a9532d5e325f5e2ee9d9dba8aa560e621fd048f7fc929" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r106_panta_elasticworld.org_20100219165140_txgp1aqdqrm37swu-py2.5.egg", "has_sig": false, "md5_digest": "c295cdf28d6dab93a9ac5cb62e4cfa8f", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 97455, "upload_time": "2010-02-19T17:53:11", "url": "https://files.pythonhosted.org/packages/f7/f6/5c78ad229d4dcac1150d9400327a876c278319947d2adc43a9720d7a45b1/softwarefabrica.django.utils-1.0dev_BZR_r106_panta_elasticworld.org_20100219165140_txgp1aqdqrm37swu-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "9a191e4118f906e10ec255e1fb6007ca", "sha256": "0e72162c57e8ee7dc180ef5138c32f976b4f324a0b28c6f5a387b67fc2f26e67" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r106_panta_elasticworld.org_20100219165140_txgp1aqdqrm37swu-py2.6.egg", "has_sig": false, "md5_digest": "9a191e4118f906e10ec255e1fb6007ca", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 97349, "upload_time": "2010-02-19T17:52:35", "url": "https://files.pythonhosted.org/packages/a4/0a/b5864c5482dbf44e360f1d19f36fef5748b08bbe70d47723fbf5e90079e6/softwarefabrica.django.utils-1.0dev_BZR_r106_panta_elasticworld.org_20100219165140_txgp1aqdqrm37swu-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "7ca8839cad4721c347862aa241e41360", "sha256": "d92054dd88b30dd2c0fd18baadc48936cc88ae1dec6b6b121272ed923293e5eb" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r106-panta-elasticworld.org-20100219165140-txgp1aqdqrm37swu.tar.gz", "has_sig": false, "md5_digest": "7ca8839cad4721c347862aa241e41360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68660, "upload_time": "2010-02-19T17:52:32", "url": "https://files.pythonhosted.org/packages/e8/db/264305085362efae2142b04244306a91600e50c81d8896dafcc6588605b3/softwarefabrica.django.utils-1.0dev-BZR-r106-panta-elasticworld.org-20100219165140-txgp1aqdqrm37swu.tar.gz" } ], "1.0dev-BZR-r107-panta-elasticworld.org-20100223155814-mz3epxorhsotne0o": [ { "comment_text": "", "digests": { "md5": "71e210df417ebfff077055ba5883411a", "sha256": "37b83fceaacca2cf5ee5d40e9aed47d1f7a11cd57cee147e50635e63688cc702" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r107_panta_elasticworld.org_20100223155814_mz3epxorhsotne0o-py2.4.egg", "has_sig": false, "md5_digest": "71e210df417ebfff077055ba5883411a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96336, "upload_time": "2010-02-23T16:59:25", "url": "https://files.pythonhosted.org/packages/05/72/7cc290404797e965acdf31712473d40d4898b45fa2689c3b77d261186e88/softwarefabrica.django.utils-1.0dev_BZR_r107_panta_elasticworld.org_20100223155814_mz3epxorhsotne0o-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "784e72af0f022fb0500dbaa29f34d595", "sha256": "ac654d9ed4ce8106e01d6642179a8208c1b14794ad35dce07a123214f37cf1c2" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r107_panta_elasticworld.org_20100223155814_mz3epxorhsotne0o-py2.5.egg", "has_sig": false, "md5_digest": "784e72af0f022fb0500dbaa29f34d595", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 97973, "upload_time": "2010-02-23T16:59:45", "url": "https://files.pythonhosted.org/packages/c6/73/1285d6c3dd89789fd369ff8a6fee02d0844ac9351336491313c85e953007/softwarefabrica.django.utils-1.0dev_BZR_r107_panta_elasticworld.org_20100223155814_mz3epxorhsotne0o-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "6214a0afea8ca966da7fc6eef223fe16", "sha256": "76c87a3178268b4b85cd095f3784740fd176c6f270633acfa40ee756b64e8e80" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r107_panta_elasticworld.org_20100223155814_mz3epxorhsotne0o-py2.6.egg", "has_sig": false, "md5_digest": "6214a0afea8ca966da7fc6eef223fe16", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 97866, "upload_time": "2010-02-23T16:59:14", "url": "https://files.pythonhosted.org/packages/8b/24/f1d5efa10d8de6d9065fefe64acf38bf80cef1f43215f4cad09f94e9db34/softwarefabrica.django.utils-1.0dev_BZR_r107_panta_elasticworld.org_20100223155814_mz3epxorhsotne0o-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "90a7e19a9cb4313c3bf0322ea3407cda", "sha256": "509aad8048ae2f24cbc6cfda7352c4802344d3054e4abc5d37d08563c2d2dfb8" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r107-panta-elasticworld.org-20100223155814-mz3epxorhsotne0o.tar.gz", "has_sig": false, "md5_digest": "90a7e19a9cb4313c3bf0322ea3407cda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68909, "upload_time": "2010-02-23T16:59:10", "url": "https://files.pythonhosted.org/packages/b0/2e/4039c4865c50a83e2da946899f7a6eae634a83bf5da343d62e0673453e19/softwarefabrica.django.utils-1.0dev-BZR-r107-panta-elasticworld.org-20100223155814-mz3epxorhsotne0o.tar.gz" } ], "1.0dev-BZR-r108-panta-elasticworld.org-20100223160746-362tylcagne0645h": [ { "comment_text": "", "digests": { "md5": "865f61ab0015a9487b1bf1ef5aaebf0c", "sha256": "aa6c6b4d7388386da4e68447deb071c5b2a95e0d61bafa9ccdd05ce91ed7773f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r108_panta_elasticworld.org_20100223160746_362tylcagne0645h-py2.4.egg", "has_sig": false, "md5_digest": "865f61ab0015a9487b1bf1ef5aaebf0c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96324, "upload_time": "2010-02-23T17:08:54", "url": "https://files.pythonhosted.org/packages/36/c2/d19e6990a04e18c04f4e747d264e5c162c5fbe444c88a273a22b7de36e81/softwarefabrica.django.utils-1.0dev_BZR_r108_panta_elasticworld.org_20100223160746_362tylcagne0645h-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5fe50f0fdc4bfd955795eca08c3e0a0c", "sha256": "af12127aa62b98eb250335e3361ffd8cb8a1c238898381700d4a0adcf9fad277" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r108_panta_elasticworld.org_20100223160746_362tylcagne0645h-py2.5.egg", "has_sig": false, "md5_digest": "5fe50f0fdc4bfd955795eca08c3e0a0c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 97945, "upload_time": "2010-02-23T17:09:14", "url": "https://files.pythonhosted.org/packages/b7/6c/b9374a33865b00c9f011d154bbf3a82b287474d05e1b465c531b876b97b9/softwarefabrica.django.utils-1.0dev_BZR_r108_panta_elasticworld.org_20100223160746_362tylcagne0645h-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "e098c99cdf139f99a89287604d246e30", "sha256": "251d9cf2d0a2b46074dca9064957677a7c0a4b02d391d9dfc6720865952a6503" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r108_panta_elasticworld.org_20100223160746_362tylcagne0645h-py2.6.egg", "has_sig": false, "md5_digest": "e098c99cdf139f99a89287604d246e30", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 97836, "upload_time": "2010-02-23T17:08:46", "url": "https://files.pythonhosted.org/packages/87/78/e9e284340a0900eba3ff1064debb2cbc52f47d97ccd1b1bbc37d0d94b725/softwarefabrica.django.utils-1.0dev_BZR_r108_panta_elasticworld.org_20100223160746_362tylcagne0645h-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "77798c2b5b18b1510fc05c2a47933160", "sha256": "ba4f7109249bfa4b39ed0089002fe60a7978b0cfaa9e3f09b34db20e97507b4d" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r108-panta-elasticworld.org-20100223160746-362tylcagne0645h.tar.gz", "has_sig": false, "md5_digest": "77798c2b5b18b1510fc05c2a47933160", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68915, "upload_time": "2010-02-23T17:08:44", "url": "https://files.pythonhosted.org/packages/a3/32/67e6acdebc11fcaf5dbc0147a50a2b922c0b0c6ac36c38f31632513d77be/softwarefabrica.django.utils-1.0dev-BZR-r108-panta-elasticworld.org-20100223160746-362tylcagne0645h.tar.gz" } ], "1.0dev-BZR-r109-panta-elasticworld.org-20100224171922-2a2lvujx3dkleapv": [ { "comment_text": "", "digests": { "md5": "4754a8f37dc7bd3edabcea7abd3717f5", "sha256": "f66962764bf47f79af8b85ecce2ba39d49868a30f68b1d76dd7c928a5bc70f36" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r109_panta_elasticworld.org_20100224171922_2a2lvujx3dkleapv-py2.4.egg", "has_sig": false, "md5_digest": "4754a8f37dc7bd3edabcea7abd3717f5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96325, "upload_time": "2010-02-24T18:20:38", "url": "https://files.pythonhosted.org/packages/db/2f/77ca35d158822ad53d61d5eff28223719a01cd068c41fc031498ac65eaa7/softwarefabrica.django.utils-1.0dev_BZR_r109_panta_elasticworld.org_20100224171922_2a2lvujx3dkleapv-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2433f0f27f209b8988f3dc919171f65b", "sha256": "d14ed1f47f9f2cb8a6eb6ee247512ff388324cd10530a057132a100bdc10413f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r109_panta_elasticworld.org_20100224171922_2a2lvujx3dkleapv-py2.5.egg", "has_sig": false, "md5_digest": "2433f0f27f209b8988f3dc919171f65b", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 97943, "upload_time": "2010-02-24T18:21:07", "url": "https://files.pythonhosted.org/packages/7e/10/05f69747745fdb0abd9763ed22110a667a8694d6b7ba7ca03cc67eeb8293/softwarefabrica.django.utils-1.0dev_BZR_r109_panta_elasticworld.org_20100224171922_2a2lvujx3dkleapv-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "b07468005f07d6100663119c98c847ce", "sha256": "de2b3dd3f7e2db3120ca79c90e8f54d4c9d018bbc014704c589e2c4bb1a7eae6" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r109_panta_elasticworld.org_20100224171922_2a2lvujx3dkleapv-py2.6.egg", "has_sig": false, "md5_digest": "b07468005f07d6100663119c98c847ce", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 97837, "upload_time": "2010-02-24T18:20:15", "url": "https://files.pythonhosted.org/packages/33/d7/9e4a474e908b2a6b57e83a62cf1fde63e602e338fe76509f5492005612c0/softwarefabrica.django.utils-1.0dev_BZR_r109_panta_elasticworld.org_20100224171922_2a2lvujx3dkleapv-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "937246c1492c7466ebdd50951e037d03", "sha256": "45ec06213b4232e2044801b93e1e93d5a0cbeba16912e1cfaf2ed6ce7288c058" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r109-panta-elasticworld.org-20100224171922-2a2lvujx3dkleapv.tar.gz", "has_sig": false, "md5_digest": "937246c1492c7466ebdd50951e037d03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68932, "upload_time": "2010-02-24T18:20:11", "url": "https://files.pythonhosted.org/packages/a3/42/3b60f8676dc4ed46a89d5921b8bcc4d58962bfc11752adbfb50bf5f9d7c7/softwarefabrica.django.utils-1.0dev-BZR-r109-panta-elasticworld.org-20100224171922-2a2lvujx3dkleapv.tar.gz" } ], "1.0dev-BZR-r110-panta-elasticworld.org-20100228164056-obyku2vp4ng1xbod": [ { "comment_text": "", "digests": { "md5": "68100b43024828a59bb229a98d0a13eb", "sha256": "54d8cf2aa605d1233bec847702ca0ef3b25bbff052a31c18f2bdd388fc800457" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r110_panta_elasticworld.org_20100228164056_obyku2vp4ng1xbod-py2.4.egg", "has_sig": false, "md5_digest": "68100b43024828a59bb229a98d0a13eb", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96405, "upload_time": "2010-02-28T17:41:59", "url": "https://files.pythonhosted.org/packages/56/10/1a3374e2dbbb17a0b2d3d740c899ad1fdba3f71749881a0d589a00378a83/softwarefabrica.django.utils-1.0dev_BZR_r110_panta_elasticworld.org_20100228164056_obyku2vp4ng1xbod-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4a8a81cc8d8019064068e15b1b1e58a0", "sha256": "efb4d349cd0974c6e85a6d757c82f82aef040e9c2135a4675865f45a2a1bc1aa" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r110_panta_elasticworld.org_20100228164056_obyku2vp4ng1xbod-py2.5.egg", "has_sig": false, "md5_digest": "4a8a81cc8d8019064068e15b1b1e58a0", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 98030, "upload_time": "2010-02-28T17:42:12", "url": "https://files.pythonhosted.org/packages/36/0a/0c2a819e145cf306707470b4b7f6ffddda616e3bddc8f54146f89cb776fa/softwarefabrica.django.utils-1.0dev_BZR_r110_panta_elasticworld.org_20100228164056_obyku2vp4ng1xbod-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "f878f135322efccb235c94f62ecaf129", "sha256": "485796a76ea9c9f6b9c88aafcba88a29637d85dd86356061ff186509d07b4279" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r110_panta_elasticworld.org_20100228164056_obyku2vp4ng1xbod-py2.6.egg", "has_sig": false, "md5_digest": "f878f135322efccb235c94f62ecaf129", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 97920, "upload_time": "2010-02-28T17:41:48", "url": "https://files.pythonhosted.org/packages/84/55/8edb82372eee15f0598c05b210e5869b7ca69240eed94c726c8896656080/softwarefabrica.django.utils-1.0dev_BZR_r110_panta_elasticworld.org_20100228164056_obyku2vp4ng1xbod-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "f0945cf1dc1a9785c20e9b4ff8c1b0e8", "sha256": "249df6f8bc8c4cfe99526a5104dbd64dae2beaa654c8e00c1f42e698eb14faf5" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r110-panta-elasticworld.org-20100228164056-obyku2vp4ng1xbod.tar.gz", "has_sig": false, "md5_digest": "f0945cf1dc1a9785c20e9b4ff8c1b0e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68991, "upload_time": "2010-02-28T17:41:45", "url": "https://files.pythonhosted.org/packages/1c/a1/fa0e86731b65eb956a71a605fc186bf4fdc952f11acd9c77c05c98c24d8c/softwarefabrica.django.utils-1.0dev-BZR-r110-panta-elasticworld.org-20100228164056-obyku2vp4ng1xbod.tar.gz" } ], "1.0dev-BZR-r111-panta-elasticworld.org-20100228164942-7nfmukb7dc2e8ed6": [ { "comment_text": "", "digests": { "md5": "c63dd402d961081f76f07d485cabf6d7", "sha256": "ce9ed3c5b86ded7a9cdeba70fcc728bbeb6869411c2b14bfc3a57eb393244f38" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r111_panta_elasticworld.org_20100228164942_7nfmukb7dc2e8ed6-py2.4.egg", "has_sig": false, "md5_digest": "c63dd402d961081f76f07d485cabf6d7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96617, "upload_time": "2010-02-28T17:50:08", "url": "https://files.pythonhosted.org/packages/69/00/29cc80c503fe321361d3e5f55bc62f6428f6a4687c03ce18b2f0ea1e7d16/softwarefabrica.django.utils-1.0dev_BZR_r111_panta_elasticworld.org_20100228164942_7nfmukb7dc2e8ed6-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3a83670d295e0937a44246a1b33d3c31", "sha256": "d994610588b165ca5d60ca79d4310c509f6e4ef1076e1c7fcd0e6501b477e086" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r111_panta_elasticworld.org_20100228164942_7nfmukb7dc2e8ed6-py2.5.egg", "has_sig": false, "md5_digest": "3a83670d295e0937a44246a1b33d3c31", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 98246, "upload_time": "2010-02-28T17:50:13", "url": "https://files.pythonhosted.org/packages/92/bd/69b73002145fa11f55784ae12071ccb501e6598e8a7f7e52c7697f248730/softwarefabrica.django.utils-1.0dev_BZR_r111_panta_elasticworld.org_20100228164942_7nfmukb7dc2e8ed6-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "ec3d36dbd9669d3d69bd6e083e28ac5c", "sha256": "a7ba0b862d44c50d90b4453ec5bf20e798657146d5751ac4bbdadf101a75b524" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r111_panta_elasticworld.org_20100228164942_7nfmukb7dc2e8ed6-py2.6.egg", "has_sig": false, "md5_digest": "ec3d36dbd9669d3d69bd6e083e28ac5c", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 98137, "upload_time": "2010-02-28T17:50:04", "url": "https://files.pythonhosted.org/packages/23/ae/5f6e19c1d4bddd170cf38ada647e2abd1dd90647435b4bdd1d266c90e202/softwarefabrica.django.utils-1.0dev_BZR_r111_panta_elasticworld.org_20100228164942_7nfmukb7dc2e8ed6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "1e82fadae6ce35c8c7c702c902808ef2", "sha256": "03c4848548eee8e272dfd92504d11aa1bc2887637b2cde7a0516e08c363bf52b" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r111-panta-elasticworld.org-20100228164942-7nfmukb7dc2e8ed6.tar.gz", "has_sig": false, "md5_digest": "1e82fadae6ce35c8c7c702c902808ef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69121, "upload_time": "2010-02-28T17:50:01", "url": "https://files.pythonhosted.org/packages/a9/77/f739008cb090a3a1f9c07aef1d9fdf28664a1a4718566e052799163b1cf3/softwarefabrica.django.utils-1.0dev-BZR-r111-panta-elasticworld.org-20100228164942-7nfmukb7dc2e8ed6.tar.gz" } ], "1.0dev-BZR-r112-panta-elasticworld.org-20100308150938-mhesfprnhwga5won": [ { "comment_text": "", "digests": { "md5": "dcfa1adda48ceea6076245ab6d91acd4", "sha256": "ef59412a9f7782a9e31ab3e219e4dc0df68d07eb8c6e1cd83566675d6eb16ec8" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r112_panta_elasticworld.org_20100308150938_mhesfprnhwga5won-py2.4.egg", "has_sig": false, "md5_digest": "dcfa1adda48ceea6076245ab6d91acd4", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 96834, "upload_time": "2010-03-08T16:12:48", "url": "https://files.pythonhosted.org/packages/7c/09/da6e53e83e300d88508c3888f1d8a6ca95fa74379826a7a8991b778f8ba2/softwarefabrica.django.utils-1.0dev_BZR_r112_panta_elasticworld.org_20100308150938_mhesfprnhwga5won-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c633aafc6838785d3e0d856f16899c9d", "sha256": "14255ea7638cca963e83c5b7353e74be7ea34e7d28e196454daed7827d4ad263" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r112_panta_elasticworld.org_20100308150938_mhesfprnhwga5won-py2.5.egg", "has_sig": false, "md5_digest": "c633aafc6838785d3e0d856f16899c9d", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 98462, "upload_time": "2010-03-08T16:13:42", "url": "https://files.pythonhosted.org/packages/8d/69/73ed1f71b415942ee89dca5ee917b494661d0a54af171cbcee6a39b91fa0/softwarefabrica.django.utils-1.0dev_BZR_r112_panta_elasticworld.org_20100308150938_mhesfprnhwga5won-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "df49be7b5093f0287769719230d794f1", "sha256": "b8c71fdb0774d64ff507152defcded24e494838a8376e2dd54d7a7d8971b9fa2" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r112_panta_elasticworld.org_20100308150938_mhesfprnhwga5won-py2.6.egg", "has_sig": false, "md5_digest": "df49be7b5093f0287769719230d794f1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 98354, "upload_time": "2010-03-08T16:12:09", "url": "https://files.pythonhosted.org/packages/bf/85/afb74bdf8131f77ca5e150662a4c7942dd7029a09b9b0f4e49c0c6a1afe6/softwarefabrica.django.utils-1.0dev_BZR_r112_panta_elasticworld.org_20100308150938_mhesfprnhwga5won-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "765eaa31df17e77134c54ecf075419b8", "sha256": "c398fb65fc0602222f89060335944da6b8d0f9846aaf3a0f241bde8ddf983773" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r112-panta-elasticworld.org-20100308150938-mhesfprnhwga5won.tar.gz", "has_sig": false, "md5_digest": "765eaa31df17e77134c54ecf075419b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69272, "upload_time": "2010-03-08T16:11:30", "url": "https://files.pythonhosted.org/packages/fd/67/b04f7e0fe3207dc335a1b3abd0d05c3552e5536f3f2d87701c7a96daa670/softwarefabrica.django.utils-1.0dev-BZR-r112-panta-elasticworld.org-20100308150938-mhesfprnhwga5won.tar.gz" } ], "1.0dev-BZR-r113-panta-elasticworld.org-20100514074609-v4iupfyoiupd8jpx": [ { "comment_text": "", "digests": { "md5": "44645bf27b9b6bf4d06113b2a8489ee2", "sha256": "fa5e648e4c166a86887a89677e7b79fff589594bfb4858624e09b93c51ee75de" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r113_panta_elasticworld.org_20100514074609_v4iupfyoiupd8jpx-py2.4.egg", "has_sig": false, "md5_digest": "44645bf27b9b6bf4d06113b2a8489ee2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 97358, "upload_time": "2010-06-10T11:10:17", "url": "https://files.pythonhosted.org/packages/9f/95/02033c7584597b172ac271ffe6f18bb654bc29a554f6fc589ad66974602b/softwarefabrica.django.utils-1.0dev_BZR_r113_panta_elasticworld.org_20100514074609_v4iupfyoiupd8jpx-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "814b4ac4cacfe6b6abc3a096c75a802e", "sha256": "9d254f9306c1a4b793e86ec082593bebc06cfce2af6d20885462b77a9af0dc46" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r113_panta_elasticworld.org_20100514074609_v4iupfyoiupd8jpx-py2.5.egg", "has_sig": false, "md5_digest": "814b4ac4cacfe6b6abc3a096c75a802e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 98982, "upload_time": "2010-06-10T11:10:08", "url": "https://files.pythonhosted.org/packages/dd/f7/6f242a563559b7cd946258e281d9d83261b0332490639114eed7f77210a6/softwarefabrica.django.utils-1.0dev_BZR_r113_panta_elasticworld.org_20100514074609_v4iupfyoiupd8jpx-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "743efe0579bbbe27380162c73be575ff", "sha256": "f8e5887583b16a0e6ed76fde51bcf85dfe2eed3757fee5a7fec0ca478ade9e43" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r113-panta-elasticworld.org-20100514074609-v4iupfyoiupd8jpx.tar.gz", "has_sig": false, "md5_digest": "743efe0579bbbe27380162c73be575ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71162, "upload_time": "2010-06-10T11:10:07", "url": "https://files.pythonhosted.org/packages/93/5a/1d23297a0b342363fd1279a54c64a48e8b8c2db6676edf7a5d8c32e601ba/softwarefabrica.django.utils-1.0dev-BZR-r113-panta-elasticworld.org-20100514074609-v4iupfyoiupd8jpx.tar.gz" } ], "1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m": [ { "comment_text": "", "digests": { "md5": "0c2a4d7cbc6e53b9dadd76d72ee6ce93", "sha256": "aadb2477188daccff2646c6944406d85865f9a5a91313c0a17b5bd2095a73fed" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.4.egg", "has_sig": false, "md5_digest": "0c2a4d7cbc6e53b9dadd76d72ee6ce93", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 97359, "upload_time": "2010-06-10T11:11:45", "url": "https://files.pythonhosted.org/packages/ae/ff/a0dbf20b8e6523af22dbba80bf6a21caf8097b5afc3be4faed602749d4bb/softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4863e70ff74a91f7208224d60805787b", "sha256": "1f65101b891f5c8c37cfcee3fa4fb59d64b5a4c4c45193a1f5b59275be217774" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.5.egg", "has_sig": false, "md5_digest": "4863e70ff74a91f7208224d60805787b", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 98977, "upload_time": "2010-06-10T11:10:25", "url": "https://files.pythonhosted.org/packages/b3/96/15656df5b397a5848e6795571b32155abb163878c1d8e21a3493c034fef7/softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "12d8189cb8aea100ed5ae1252367447b", "sha256": "c2127ae0e9dadf102cc1ffde975225ecc869a508df6de8009b380a2771cb9b1f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.6.egg", "has_sig": false, "md5_digest": "12d8189cb8aea100ed5ae1252367447b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 98872, "upload_time": "2010-06-10T11:10:42", "url": "https://files.pythonhosted.org/packages/0d/09/3076086cf53b7099a9d680bc4846d33836a396bfbaf98e70dea730bee5c7/softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "12f1e4eaac11815418871684a61443dc", "sha256": "3f4e68b9247e8b39d156b63310b66748515769ee6bdbec38bd63531dd85232ed" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m.tar.gz", "has_sig": false, "md5_digest": "12f1e4eaac11815418871684a61443dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71232, "upload_time": "2010-06-10T11:11:38", "url": "https://files.pythonhosted.org/packages/de/f5/915af7fa2995695287dce65aac58be28ff5ac14ac83416ba8881cd84bf5f/softwarefabrica.django.utils-1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m.tar.gz" } ], "1.0dev-BZR-r58-panta-elasticworld.org-20081216105351-jtcw0uz2nrh3mw59": [ { "comment_text": "", "digests": { "md5": "13212b9e7c6bb331275b7ea440e7e800", "sha256": "a60c83661aac562b0b38e1f2f1ab8f22ab3b8adb8ffb8a50f9ce92229aee08ec" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r58_panta_elasticworld.org_20081216105351_jtcw0uz2nrh3mw59-py2.5.egg", "has_sig": false, "md5_digest": "13212b9e7c6bb331275b7ea440e7e800", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 74548, "upload_time": "2008-12-16T13:09:46", "url": "https://files.pythonhosted.org/packages/61/41/6b7b0206d022dcc028c837358daa4379169df93bfc5de175b0bdc386decf/softwarefabrica.django.utils-1.0dev_BZR_r58_panta_elasticworld.org_20081216105351_jtcw0uz2nrh3mw59-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "be4be8b0d9bc00fbd8e51a5d8e8299e4", "sha256": "826dec3b00e3a4d9dc77322f6e5869a1dfaf907f71358dc0532d9285902dd74f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r58-panta-elasticworld.org-20081216105351-jtcw0uz2nrh3mw59.tar.gz", "has_sig": false, "md5_digest": "be4be8b0d9bc00fbd8e51a5d8e8299e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429499, "upload_time": "2008-12-16T13:09:45", "url": "https://files.pythonhosted.org/packages/a3/70/e8075b1ce4a95083310df85cbfd410ab6bf93b0d5fff02b64db247f22be0/softwarefabrica.django.utils-1.0dev-BZR-r58-panta-elasticworld.org-20081216105351-jtcw0uz2nrh3mw59.tar.gz" } ], "1.0dev-BZR-r60-panta-elasticworld.org-20081216172358-5t5c0uj4vly6w5b8": [ { "comment_text": "", "digests": { "md5": "2773dd6479c6a9464bd519a28788b51a", "sha256": "e34e51bd807ff3d55f6096a1e358b27c72f3844b66362107d8b9ad88bcb1a2e4" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r60_panta_elasticworld.org_20081216172358_5t5c0uj4vly6w5b8-py2.4.egg", "has_sig": false, "md5_digest": "2773dd6479c6a9464bd519a28788b51a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 47057, "upload_time": "2008-12-17T09:44:49", "url": "https://files.pythonhosted.org/packages/c7/89/5d3114d0748ed3c4de422282313024911b6fb3f35821c7179079fdd6a1d4/softwarefabrica.django.utils-1.0dev_BZR_r60_panta_elasticworld.org_20081216172358_5t5c0uj4vly6w5b8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "6c9c853daae0964a4e50d4e65d62fbc0", "sha256": "2eb41c455e8c2959debcac85b0d5e706f200917e9ccaf8b64f93c8d886f4f851" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r60_panta_elasticworld.org_20081216172358_5t5c0uj4vly6w5b8-py2.5.egg", "has_sig": false, "md5_digest": "6c9c853daae0964a4e50d4e65d62fbc0", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 46616, "upload_time": "2008-12-16T17:24:00", "url": "https://files.pythonhosted.org/packages/e1/8e/3430b7fa250d7bbd6777fc9de5e23ad6aed37849fb31eb6e2e83c0dbe705/softwarefabrica.django.utils-1.0dev_BZR_r60_panta_elasticworld.org_20081216172358_5t5c0uj4vly6w5b8-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "fc73f090346a37aaaf5885be8094f47d", "sha256": "e5388bfefa7a6bf321ebcf857b506f367deea8abf880aca1d1a1ef2953b2ddc3" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r60-panta-elasticworld.org-20081216172358-5t5c0uj4vly6w5b8.tar.gz", "has_sig": false, "md5_digest": "fc73f090346a37aaaf5885be8094f47d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30599, "upload_time": "2008-12-16T17:23:59", "url": "https://files.pythonhosted.org/packages/a7/aa/53bb00c1e1e6f0ea472af7d9896434ef606e69d607d92413304c3fbb1e9e/softwarefabrica.django.utils-1.0dev-BZR-r60-panta-elasticworld.org-20081216172358-5t5c0uj4vly6w5b8.tar.gz" } ], "1.0dev-BZR-r61-panta-elasticworld.org-20081217095906-xaeh546bdhryet5s": [ { "comment_text": "", "digests": { "md5": "6e92c5e68250d3821843f181086231c6", "sha256": "1a93ed0b686e794fb15bd07228f3f273856f23675201428b3ca7650166923741" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r61_panta_elasticworld.org_20081217095906_xaeh546bdhryet5s-py2.4.egg", "has_sig": false, "md5_digest": "6e92c5e68250d3821843f181086231c6", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 47090, "upload_time": "2008-12-17T10:01:11", "url": "https://files.pythonhosted.org/packages/47/1f/b7e6e4b1ae07b3990c49b6daf05975b0eb3e6cc262943021513cd934610a/softwarefabrica.django.utils-1.0dev_BZR_r61_panta_elasticworld.org_20081217095906_xaeh546bdhryet5s-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "162583ef1b77ecb5680bf162a5b74fe9", "sha256": "e4a67d7d2c2c32b9fa5922adda88175395723aa892cd003a314e8b8f04f170de" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r61_panta_elasticworld.org_20081217095906_xaeh546bdhryet5s-py2.5.egg", "has_sig": false, "md5_digest": "162583ef1b77ecb5680bf162a5b74fe9", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 46645, "upload_time": "2008-12-17T11:03:58", "url": "https://files.pythonhosted.org/packages/eb/66/005325b8ad93a55641c151f5956fc099c70284fcec3745c0f8a7cb7f5ecf/softwarefabrica.django.utils-1.0dev_BZR_r61_panta_elasticworld.org_20081217095906_xaeh546bdhryet5s-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "943bfea23eab8ffe42cff5fac35e2833", "sha256": "d2bdf710b3ff1b682c00269579631e31e88e422ecfd394b6bf26627ecbf79587" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r61_panta_elasticworld.org_20081217095906_xaeh546bdhryet5s-py2.6.egg", "has_sig": false, "md5_digest": "943bfea23eab8ffe42cff5fac35e2833", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 46137, "upload_time": "2008-12-17T15:24:45", "url": "https://files.pythonhosted.org/packages/c6/3d/eddda37b64043e1de6bac44ffe751aa25af490ef89857ec37f6a2413bd8d/softwarefabrica.django.utils-1.0dev_BZR_r61_panta_elasticworld.org_20081217095906_xaeh546bdhryet5s-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e41cb923e72829c706cbb9bbc80c397d", "sha256": "5da98b27258d8eab514aa914f271867e55a01a97259ddf4defb949ae577cf9f9" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r61-panta-elasticworld.org-20081217095906-xaeh546bdhryet5s.tar.gz", "has_sig": false, "md5_digest": "e41cb923e72829c706cbb9bbc80c397d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30686, "upload_time": "2008-12-17T11:03:57", "url": "https://files.pythonhosted.org/packages/94/e4/f09dd9d53bfd40a266ad4c7cf739ba668a9a2b52750dc660a76c2323ce28/softwarefabrica.django.utils-1.0dev-BZR-r61-panta-elasticworld.org-20081217095906-xaeh546bdhryet5s.tar.gz" } ], "1.0dev-BZR-r62-panta-elasticworld.org-20081218081630-5bojyfg2oas1gadq": [ { "comment_text": "", "digests": { "md5": "1354c16db8ce1b7a86106b7fcf842eb5", "sha256": "f566617f9f847cf28265072b3a80b0d7535b45ae9f443b3ba62c63a25455cbe6" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r62_panta_elasticworld.org_20081218081630_5bojyfg2oas1gadq-py2.4.egg", "has_sig": false, "md5_digest": "1354c16db8ce1b7a86106b7fcf842eb5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 45893, "upload_time": "2008-12-18T08:34:44", "url": "https://files.pythonhosted.org/packages/42/34/96a96c798271aa421cf2a2f3538620b6ee4f7e32b93d5690eab306cfd44e/softwarefabrica.django.utils-1.0dev_BZR_r62_panta_elasticworld.org_20081218081630_5bojyfg2oas1gadq-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "9d0525ae8b890366101442f498975c6e", "sha256": "00d8c0aa00d9481fd13bff1681c824b2f9bbd94724fc574982897eb42eff8ed6" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r62_panta_elasticworld.org_20081218081630_5bojyfg2oas1gadq-py2.5.egg", "has_sig": false, "md5_digest": "9d0525ae8b890366101442f498975c6e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 45931, "upload_time": "2008-12-18T08:17:15", "url": "https://files.pythonhosted.org/packages/7f/21/fa53087eeae10187375724232cc7cd383931a84e0293888491322162f72b/softwarefabrica.django.utils-1.0dev_BZR_r62_panta_elasticworld.org_20081218081630_5bojyfg2oas1gadq-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "efc0237f761691fdc445fcd199956de0", "sha256": "4997ebc2912f06afb78bf741e791d00da49543520980f34d9cf8263dd55dce6a" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r62_panta_elasticworld.org_20081218081630_5bojyfg2oas1gadq-py2.6.egg", "has_sig": false, "md5_digest": "efc0237f761691fdc445fcd199956de0", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 45392, "upload_time": "2008-12-18T08:34:49", "url": "https://files.pythonhosted.org/packages/f3/96/61c45e30dded0a2fd8add4f1808118924616ee16f15be0c9378372ecbf53/softwarefabrica.django.utils-1.0dev_BZR_r62_panta_elasticworld.org_20081218081630_5bojyfg2oas1gadq-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "486304613cff04609157c091aedc00df", "sha256": "06225a6fc5e9acc9392eb0bdcbd85a04b6b8275b18cd1683d61d631516d11371" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r62-panta-elasticworld.org-20081218081630-5bojyfg2oas1gadq.tar.gz", "has_sig": false, "md5_digest": "486304613cff04609157c091aedc00df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47667, "upload_time": "2008-12-18T08:17:16", "url": "https://files.pythonhosted.org/packages/a1/85/066b0d651f62a2e0bdab7c57cc44c928a723a269ee53109cb88bf48ae476/softwarefabrica.django.utils-1.0dev-BZR-r62-panta-elasticworld.org-20081218081630-5bojyfg2oas1gadq.tar.gz" } ], "1.0dev-BZR-r63-panta-elasticworld.org-20081218083608-x8dni1f2f655umvc": [ { "comment_text": "", "digests": { "md5": "38bbac309abf0e4931427176c057e0a7", "sha256": "339846e5ce68c8d22c0c004c448ecf5722415cb7506b5d0a02a3a8fb5ea22f93" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r63_panta_elasticworld.org_20081218083608_x8dni1f2f655umvc-py2.4.egg", "has_sig": false, "md5_digest": "38bbac309abf0e4931427176c057e0a7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 45938, "upload_time": "2008-12-18T08:36:30", "url": "https://files.pythonhosted.org/packages/da/f9/170cd6231be9e7a0040f807454c34a39ce032ad5ffde89a23e284dfb00a5/softwarefabrica.django.utils-1.0dev_BZR_r63_panta_elasticworld.org_20081218083608_x8dni1f2f655umvc-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "dfd44a143b3905b30f2a54a6ec0d88b8", "sha256": "853eb4cfd8ee0c377a52db3375d1c8ea8f1628301fabb9eb0f0051a0c4eed0ed" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r63_panta_elasticworld.org_20081218083608_x8dni1f2f655umvc-py2.5.egg", "has_sig": false, "md5_digest": "dfd44a143b3905b30f2a54a6ec0d88b8", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 45977, "upload_time": "2008-12-18T08:36:33", "url": "https://files.pythonhosted.org/packages/9b/46/9a70824c58cedd85f0d2d967df6fe1d6c62795fd758e5f553d2060dddf05/softwarefabrica.django.utils-1.0dev_BZR_r63_panta_elasticworld.org_20081218083608_x8dni1f2f655umvc-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "60e940d86e9f288b67e9c363427f8f4c", "sha256": "5b186966e7200cbf195e9b5d27380fa45039cd067bba17d09e5f7a0dd9b7ed05" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r63_panta_elasticworld.org_20081218083608_x8dni1f2f655umvc-py2.6.egg", "has_sig": false, "md5_digest": "60e940d86e9f288b67e9c363427f8f4c", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 45437, "upload_time": "2008-12-18T08:36:35", "url": "https://files.pythonhosted.org/packages/3e/13/10c649179123a18a4306b8b11a84704d58ed9a92c5c2244d7738a6c83058/softwarefabrica.django.utils-1.0dev_BZR_r63_panta_elasticworld.org_20081218083608_x8dni1f2f655umvc-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "8c53386aad96d7d8902bd62a452f6763", "sha256": "7d1e856eefee0fb8ac9820206168c1c3cec6c96b8d0b667de4909d35e78aa439" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r63-panta-elasticworld.org-20081218083608-x8dni1f2f655umvc.tar.gz", "has_sig": false, "md5_digest": "8c53386aad96d7d8902bd62a452f6763", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48085, "upload_time": "2008-12-18T08:36:37", "url": "https://files.pythonhosted.org/packages/c8/50/fa823780eb42df79db2eb2303de092535e82c60146e168d7f367ebedb0cf/softwarefabrica.django.utils-1.0dev-BZR-r63-panta-elasticworld.org-20081218083608-x8dni1f2f655umvc.tar.gz" } ], "1.0dev-BZR-r64-panta-elasticworld.org-20081218083848-3ngh9p7prpykajbl": [ { "comment_text": "", "digests": { "md5": "567b6990777b2620c72dc2ad47bf1e9a", "sha256": "09ca40a4d8486ce4bbab743cde97003e7a3bd6c1b02525a536738c65b62d4cee" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r64_panta_elasticworld.org_20081218083848_3ngh9p7prpykajbl-py2.4.egg", "has_sig": false, "md5_digest": "567b6990777b2620c72dc2ad47bf1e9a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 47075, "upload_time": "2008-12-18T08:45:27", "url": "https://files.pythonhosted.org/packages/58/a7/84d9fb4450dbfc90f885d0117a6027be72f83a4f57bf1b0b9cafdf786da6/softwarefabrica.django.utils-1.0dev_BZR_r64_panta_elasticworld.org_20081218083848_3ngh9p7prpykajbl-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4ccad1ede565945ff5a0d0155f0bcf34", "sha256": "57d523bb5c2803228937b1e60801062b462356b8f98a0f0b775635ef56650781" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r64_panta_elasticworld.org_20081218083848_3ngh9p7prpykajbl-py2.5.egg", "has_sig": false, "md5_digest": "4ccad1ede565945ff5a0d0155f0bcf34", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 47114, "upload_time": "2008-12-18T08:45:25", "url": "https://files.pythonhosted.org/packages/72/4f/fc5d69c9b57cd76f9d393bc8134fdcf7b66e6c79145bef0c483091a883c1/softwarefabrica.django.utils-1.0dev_BZR_r64_panta_elasticworld.org_20081218083848_3ngh9p7prpykajbl-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "3a7f859eae8aa5e82cff1e98bc2b467f", "sha256": "1095c2bc30259105fcd6a0d61787d235b178f8a37093e860d7fbb61c680d091f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r64_panta_elasticworld.org_20081218083848_3ngh9p7prpykajbl-py2.6.egg", "has_sig": false, "md5_digest": "3a7f859eae8aa5e82cff1e98bc2b467f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 46574, "upload_time": "2008-12-18T08:45:31", "url": "https://files.pythonhosted.org/packages/9e/ee/af0a65ee075da3eaddb9372d318785917b3034fb2c8138f1714b3a338930/softwarefabrica.django.utils-1.0dev_BZR_r64_panta_elasticworld.org_20081218083848_3ngh9p7prpykajbl-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e82c731e4a01bf6e2fe99516d48cf3c4", "sha256": "0385b80c68ba8e0cb9cd1957d90aa85fd2536a8f57e6436c12daaaddf3db0f30" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r64-panta-elasticworld.org-20081218083848-3ngh9p7prpykajbl.tar.gz", "has_sig": false, "md5_digest": "e82c731e4a01bf6e2fe99516d48cf3c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49512, "upload_time": "2008-12-18T08:45:24", "url": "https://files.pythonhosted.org/packages/43/1c/e6d5a7a98b30ceda9401ad2bf0951119a27f5433e46f5058fecabcbfab62/softwarefabrica.django.utils-1.0dev-BZR-r64-panta-elasticworld.org-20081218083848-3ngh9p7prpykajbl.tar.gz" } ], "1.0dev-BZR-r65-panta-elasticworld.org-20081218084706-ggvc8v24w96cn22v": [ { "comment_text": "", "digests": { "md5": "3149b227be87bd15592cbfac662197c9", "sha256": "a485002ec19b8eed9dadc19393432dcca3aedf8ae47e371a72386fb97a9ba18f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r65_panta_elasticworld.org_20081218084706_ggvc8v24w96cn22v-py2.4.egg", "has_sig": false, "md5_digest": "3149b227be87bd15592cbfac662197c9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 47082, "upload_time": "2008-12-18T08:47:35", "url": "https://files.pythonhosted.org/packages/b2/f8/3062386353ff02eda03a50339eb861359bbc19aff540d55d94144d3c961e/softwarefabrica.django.utils-1.0dev_BZR_r65_panta_elasticworld.org_20081218084706_ggvc8v24w96cn22v-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "b892de01863be16f5afd73bf6bd36b03", "sha256": "ea66d79c922abf69914ad3402446ba0b9c40da373a5dbd534d02dd7e9f35728b" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r65_panta_elasticworld.org_20081218084706_ggvc8v24w96cn22v-py2.5.egg", "has_sig": false, "md5_digest": "b892de01863be16f5afd73bf6bd36b03", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 47121, "upload_time": "2008-12-18T08:47:33", "url": "https://files.pythonhosted.org/packages/24/a5/b85708ac393c63b555a81969dbc41e8349ee62bf55d963fc309097e81582/softwarefabrica.django.utils-1.0dev_BZR_r65_panta_elasticworld.org_20081218084706_ggvc8v24w96cn22v-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "e4ea36a7c56e2146c13345f48db03f9b", "sha256": "6d5ec5041be6b06a71936374a54d86aa905783a3811c7b4459a9fc9af42879b1" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r65_panta_elasticworld.org_20081218084706_ggvc8v24w96cn22v-py2.6.egg", "has_sig": false, "md5_digest": "e4ea36a7c56e2146c13345f48db03f9b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 46579, "upload_time": "2008-12-18T08:47:40", "url": "https://files.pythonhosted.org/packages/d1/72/276265f1208f33853ba8d2b21d2dcdd6b595657445ed9ce1c5fbfc238f28/softwarefabrica.django.utils-1.0dev_BZR_r65_panta_elasticworld.org_20081218084706_ggvc8v24w96cn22v-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "08cf22e1945c61ad20a2c3c104d6b8df", "sha256": "e5956ca4f5f34ca5154cf280c89dd75d3d169b5c99970944b47d223dcaf21003" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r65-panta-elasticworld.org-20081218084706-ggvc8v24w96cn22v.tar.gz", "has_sig": false, "md5_digest": "08cf22e1945c61ad20a2c3c104d6b8df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49537, "upload_time": "2008-12-18T08:47:32", "url": "https://files.pythonhosted.org/packages/77/64/ca453996a9a6683a0dc93894b4cf789686bdc0cbc85f0d5d899b0e3964fb/softwarefabrica.django.utils-1.0dev-BZR-r65-panta-elasticworld.org-20081218084706-ggvc8v24w96cn22v.tar.gz" } ], "1.0dev-BZR-r67-panta-elasticworld.org-20081219124915-gti7fix9mhbtas9m": [ { "comment_text": "", "digests": { "md5": "7909a77c37cbc3d10f03711bbeada879", "sha256": "f45c8a104cb5bf2104d3241f6bfb38577116da0ed981503192c70aa8153fa7fd" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r67_panta_elasticworld.org_20081219124915_gti7fix9mhbtas9m-py2.4.egg", "has_sig": false, "md5_digest": "7909a77c37cbc3d10f03711bbeada879", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 47113, "upload_time": "2008-12-19T12:51:36", "url": "https://files.pythonhosted.org/packages/75/38/cb5e945abd1539f11dec17b615226749c0d9429ab0876d41b9582141ab81/softwarefabrica.django.utils-1.0dev_BZR_r67_panta_elasticworld.org_20081219124915_gti7fix9mhbtas9m-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "049b8d04e361cd9aae46d42e3cef55fa", "sha256": "42b1a7e1a66b2bb2428f8317c04793566b5d2b7931139ff1b376f06a7944db21" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r67_panta_elasticworld.org_20081219124915_gti7fix9mhbtas9m-py2.5.egg", "has_sig": false, "md5_digest": "049b8d04e361cd9aae46d42e3cef55fa", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 47160, "upload_time": "2008-12-19T12:51:32", "url": "https://files.pythonhosted.org/packages/1c/97/564f971b7b57ff3cedae07c102dcaac7d4979a202b65e23afe377613583d/softwarefabrica.django.utils-1.0dev_BZR_r67_panta_elasticworld.org_20081219124915_gti7fix9mhbtas9m-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "9232a776bfae16e749b8ce14c2810c08", "sha256": "736459a524ad9017f70f25d56ffaa5cdab1ca5394ca9c463d3f7572d0c141b06" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r67_panta_elasticworld.org_20081219124915_gti7fix9mhbtas9m-py2.6.egg", "has_sig": false, "md5_digest": "9232a776bfae16e749b8ce14c2810c08", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 46612, "upload_time": "2008-12-19T12:51:42", "url": "https://files.pythonhosted.org/packages/e3/16/2e0ebcf0cd2c232654071ee59cd5fc8e0cc36ce9d624186612bb475d1a43/softwarefabrica.django.utils-1.0dev_BZR_r67_panta_elasticworld.org_20081219124915_gti7fix9mhbtas9m-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "6387ca4a4a95a8e0c78648cf9020ecab", "sha256": "b31083faa08bc37023fccf35c22525cd8a0cabafcfdb41ba762e59bbe178e508" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r67-panta-elasticworld.org-20081219124915-gti7fix9mhbtas9m.tar.gz", "has_sig": false, "md5_digest": "6387ca4a4a95a8e0c78648cf9020ecab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50169, "upload_time": "2008-12-19T12:51:31", "url": "https://files.pythonhosted.org/packages/d9/4c/d50dc9d7db0821eac56b4d68cb175f5f33e6ed5ab0fde9e9789262dc7760/softwarefabrica.django.utils-1.0dev-BZR-r67-panta-elasticworld.org-20081219124915-gti7fix9mhbtas9m.tar.gz" } ], "1.0dev-BZR-r78-panta-elasticworld.org-20090220163103-cqfs90iwgbtr7i4i": [ { "comment_text": "", "digests": { "md5": "4b48e4f081a9fd21accd47f3ae9f4386", "sha256": "4aa1a0b1eee2b3c3fa1cbca2e146c7effb0713aaa90d5fc73f60effc94222af2" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r78_panta_elasticworld.org_20090220163103_cqfs90iwgbtr7i4i-py2.4.egg", "has_sig": false, "md5_digest": "4b48e4f081a9fd21accd47f3ae9f4386", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 66888, "upload_time": "2009-02-26T11:36:32", "url": "https://files.pythonhosted.org/packages/4a/84/141eef91a0ac1278fcea9bb85726f466226db08f49c4c66a55e3ae3424b3/softwarefabrica.django.utils-1.0dev_BZR_r78_panta_elasticworld.org_20090220163103_cqfs90iwgbtr7i4i-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "1607a1c22cfb062d002cd8b4da307570", "sha256": "036f01e0ccf2a4abdc322fba1b00b1650211cdb802ef984be96c83d6260b83f5" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r78_panta_elasticworld.org_20090220163103_cqfs90iwgbtr7i4i-py2.5.egg", "has_sig": false, "md5_digest": "1607a1c22cfb062d002cd8b4da307570", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 66852, "upload_time": "2009-02-26T11:36:26", "url": "https://files.pythonhosted.org/packages/51/b5/de9a406ebc3098a13e872bb677fb0c621c6829d53d247881de2d3a534d02/softwarefabrica.django.utils-1.0dev_BZR_r78_panta_elasticworld.org_20090220163103_cqfs90iwgbtr7i4i-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "1d298b90b89163f76e2e509c358d4562", "sha256": "86c7bc9d1e4a6d64fcc01fb3ddb75f9240ae9fe8953dd1bc873d8565f638089a" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r78_panta_elasticworld.org_20090220163103_cqfs90iwgbtr7i4i-py2.6.egg", "has_sig": false, "md5_digest": "1d298b90b89163f76e2e509c358d4562", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 66261, "upload_time": "2009-02-26T11:36:43", "url": "https://files.pythonhosted.org/packages/14/0d/f650e4df3a854f4cbf3d41b370e52a8e451a37d272228c45fa6c7f1ffe0d/softwarefabrica.django.utils-1.0dev_BZR_r78_panta_elasticworld.org_20090220163103_cqfs90iwgbtr7i4i-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "1683d9f41ee4cf6ac5e0464e451a1e84", "sha256": "5ee4924d84de79c50fbb8d58535af5d20f82727cbac2ccdf5e61e34a5e32094b" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r78-panta-elasticworld.org-20090220163103-cqfs90iwgbtr7i4i.tar.gz", "has_sig": false, "md5_digest": "1683d9f41ee4cf6ac5e0464e451a1e84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57528, "upload_time": "2009-02-26T11:36:22", "url": "https://files.pythonhosted.org/packages/35/0f/39f3e477a9376f3ca40feac4c95697fb187078340af9badb2551386daca6/softwarefabrica.django.utils-1.0dev-BZR-r78-panta-elasticworld.org-20090220163103-cqfs90iwgbtr7i4i.tar.gz" } ], "1.0dev-BZR-r79-panta-elasticworld.org-20090315110601-h3lbc2s0nqppsr2d": [ { "comment_text": "", "digests": { "md5": "174ce49840d1266429fbaaeb63b40c6a", "sha256": "ed7bd6caadfee95789e8ea449ed4a6eb8373c196d4e758d0e29f65dc36ca2cde" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r79_panta_elasticworld.org_20090315110601_h3lbc2s0nqppsr2d-py2.4.egg", "has_sig": false, "md5_digest": "174ce49840d1266429fbaaeb63b40c6a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 66874, "upload_time": "2009-03-16T15:44:49", "url": "https://files.pythonhosted.org/packages/50/e1/120cfde9541b9b197a3f3b32fd16637af77e3096addef7fddfbb6c9671a6/softwarefabrica.django.utils-1.0dev_BZR_r79_panta_elasticworld.org_20090315110601_h3lbc2s0nqppsr2d-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "82c23d88e274aa2f79aed8394f61511f", "sha256": "85674a8d07485f92f4df8aea6d1b56fe142050ccd1985c7d4735caed9f167b83" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r79_panta_elasticworld.org_20090315110601_h3lbc2s0nqppsr2d-py2.5.egg", "has_sig": false, "md5_digest": "82c23d88e274aa2f79aed8394f61511f", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 68612, "upload_time": "2009-03-16T15:44:44", "url": "https://files.pythonhosted.org/packages/a5/5d/0971180ef7ad7fff8248e8d8a35a66f01e3169aad7c4203b3605806ad82e/softwarefabrica.django.utils-1.0dev_BZR_r79_panta_elasticworld.org_20090315110601_h3lbc2s0nqppsr2d-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "2c097e294d08f9e9222ee4dc2fd68e99", "sha256": "92afc36aa20ae3fdd305e5d3196d9443b22d84ae4a9fc3ee81a42e385f8d5978" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r79_panta_elasticworld.org_20090315110601_h3lbc2s0nqppsr2d-py2.6.egg", "has_sig": false, "md5_digest": "2c097e294d08f9e9222ee4dc2fd68e99", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 66249, "upload_time": "2009-03-16T15:44:59", "url": "https://files.pythonhosted.org/packages/11/a9/6111b3a223df32224dec0111422c21b0bf458dad4fa32a9da9cfea45315b/softwarefabrica.django.utils-1.0dev_BZR_r79_panta_elasticworld.org_20090315110601_h3lbc2s0nqppsr2d-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "a5c4ae835142301a1f84aadaa3da4da8", "sha256": "88856ecf318e34b8dc14365d8f3235b0e591413215017e1ff6f3123459bc4505" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r79-panta-elasticworld.org-20090315110601-h3lbc2s0nqppsr2d.tar.gz", "has_sig": false, "md5_digest": "a5c4ae835142301a1f84aadaa3da4da8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60072, "upload_time": "2009-03-16T15:44:42", "url": "https://files.pythonhosted.org/packages/59/fc/7104c50e9378b1f3fe349594b2b0e6132473a797d20f8c1f77f23d804908/softwarefabrica.django.utils-1.0dev-BZR-r79-panta-elasticworld.org-20090315110601-h3lbc2s0nqppsr2d.tar.gz" } ], "1.0dev-BZR-r92-panta-elasticworld.org-20090924163715-k81uz0bct3qho4fb": [ { "comment_text": "", "digests": { "md5": "40183fae6a9a9c1cc5f6cb8c3f30bf8c", "sha256": "e62aa77d33c7658158007db20b590e5c3ce425a1e8531eae311498f94af700a4" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r92_panta_elasticworld.org_20090924163715_k81uz0bct3qho4fb-py2.4.egg", "has_sig": false, "md5_digest": "40183fae6a9a9c1cc5f6cb8c3f30bf8c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 98053, "upload_time": "2009-09-24T18:46:43", "url": "https://files.pythonhosted.org/packages/a4/36/8315ebc1aeb91ec569561421f01328311816d574430ec2bce45f3a61ac29/softwarefabrica.django.utils-1.0dev_BZR_r92_panta_elasticworld.org_20090924163715_k81uz0bct3qho4fb-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "452c0e84eeed1c8493e18ec99c109012", "sha256": "227488f15baeb3e365a06f4ace85c0c8a70960b4757ff1313da4867f9f6da67c" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r92_panta_elasticworld.org_20090924163715_k81uz0bct3qho4fb-py2.5.egg", "has_sig": false, "md5_digest": "452c0e84eeed1c8493e18ec99c109012", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 99636, "upload_time": "2009-09-24T18:42:35", "url": "https://files.pythonhosted.org/packages/e7/5c/4754939d65c2b17873b1048ab9306f883c409769852e18c47536cd2f22b6/softwarefabrica.django.utils-1.0dev_BZR_r92_panta_elasticworld.org_20090924163715_k81uz0bct3qho4fb-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "2968af91eb4f7aa2310337172416c3ec", "sha256": "0d29d121372e61eaa36d46024daebbfc836957c84f5b2eae6d8c762791423fc8" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r92_panta_elasticworld.org_20090924163715_k81uz0bct3qho4fb-py2.6.egg", "has_sig": false, "md5_digest": "2968af91eb4f7aa2310337172416c3ec", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 99533, "upload_time": "2009-09-24T18:47:45", "url": "https://files.pythonhosted.org/packages/aa/dc/c1c097a9990afa67eea308baada9ff2c28903b24caa4b6e9990b53ed42c3/softwarefabrica.django.utils-1.0dev_BZR_r92_panta_elasticworld.org_20090924163715_k81uz0bct3qho4fb-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "a7028423483bb40df8a99750b6598741", "sha256": "691add273f4b8f52a5e29b821cf9319015f377aa39e13d5de126a255ec90d800" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r92-panta-elasticworld.org-20090924163715-k81uz0bct3qho4fb.tar.gz", "has_sig": false, "md5_digest": "a7028423483bb40df8a99750b6598741", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71484, "upload_time": "2009-09-24T18:42:12", "url": "https://files.pythonhosted.org/packages/6f/2f/4f02e221fbf634eaf453d6e808e9414843fb88b7f3b94a8be9bb45e5445a/softwarefabrica.django.utils-1.0dev-BZR-r92-panta-elasticworld.org-20090924163715-k81uz0bct3qho4fb.tar.gz" } ], "1.0dev-BZR-r93-panta-elasticworld.org-20091007072131-hkxrfwm2yte2i7cl": [ { "comment_text": "", "digests": { "md5": "e05e73673a469668fd1103bbe7dbbee8", "sha256": "602dc0ad3a2b0246c17ff422cdb6acc9bf545a0cbb982766678c05836433fa11" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r93_panta_elasticworld.org_20091007072131_hkxrfwm2yte2i7cl-py2.4.egg", "has_sig": false, "md5_digest": "e05e73673a469668fd1103bbe7dbbee8", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 99653, "upload_time": "2009-10-07T09:22:50", "url": "https://files.pythonhosted.org/packages/16/b3/46ad802f76e4b9913d32ec250b36af851e274f6ccd065ad254b30f18d2b2/softwarefabrica.django.utils-1.0dev_BZR_r93_panta_elasticworld.org_20091007072131_hkxrfwm2yte2i7cl-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f0c7a4c101d2bd9ddd5bd35f02aa95b7", "sha256": "efded834edad7fa59588c99a87c7b250b57acc07ff2b4728dac206b8b1e97a17" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r93_panta_elasticworld.org_20091007072131_hkxrfwm2yte2i7cl-py2.5.egg", "has_sig": false, "md5_digest": "f0c7a4c101d2bd9ddd5bd35f02aa95b7", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 101205, "upload_time": "2009-10-07T09:22:40", "url": "https://files.pythonhosted.org/packages/4b/46/5e768a48bef6510064f29d6d343f28b5f0832f3cd3a5d5d07f270e192df8/softwarefabrica.django.utils-1.0dev_BZR_r93_panta_elasticworld.org_20091007072131_hkxrfwm2yte2i7cl-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "1dd49e7d1cc6b7679a8e1d7a4fe77067", "sha256": "582b8bdbf62559b8bd4e52d75b497b6daa7c72f0e74031ca1396d86aceab8958" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r93_panta_elasticworld.org_20091007072131_hkxrfwm2yte2i7cl-py2.6.egg", "has_sig": false, "md5_digest": "1dd49e7d1cc6b7679a8e1d7a4fe77067", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 101101, "upload_time": "2009-10-07T09:23:06", "url": "https://files.pythonhosted.org/packages/fd/87/3dff6c8abe46111eee7ba4e5467244e3363825c6fcf30675d3b5e7b886cd/softwarefabrica.django.utils-1.0dev_BZR_r93_panta_elasticworld.org_20091007072131_hkxrfwm2yte2i7cl-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "bf45369085fea054f21dbbd0ced67a5e", "sha256": "17c57dc30b100097d90eabde8eaad56e71f195050f7b8b933a80bb5a4e57d659" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r93-panta-elasticworld.org-20091007072131-hkxrfwm2yte2i7cl.tar.gz", "has_sig": false, "md5_digest": "bf45369085fea054f21dbbd0ced67a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72024, "upload_time": "2009-10-07T09:22:38", "url": "https://files.pythonhosted.org/packages/6b/b0/e79d74bf958618f1b1ea2432f3702466d6ee05785388dae6ab30bd2940cb/softwarefabrica.django.utils-1.0dev-BZR-r93-panta-elasticworld.org-20091007072131-hkxrfwm2yte2i7cl.tar.gz" } ], "1.0dev-BZR-r94-panta-elasticworld.org-20091012101806-vxojpke276lrfjxp": [ { "comment_text": "", "digests": { "md5": "e1fd8b9556fc3447a95eb0933d948e54", "sha256": "373e761710232dadaa7ed90d55375fadfbfe50c30026ef199418402450e7415a" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r94_panta_elasticworld.org_20091012101806_vxojpke276lrfjxp-py2.4.egg", "has_sig": false, "md5_digest": "e1fd8b9556fc3447a95eb0933d948e54", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 103384, "upload_time": "2009-10-12T12:21:15", "url": "https://files.pythonhosted.org/packages/39/30/d51c70bed72dec74bd88a2a980a3784682764f9c9956ec7a0ccb2d8f0c61/softwarefabrica.django.utils-1.0dev_BZR_r94_panta_elasticworld.org_20091012101806_vxojpke276lrfjxp-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d358ba4a5f7c9efa8d7329c7b1f6f436", "sha256": "bde89681d3fcf4e8e5d574291a141476517e29f222ea8f68938960122601894c" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r94_panta_elasticworld.org_20091012101806_vxojpke276lrfjxp-py2.5.egg", "has_sig": false, "md5_digest": "d358ba4a5f7c9efa8d7329c7b1f6f436", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 104910, "upload_time": "2009-10-12T12:20:51", "url": "https://files.pythonhosted.org/packages/cb/3a/e744cb4d8983d876658b365bd1ee2e720802337d2c60a222e91b5b685ac2/softwarefabrica.django.utils-1.0dev_BZR_r94_panta_elasticworld.org_20091012101806_vxojpke276lrfjxp-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "14b1d7c7e29008c24264d9bcd1f79f5d", "sha256": "d6e93ca0d4dc4407d667236c7fb96f4e1af511629fad3dfc81b5eca730890f09" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r94_panta_elasticworld.org_20091012101806_vxojpke276lrfjxp-py2.6.egg", "has_sig": false, "md5_digest": "14b1d7c7e29008c24264d9bcd1f79f5d", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 104796, "upload_time": "2009-10-12T12:22:00", "url": "https://files.pythonhosted.org/packages/43/ce/80b4df81adfa5ed063fd4868499d3272ceaaeba915c004ef215ce14581ff/softwarefabrica.django.utils-1.0dev_BZR_r94_panta_elasticworld.org_20091012101806_vxojpke276lrfjxp-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "83704c0128632fe3f16dd7666cca897e", "sha256": "b24a517f74968377123ba3da58b7c730600f1f099de3a87362345cddc77d3f0a" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r94-panta-elasticworld.org-20091012101806-vxojpke276lrfjxp.tar.gz", "has_sig": false, "md5_digest": "83704c0128632fe3f16dd7666cca897e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73409, "upload_time": "2009-10-12T12:20:42", "url": "https://files.pythonhosted.org/packages/cf/14/97919d02348e901a7bcf56ef2f870241c0b3d35e3dd0bfde12f1617c9624/softwarefabrica.django.utils-1.0dev-BZR-r94-panta-elasticworld.org-20091012101806-vxojpke276lrfjxp.tar.gz" } ], "1.0dev-BZR-r95-panta-elasticworld.org-20091014173423-66sot6gufg3ztjug": [ { "comment_text": "", "digests": { "md5": "50c7720d2fdfa2ab03ee2985419be2dc", "sha256": "06eccee151e4368584f1e7c9e41f8d531dc4c0417193db76e19cc9217357b72e" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r95_panta_elasticworld.org_20091014173423_66sot6gufg3ztjug-py2.4.egg", "has_sig": false, "md5_digest": "50c7720d2fdfa2ab03ee2985419be2dc", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 103503, "upload_time": "2009-10-14T19:35:55", "url": "https://files.pythonhosted.org/packages/88/50/a97bb46194af012bdf3ffaca18d675cc937150a4a088c84f5439b158f8a4/softwarefabrica.django.utils-1.0dev_BZR_r95_panta_elasticworld.org_20091014173423_66sot6gufg3ztjug-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "aeb0234ffe31be13ef09f5b4eeabc5cd", "sha256": "ae6294c0181f1bf63515d242d7dc612c0b6f1930eb07f75058cf4308ff0469cd" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r95_panta_elasticworld.org_20091014173423_66sot6gufg3ztjug-py2.5.egg", "has_sig": false, "md5_digest": "aeb0234ffe31be13ef09f5b4eeabc5cd", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 105015, "upload_time": "2009-10-14T19:35:44", "url": "https://files.pythonhosted.org/packages/48/63/542ba5bd14746d4bc48e785227b88b87a6e74ee88f9e4620659a881e1322/softwarefabrica.django.utils-1.0dev_BZR_r95_panta_elasticworld.org_20091014173423_66sot6gufg3ztjug-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "23115ca7687dae5a61ec014a557bffad", "sha256": "80ed809ac600206c3a871a968120bd77dac8c6f01a58c2150a2897cd14242ead" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r95_panta_elasticworld.org_20091014173423_66sot6gufg3ztjug-py2.6.egg", "has_sig": false, "md5_digest": "23115ca7687dae5a61ec014a557bffad", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 104902, "upload_time": "2009-10-14T19:36:10", "url": "https://files.pythonhosted.org/packages/5f/3a/3860bb3c1aaf079eb92f1a76cef6a430922495665598d466414dfbcd74b8/softwarefabrica.django.utils-1.0dev_BZR_r95_panta_elasticworld.org_20091014173423_66sot6gufg3ztjug-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "2a8090c95ab6417f0e93fda5fbeb7308", "sha256": "d962e81a57059a76419489774f349d47c77f6a56888a9dc8356c2e00f085eff2" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r95-panta-elasticworld.org-20091014173423-66sot6gufg3ztjug.tar.gz", "has_sig": false, "md5_digest": "2a8090c95ab6417f0e93fda5fbeb7308", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73459, "upload_time": "2009-10-14T19:35:42", "url": "https://files.pythonhosted.org/packages/12/2b/8e46f7569704fe4dcedb345c19f9401a91cb6ca3911b63e772d08b0fe238/softwarefabrica.django.utils-1.0dev-BZR-r95-panta-elasticworld.org-20091014173423-66sot6gufg3ztjug.tar.gz" } ], "1.0dev-BZR-r96-panta-elasticworld.org-20091019141028-k6lcxynczaw5eaa0": [ { "comment_text": "", "digests": { "md5": "10a2dafeb3a0ebc0d674955aa56192ff", "sha256": "c2c394cf4bfd06bf5d82e47ae0efaaf9baff3c4b9117ab90bfc9f1be9c1392ef" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r96_panta_elasticworld.org_20091019141028_k6lcxynczaw5eaa0-py2.4.egg", "has_sig": false, "md5_digest": "10a2dafeb3a0ebc0d674955aa56192ff", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 103601, "upload_time": "2009-10-19T16:11:44", "url": "https://files.pythonhosted.org/packages/1a/05/ee9c9b690813518e25bde5eb23d6f58545a84235eb517493048d85210700/softwarefabrica.django.utils-1.0dev_BZR_r96_panta_elasticworld.org_20091019141028_k6lcxynczaw5eaa0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "48e7190fd565d008ae67931a7d962ae0", "sha256": "9597a5f5cf3d20ae6c904d2e22b1bad98c56c1183553be925dfbe73a3fb5138b" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r96_panta_elasticworld.org_20091019141028_k6lcxynczaw5eaa0-py2.5.egg", "has_sig": false, "md5_digest": "48e7190fd565d008ae67931a7d962ae0", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 105113, "upload_time": "2009-10-19T16:11:33", "url": "https://files.pythonhosted.org/packages/8a/39/9e20f8a896d6c240108de900c9e7ae04f0bf340c0d53ea5e823ce2808f4c/softwarefabrica.django.utils-1.0dev_BZR_r96_panta_elasticworld.org_20091019141028_k6lcxynczaw5eaa0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "79762ff0e41b2c87eeb43000d9f5c3f4", "sha256": "63f156f80becf33cac916b3b3dcf8b98737b11caa590b5b1134869f04a11b0c1" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r96_panta_elasticworld.org_20091019141028_k6lcxynczaw5eaa0-py2.6.egg", "has_sig": false, "md5_digest": "79762ff0e41b2c87eeb43000d9f5c3f4", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 105001, "upload_time": "2009-10-19T16:12:02", "url": "https://files.pythonhosted.org/packages/74/25/da4b82bfe52726d0fcff59eff528d4f9b62c377eb66fb23cd02d7a9c22ed/softwarefabrica.django.utils-1.0dev_BZR_r96_panta_elasticworld.org_20091019141028_k6lcxynczaw5eaa0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "65532c38409237ad68afab6c9c4f11a8", "sha256": "897050121534af832033f2eddf1af63daec31f40ae44eae69124554627ea80b9" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r96-panta-elasticworld.org-20091019141028-k6lcxynczaw5eaa0.tar.gz", "has_sig": false, "md5_digest": "65532c38409237ad68afab6c9c4f11a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73610, "upload_time": "2009-10-19T16:11:30", "url": "https://files.pythonhosted.org/packages/b2/cc/b4d510ad03776b41167bd170d99b91a58e2bb49cfca9c7a7d97eca243270/softwarefabrica.django.utils-1.0dev-BZR-r96-panta-elasticworld.org-20091019141028-k6lcxynczaw5eaa0.tar.gz" } ], "1.0dev-BZR-r97-panta-elasticworld.org-20091021151434-93c8fqnkdph1gdxy": [ { "comment_text": "", "digests": { "md5": "d9b38c05d1d3eed2f75516e18581f177", "sha256": "5e76167953ab0b2bf70b02cf87c11167a6f6bf9a2aa377cda77f5464b10a7605" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r97_panta_elasticworld.org_20091021151434_93c8fqnkdph1gdxy-py2.5.egg", "has_sig": false, "md5_digest": "d9b38c05d1d3eed2f75516e18581f177", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 105704, "upload_time": "2009-10-21T17:17:40", "url": "https://files.pythonhosted.org/packages/24/23/77f7cea53bf756a4c16908ba5386201d63ba0a7ecf28b9b9f268780fc3a2/softwarefabrica.django.utils-1.0dev_BZR_r97_panta_elasticworld.org_20091021151434_93c8fqnkdph1gdxy-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "79b014232f67c821002a01ca45633b81", "sha256": "2ae15358775ce7732ba59bb69db2a4df72b6884064e957dd6e79b9508370dee0" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r97_panta_elasticworld.org_20091021151434_93c8fqnkdph1gdxy-py2.6.egg", "has_sig": false, "md5_digest": "79b014232f67c821002a01ca45633b81", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 105470, "upload_time": "2009-10-21T17:18:03", "url": "https://files.pythonhosted.org/packages/0a/1f/10c5b75e6f3feb272e1aaee6218c95121f5bc62d650fcee2c0674785ba6b/softwarefabrica.django.utils-1.0dev_BZR_r97_panta_elasticworld.org_20091021151434_93c8fqnkdph1gdxy-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d9d792b7dc4b06d35c818860b91ec35a", "sha256": "30ca426103d53bf11130f13a19b47c361fa39ec8aa519f9be2f4588dc7456c15" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r97-panta-elasticworld.org-20091021151434-93c8fqnkdph1gdxy.tar.gz", "has_sig": false, "md5_digest": "d9d792b7dc4b06d35c818860b91ec35a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73835, "upload_time": "2009-10-21T17:17:37", "url": "https://files.pythonhosted.org/packages/da/71/a5d8df84f3dcf13b919403df29cd66cd456f2d322ce8a77b73b7e2da8903/softwarefabrica.django.utils-1.0dev-BZR-r97-panta-elasticworld.org-20091021151434-93c8fqnkdph1gdxy.tar.gz" } ], "1.0dev-BZR-r98-panta-elasticworld.org-20091108100831-f6s0u6xoa8j4jq16": [ { "comment_text": "", "digests": { "md5": "87c6228c0717ad12dc461ffd0e89c92f", "sha256": "68fd6f6290daebbaa0772774a10742b3e31d8a8dbaad88867b54435049e7cc2c" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r98_panta_elasticworld.org_20091108100831_f6s0u6xoa8j4jq16-py2.4.egg", "has_sig": false, "md5_digest": "87c6228c0717ad12dc461ffd0e89c92f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 106658, "upload_time": "2009-11-08T11:09:50", "url": "https://files.pythonhosted.org/packages/98/8d/a8d3b3ee5ae4885533f01ddbb599450b8c2766a1997efedc77e8163a1762/softwarefabrica.django.utils-1.0dev_BZR_r98_panta_elasticworld.org_20091108100831_f6s0u6xoa8j4jq16-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "14b9519e086ecc4f66233a47c032f340", "sha256": "0612cfc10ac40ea2df892452424e0f73ec3ac6f788ae4d58c31e5992c291139f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r98_panta_elasticworld.org_20091108100831_f6s0u6xoa8j4jq16-py2.5.egg", "has_sig": false, "md5_digest": "14b9519e086ecc4f66233a47c032f340", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 108156, "upload_time": "2009-11-08T11:09:42", "url": "https://files.pythonhosted.org/packages/9c/a1/b697ee0fa4e6b4a1ad38f83ad8ea0c489ae2bb0600fe4c6b4ef09d183297/softwarefabrica.django.utils-1.0dev_BZR_r98_panta_elasticworld.org_20091108100831_f6s0u6xoa8j4jq16-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "ddfd4af5e0b1c4825d7ba2f5ca026512", "sha256": "421b19cbc8219896afa748cfbf0356b479d053d0c4ce534c4135efb2565052ff" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r98_panta_elasticworld.org_20091108100831_f6s0u6xoa8j4jq16-py2.6.egg", "has_sig": false, "md5_digest": "ddfd4af5e0b1c4825d7ba2f5ca026512", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 108044, "upload_time": "2009-11-08T11:10:08", "url": "https://files.pythonhosted.org/packages/ff/e5/358003f902f53e0f5de29a81fe14aec56c0c05c317a9ec792ecb5ebe5858/softwarefabrica.django.utils-1.0dev_BZR_r98_panta_elasticworld.org_20091108100831_f6s0u6xoa8j4jq16-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d2b7d113bb574ff55e392a8595569a8a", "sha256": "0489ad840aa95a009687fc89ae0ae0f15ff5d2ea398941c8a1e81a86995bfe85" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r98-panta-elasticworld.org-20091108100831-f6s0u6xoa8j4jq16.tar.gz", "has_sig": false, "md5_digest": "d2b7d113bb574ff55e392a8595569a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74690, "upload_time": "2009-11-08T11:09:39", "url": "https://files.pythonhosted.org/packages/53/fa/646f2c180bad54576932e2a6c05cb3fc3ad3cd274463c41be035f5ca6053/softwarefabrica.django.utils-1.0dev-BZR-r98-panta-elasticworld.org-20091108100831-f6s0u6xoa8j4jq16.tar.gz" } ], "1.0dev-BZR-r99-panta-elasticworld.org-20091108103118-d0qlvtj52q236au0": [ { "comment_text": "", "digests": { "md5": "45f5fd8a462a73573f73d588de9274ac", "sha256": "3c5ab70e399818dd5040778bae09452cbf4109f460404b0f19216344e5865ad7" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r99_panta_elasticworld.org_20091108103118_d0qlvtj52q236au0-py2.4.egg", "has_sig": false, "md5_digest": "45f5fd8a462a73573f73d588de9274ac", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 109917, "upload_time": "2009-11-08T11:32:31", "url": "https://files.pythonhosted.org/packages/85/29/6f9b28e7b6656d13da935ca0b489933e116a787747697f16e5eaf782e3ec/softwarefabrica.django.utils-1.0dev_BZR_r99_panta_elasticworld.org_20091108103118_d0qlvtj52q236au0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "de771cfd5b4b0e25b1bfcbab5b80fdff", "sha256": "4cabf2da407a74c2cfea48620a4b7eab28cb7f083d347be63ba5be34053b122c" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r99_panta_elasticworld.org_20091108103118_d0qlvtj52q236au0-py2.5.egg", "has_sig": false, "md5_digest": "de771cfd5b4b0e25b1bfcbab5b80fdff", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 111403, "upload_time": "2009-11-08T11:32:26", "url": "https://files.pythonhosted.org/packages/2d/5b/b684327cfa37c118fa063f11538285a6cc55d832bbd60cc41c612e2724d2/softwarefabrica.django.utils-1.0dev_BZR_r99_panta_elasticworld.org_20091108103118_d0qlvtj52q236au0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "30a11850bb117f180e9363217d087e86", "sha256": "8c17ae94a489ac86a4e1f3411a43a0fea1c5477bec2bb329f9122faf3343c506" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r99_panta_elasticworld.org_20091108103118_d0qlvtj52q236au0-py2.6.egg", "has_sig": false, "md5_digest": "30a11850bb117f180e9363217d087e86", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 111284, "upload_time": "2009-11-08T11:32:45", "url": "https://files.pythonhosted.org/packages/ba/9a/36cd1d0fe6c2fe7f43c105c96dca9af2cf04d4819da514ebef35151f79cf/softwarefabrica.django.utils-1.0dev_BZR_r99_panta_elasticworld.org_20091108103118_d0qlvtj52q236au0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "cdb51af25320aba8f2b75c7200250b81", "sha256": "b329432cc60882f3e50403d4dbf55792dffa0df0d909da8b2e4a9adb0151e62c" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r99-panta-elasticworld.org-20091108103118-d0qlvtj52q236au0.tar.gz", "has_sig": false, "md5_digest": "cdb51af25320aba8f2b75c7200250b81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75811, "upload_time": "2009-11-08T11:32:24", "url": "https://files.pythonhosted.org/packages/10/ff/c2f9efb8f14f0a1b1a0030cf60c01f3bce63a8c7dc83327f240c64cfb632/softwarefabrica.django.utils-1.0dev-BZR-r99-panta-elasticworld.org-20091108103118-d0qlvtj52q236au0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c2a4d7cbc6e53b9dadd76d72ee6ce93", "sha256": "aadb2477188daccff2646c6944406d85865f9a5a91313c0a17b5bd2095a73fed" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.4.egg", "has_sig": false, "md5_digest": "0c2a4d7cbc6e53b9dadd76d72ee6ce93", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 97359, "upload_time": "2010-06-10T11:11:45", "url": "https://files.pythonhosted.org/packages/ae/ff/a0dbf20b8e6523af22dbba80bf6a21caf8097b5afc3be4faed602749d4bb/softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4863e70ff74a91f7208224d60805787b", "sha256": "1f65101b891f5c8c37cfcee3fa4fb59d64b5a4c4c45193a1f5b59275be217774" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.5.egg", "has_sig": false, "md5_digest": "4863e70ff74a91f7208224d60805787b", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 98977, "upload_time": "2010-06-10T11:10:25", "url": "https://files.pythonhosted.org/packages/b3/96/15656df5b397a5848e6795571b32155abb163878c1d8e21a3493c034fef7/softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "12d8189cb8aea100ed5ae1252367447b", "sha256": "c2127ae0e9dadf102cc1ffde975225ecc869a508df6de8009b380a2771cb9b1f" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.6.egg", "has_sig": false, "md5_digest": "12d8189cb8aea100ed5ae1252367447b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 98872, "upload_time": "2010-06-10T11:10:42", "url": "https://files.pythonhosted.org/packages/0d/09/3076086cf53b7099a9d680bc4846d33836a396bfbaf98e70dea730bee5c7/softwarefabrica.django.utils-1.0dev_BZR_r115_panta_elasticworld.org_20100520155735_sf3yrsr0pvyvlm8m-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "12f1e4eaac11815418871684a61443dc", "sha256": "3f4e68b9247e8b39d156b63310b66748515769ee6bdbec38bd63531dd85232ed" }, "downloads": -1, "filename": "softwarefabrica.django.utils-1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m.tar.gz", "has_sig": false, "md5_digest": "12f1e4eaac11815418871684a61443dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71232, "upload_time": "2010-06-10T11:11:38", "url": "https://files.pythonhosted.org/packages/de/f5/915af7fa2995695287dce65aac58be28ff5ac14ac83416ba8881cd84bf5f/softwarefabrica.django.utils-1.0dev-BZR-r115-panta-elasticworld.org-20100520155735-sf3yrsr0pvyvlm8m.tar.gz" } ] }