{ "info": { "author": "Kotti Developers", "author_email": "kotti@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Pylons", "Framework :: Pyramid", "License :: Repoze Public License", "Natural Language :: Dutch", "Natural Language :: English", "Natural Language :: French", "Natural Language :: German", "Natural Language :: Italian", "Natural Language :: Japanese", "Natural Language :: Polish", "Natural Language :: Portuguese", "Natural Language :: Swedish", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: SQL", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "=====\nKotti\n=====\n\n|pypi|_\n|license|_\n|build_status_stable|_\n\n.. |pypi| image:: https://img.shields.io/pypi/v/Kotti.svg?style=flat-square\n.. _pypi: https://pypi.python.org/pypi/Kotti/\n\n.. |license| image:: https://img.shields.io/pypi/l/Kotti.svg?style=flat-square\n.. _license: http://www.repoze.org/LICENSE.txt\n\n.. |build_status_stable| image:: https://img.shields.io/travis/Kotti/Kotti/stable.svg?style=flat-square\n.. _build_status_stable: http://travis-ci.org/Kotti/Kotti\n\nKotti is a high-level, Pythonic web application framework based on Pyramid_ and SQLAlchemy_.\nIt includes an extensible Content Management System called the Kotti CMS (see below).\n\nKotti is most useful when you are developing applications that\n\n- have complex security requirements,\n- use workflows, and/or\n- work with hierarchical data.\n\nBuilt on top of a number of *best-of-breed* software components,\nmost notably Pyramid_ and SQLAlchemy_,\nKotti introduces only a few concepts of its own,\nthus hopefully keeping the learning curve flat for the developer.\n\n\n.. _Pyramid: http://docs.pylonsproject.org/projects/pyramid/dev/\n.. _SQLAlchemy: http://www.sqlalchemy.org/\n\nKotti CMS\n=========\n\n.. You can **try out the Kotti CMS** on `Kotti's demo page`_.\n\nKotti CMS is a content management system that's heavily inspired by Plone_.\nIts **main features** are:\n\n- **User-friendliness**: editors can edit content where it appears;\n thus the edit interface is contextual and intuitive\n\n- **WYSIWYG editor**: includes a rich text editor\n\n- **Responsive design**: Kotti builds on `Bootstrap`_, which\n looks good both on desktop and mobile\n\n- **Templating**: you can extend the CMS with your own look & feel\n with almost no programming required\n\n- **Add-ons**: install a variety of add-ons and customize them as well\n as many aspects of the built-in CMS by use of an INI configuration\n file\n\n- **Security**: the advanced user and permissions management is\n intuitive and scales to fit the requirements of large organizations\n\n- **Internationalized**: the user interface is fully translatable,\n Unicode is used everywhere to store data\n\n.. _Kotti's demo page: http://kottidemo.danielnouri.org/\n.. _Plone: http://plone.org/\n.. _Bootstrap: http://getbootstrap.com/\n\nLicense\n=======\n\nKotti is offered under the BSD-derived `Repoze Public License `_.\n\nInstall\n=======\n\nSee `installation instructions`_.\n\n.. _installation instructions: https://kotti.readthedocs.io/en/latest/first_steps/installation.html\n\nSupport and Documentation\n=========================\n\nRead Kotti's extensive `documentation `_ on `Read the Docs `_.\n\nIf you have questions or need help, you can post on our `mailing list / forum `_ or join us on IRC: `#kotti on irc.freenode.net `_.\n\nIf you think you found a bug, open an issue on our `Github bugtracker `_.\n\nDevelopment\n===========\n\n|build_status_master|_\n|coveralls|_\n|codacy|_\n|codeclimate|_\n|circleci|_\n|scrutinizer|_\n|requires.io|_\n\n|gh_forks|_\n|gh_stars|_\n\nKotti is actively developed and maintained.\nWe adhere to `high quality coding standards`_, have an extensive test suite with `high coverage`_ and use `continuous integration`_.\n\nContributions are always welcome, read our `contribution guidelines`_ and visit our `Github repository`_.\n\n.. |build_status_master| image:: https://img.shields.io/travis/Kotti/Kotti/master.svg?style=flat-square\n.. _build_status_master: http://travis-ci.org/Kotti/Kotti\n.. _continuous integration: http://travis-ci.org/Kotti/Kotti\n\n.. |requires.io| image:: https://img.shields.io/requires/github/Kotti/Kotti.svg?style=flat-square\n.. _requires.io: https://requires.io/github/Kotti/Kotti/requirements/?branch=master\n\n.. |gh_forks| image:: https://img.shields.io/github/forks/Kotti/Kotti.svg?style=flat-square\n.. _gh_forks: https://github.com/Kotti/Kotti/network\n\n.. |gh_stars| image:: https://img.shields.io/github/stars/Kotti/Kotti.svg?style=flat-square\n.. _gh_stars: https://github.com/Kotti/Kotti/stargazers\n\n.. |coveralls| image:: https://img.shields.io/coveralls/Kotti/Kotti.svg?style=flat-square\n.. _coveralls: https://coveralls.io/r/Kotti/Kotti\n.. _high coverage: https://coveralls.io/r/Kotti/Kotti\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/fb10cbc3497148d2945d61ce6ad2e4f5\n.. _codacy: https://www.codacy.com/app/disko/Kotti?utm_source=github.com&utm_medium=referral&utm_content=Kotti/Kotti&utm_campaign=Badge_Grade\n.. _high quality coding standards: https://www.codacy.com/app/disko/Kotti?utm_source=github.com&utm_medium=referral&utm_content=Kotti/Kotti&utm_campaign=Badge_Grade\n\n.. |codeclimate| image:: https://api.codeclimate.com/v1/badges/3a4a61548fcc195e4ba1/maintainability\n.. _codeclimate: https://codeclimate.com/github/Kotti/Kotti/maintainability\n\n.. |circleci| image:: https://circleci.com/gh/Kotti/Kotti/tree/master.svg?style=svg\n.. _circleci: https://circleci.com/gh/Kotti/Kotti/tree/master\n\n.. |scrutinizer| image:: https://scrutinizer-ci.com/g/Kotti/Kotti/badges/quality-score.png?b=master\n.. _scrutinizer: https://scrutinizer-ci.com/g/Kotti/Kotti/\n\n.. _contribution guidelines: https://kotti.readthedocs.io/en/latest/contributing.html\n.. _Github repository: https://github.com/Kotti/Kotti\n\n\nAuthors\n=======\n\nKotti was created by Daniel Nouri and is currently maintained by Andreas Kaiser.\n\nMajor contributing authors include:\n\n- Andreas Kaiser\n- Andreas Zeidler\n- Christian Neumann\n- Daniel Nouri\n- Jure Cerjak\n- Marco Scheidhuber\n- Nuno Teixeira\n- Tom Lazar\n\nFor a complete list of contributors, see\nhttps://github.com/Kotti/Kotti/graphs/contributors\n\n\nChange History\n==============\n\n2.0.1 - 2019-01-09\n------------------\n\n- Reformat source code with black.\n\n- Remove testing import from package code.\n\n2.0.0 - 2019-01-07\n------------------\n\n- Update documentation (kotti-cookiecutter is the new scaffolding template).\n See https://github.com/Kotti/kotti-cookiecutter\n\n- Require pytest >= 4.1.0, use ``request.node.get_closest_marker`` instead of\n deprecated ``request.keywords``.\n\n2.0.0b2 - 2018-04-04\n--------------------\n\n- Fix CSRF issue in ``@@share`` view (#551).\n\n2.0.0b1 - 2018-03-19\n--------------------\n\n- Remove links to the demo site, which has been down for too long.\n\n2.0.0a1 - 2018-02-22\n--------------------\n\n**This is a alpha release. Blindly upgrading your production environments will make the universe collapse!**\n\nBackward Incompatibilities\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- **Python 3 compatibility**\n\n Kotti now runs on Python >= 3.5.\n\n Python 2.x support was dropped entirely and won't come back until somebody implements it or is willing to pay for it.\n\n- Everything marked as deprecated in Kotti 1.x was removed.\n\n- Scaffolding support via ``pcreate`` was dropped as it's deprecated by Pyramid now.\n An alternate solution (cookiecutter template) might become available again in the future.\n\nNew Features\n~~~~~~~~~~~~\n\n- **Python 3 compatibility**\n\n- Extensive testing and code analysis on Circle CI, Travis CI and Scrutinizer.\n\nFixes\n~~~~~\n\n- Avoid deprecation warning ``pyramid.security.has_permission``\n\n1.3.2 - 2018-04-04\n------------------\n\n**This release fixes a CSRF (Cross Site Request Forgery) security vulnerablity which was reported in #551. You should upgrade your installations ASAP.**\n\n1.3.1 - 2018-01-17\n------------------\n\n- When rendering slot views, use ``request.blank()`` to create the request.\n This is the proper behaviour, in tune with customizing\n ``kotti.request_factory``. Also added ``blank()`` method to\n ``kotti.testing.DummyRequest``.\n\n- When authenticated, show workflow state in the edit bar. Before it was\n shown only if the 'edit' permission was available.\n\n- Optimize the File edit form: don't load initial file data to session data\n and don't rewrite the file data after saving the form if that data has not\n been changed through the edit form.\n\n- Bugfix: when showing addable content in the menu, check if the factory has\n a defined add_view. This avoids a hard crash with, for example, a content\n type derived from Content that has no add_view defined.\n\n- Added ``nav-bar`` slot to ``edit/master.pt``, ``edit-bar`` and ``nav-bar``\n slots to ``view/master.pt``\n\n- Bugfix: Simplify 404 page, no longer crash when authenticated\n\n- Change: simplify `kotti.util.LinkBase.selected()`: use request.view_name\n instead of deriving the view name from request.url. Also, consider the View\n editor bar entry as selected even when the url doesn't end with a slash '/'\n\n- Feature: add Czech translation.\n\n- remove pytest-warnings from test dependencies (already integrated in\n modern pytest versions)\n\n1.3.0 - 2016-10-10\n------------------\n\nBreaking Changes\n~~~~~~~~~~~~~~~~\n\n- Upgrade to ``repoze.workflow==1.0b``. **If your application has a custom\n ``workflow.zcml``, it needs a little modification: ``state`` and\n ``transition`` titles are no longer ``key`` nodes, but attributes on the\n respective ``state`` or ``transition`` nodes. See Kotti's ``workflow.zcml``\n for an example.**\n\nFeatures and Fixes\n~~~~~~~~~~~~~~~~~~\n\n- Add a fallback in ``contents.pt`` when ``creation_date`` or\n ``modification_date`` is ``None``.\n\n- Transform workflow state title to TranslationStrings without eval and\n deprecate it.\n\n- Replace some Python 2 only code with equivalents that also support Python 3.\n\n- Use generic SQLAlchemy type Text as base type for JsonType. This allows\n SQLAlchemy to map Text type to the most suitable type available on given\n database system. Previously used TEXT type is not available in Oracle\n database. In case of existing installation of Kotti with database system,\n for which SQLAlchemy maps generic Text type to type different than TEXT it's\n necessary to either convert existing columns \"nodes._acl\" and\n \"nodes.annotations\" to that type or configure SQLAlchemy to map generic Text\n type to existing type of these two columns. For example of how to do this\n please see http://stackoverflow.com/a/36506666/95735. For all database\n systems for which SQLAlchemy provides dialects except Oracle (Firebird,\n Microsoft SQL Server, MySQL, Postgres, SQLite, Sybase) there's no need to\n do anything.\n\n- We use PEP 440 normalized form for the project's version thus current\n \"1.3.0-alpha.5-dev\" became \"1.3.0a5.dev0\".\n\n- Upgrade tests to ``zope.testbrowser>=5.0.0``. This removes the ``mechanize``\n and ``wsgi_intercept`` dependencies and thus the last blocker for Python 3\n compatibility.\n\n- Move ``pytest`` config from ``setup.cfg`` to new ``pytest.ini``. This\n prevents a deprecation warning with ``pytest>=3.0``.\n\n- Rename ``kotti.testing.TestingRootFactory`` to\n ``kotti.testing.RootFactory`` to prevent another deprecation warning with\n ``pytest>=3.0``.\n\n1.3.0-alpha.4 - 2015-01-15\n--------------------------\n\n**This is a alpha release. Blindly upgrading your production environments will\nmake the universe collapse!**\n\n\n- Add a ``kotti.depot_replace_wsgi_file_wrapper`` option to replace the WSGI\n file wrapper with ``pyramid.response.FileIter`` for problematic environments.\n\n1.3.0-alpha.3 - 2016-01-11\n--------------------------\n\n**This is a alpha release. Blindly upgrading your production environments will\nmake the universe collapse!**\n\n\n- Bugfix: don't try to get api.root via the lineage if not in a location aware\n context (for example 404 view). Return the site root instead.\n\n1.3.0-alpha.2 - 2016-01-05\n--------------------------\n\n**This is a alpha release. Blindly upgrading your production environments will\nmake the universe collapse!**\n\n- Add a custom traverser, which gets all nodes in a single DB query. For deeply\n nested trees this results in drastic performance improvements. See\n https://kotti.readthedocs.io/en/master/api/kotti.traversal.html for details.\n\n- Bugfix: copy and paste of file nodes wouldn't create a new depot file, but\n instead lead to multiple references to a single file which would cause\n undesired results when one of them was deleted later.\n\n- Bugfix: local 'role:owner' was not set when a new node was created by copy\n and paste.\n\n- Bugfix: kotti.events._update_children_paths could fail under unclear\n conditions (at least under Python 2.6 with SQLite).\n\n- Get rid of more browser doctests (converted to webtest).\n\n1.3.0-alpha.1 - 2015-12-22\n--------------------------\n\n**This is a alpha release. Blindly upgrading your production environments will\nmake the universe collapse!**\n\n- Completely revised ``Depot`` integration. See\n https://kotti.readthedocs.io/en/latest/developing/advanced/blobs.html\n for details.\n\n- Make ``kotti.resources.SaveDataMixin`` more versatile in that it now supports\n a ``data_filters`` attribute (or even a completely overridden ``data``\n attribute) on subclasses. For an example for what this is useful, see the\n new ``kotti_image`` package's readme and the Depot documentation\n (https://depot.readthedocs.io/en/latest/database.html#custom-behaviour-in-attachments).\n\n **These changes require a database migration.**\n\n A migration script is included, which can be executed by running\n ``kotti-migrate upgrade_all``. However, this script will fail if\n you subclassed from ``kotti.resources.Image`` in your application. It also\n doesn't cover custom classes inherited from ``kotti.resources.File`` (other\n than Kotti's ``Image``). Migration of those can be performed easily, by\n copying the code from the included migration step to your package's migration\n environment and adjust it to your needs.\n\n- Move all image related code to the new ``kotti_image`` add on package.\n All classes and functions are imported into their former place, so that code\n that imports from there will still be working.\n\n- Fix broken upload type selector.\n\n- Create RFC6266 compliant content disposition headers for non-ASCII filenames.\n\n- Add request.uploaded_file_response method.\n\n1.2.4 - 2015-11-26\n------------------\n\n- Fix broken packaging of 1.2.3. Sorry for the inconvenience!\n\n1.2.3 - 2015-11-26\n------------------\n\n- Add Kotti logo and icon to static assets.\n- Use Kotti logo as favicon.\n- Move favicon definition to separate template to make it easily overridable.\n- Fix permission check in ``kotti.views.util.nodes_tree``.\n\n1.2.2 - 2015-10-28\n------------------\n\n- Add simple, default ``not found view``.\n- In ``workflow-dropdown`` replace hard-coded permission check with individual\n permission checks for each existing transition.\n- Upgrade requirements.\n\n1.2.1 - 2015-10-07\n------------------\n\n- Outfactor the code that runs after successful authentication into a\n configurable ``kotti.login_success_callback`` function.\n- Outfactor the code that runs after a valid password reset request into a\n configurable ``kotti.password_reset_callback`` function.\n- Support principal search on non string attributes.\n- Support principal searches matching *all* arguments\n (i.e. using the ``and`` operator, ``or`` is still the default).\n- Support optional --rev with kotti-migrate upgrade.\n\n1.2.0 - 2015-09-27\n------------------\n\n- **Greatly** reduce the number of queries that are sent to the DB:\n - Add caching for the root node.\n - Use eager / joined loading for local_groups.\n - Don't query principals for roles\n- Add \"missing\" foreign key indices (with corresponding migration step).\n- Add a ``kotti.modification_date_excludes`` configuration option.\n It takes a list of attributes in dotted name notation that should not trigger\n an update of ``modification_date`` on change. Defaults to\n ``kotti.resources.Node.position``.\n- Don't try to set a caching header from the NewRequest handler when Pyramid's\n tweens didn't follow the usual chain of calls. This fixes compatibility with\n ``bowerstatic``.\n- Don't assume ``renderer_name`` exists in a rendering event (ex.\n BeforeRender). The official docstring of ``pyramid.interfaces.IRenderer`` is\n a bit ambigous in regards to what the ``system`` parameter should include\n when a renderer gets called. This fixes compatibility with\n ``pyramid_layout``.\n- Add a ``kotti.modification_date_excludes`` configuration option.\n It takes a list of attributes in dotted name notation that should not trigger\n an update of ``modification_date`` on change. Defaults to\n ``kotti.resources.Node.position``.\n\n1.1.5 - 2015-09-04\n------------------\n\n- Fix migration error on MySQL.\n- Only wrap methods that do exist on the wrapped type (in\n ``kotti.sqla.MutationList`` / ``kotti.sqla.MutationDict``). This\n fixes an error that occurs when MutationLists are exposed to the UI\n via ``colander.SequenceSchema``.\n- Upgrade requirements to latest versions (``filedepot``, ``waitress``).\n\n1.1.4 - 2015-06-27\n------------------\n\n- Add compatibility with SQLAlchemy 1.0. Also require SQLAlchemy 1.0.6 now.\n- Ignore HTTPForbidden exceptions during slot rendering\n\n1.1.3 - 2015-06-17\n------------------\n\n- Fix a bug in kotti-migrate that prevented initial migration steps from being\n run successfully.\n- Require kotti_tinymce 0.5.3.\n\n1.1.2 - 2015-06-12\n------------------\n\n- Enlarge column sizes for ``name``, ``path`` and ``title`` (see #427).\n Upgrading from any version older than 1.1.2 requires you to run a migration\n script on your database. To run the migration, call::\n\n $ bin/kotti-migrate upgrade\n\n- Add length validator for ``title`` (fix partially #404). See #428\n\n- Remove 40 chars max length constraint for the html segment ``name``\n (``Kotti.util.title_to_name``). See #428\n\n- Update italian translation\n\n- Update documentation\n\n- Add an ``add_permission`` attribute to ``kotti.resources.TypeInfo`` with a\n default value of ``add``. See #436\n\n- Add a \"cancel\" button to the delete node view.\n\n1.1.1 2015-05-11\n----------------\n\n- Update scaffold's README file. See #417.\n- Fix broken multifile upload. See #425.\n\n1.1.0 2015-04-16\n----------------\n\n- Separate the default actions to a ``kotti.resources.default_actions``\n variable, to allows easier customization of default actions of all\n content types. This is a ``LinkParent``, you can append new\n ``kotti.util.Link`` objects to its ``children``.\n\n- Add ``target`` option to ``kotti.util.Link``. See #405.\n\n- Add sanitizers. See ``docs/development/advanced/sanitizers`` and\n ``kotti.sanitizers`` for details. This fixes #296.\n\n- Added new document on how to customize the edit interface.\n See ``docs/development/advanced/add-to-edit-interface``.\n\n- Make it easier to customize default actions by separating them to a new\n ``kotti.resources.default_actions`` variable. Before, to customize them,\n you'd have to change ``Content.type_info.edit_links[3].children``, now you\n can mutate ``default_actions`` directly. See\n ``docs/development/advanced/add-to-edit-interface`` for details.\n\n- Upgrade ``WebOb``, ``html2text``, ``pyramid`` and ``xlwt`` to their latest\n stable versions.\n\n1.1.0-alpha.1 - 2015-03-19\n--------------------------\n\n- Allow moving ``File`` and ``Image`` blob data from the database to\n configurable storages. To achieve this we use `filedepot`_, a third-party\n library with several plugin storages already built in. See\n docs/developing/advanced/blobs.rst for details on what this brings. Upgrading\n from any version older then 1.1.0 requires you to run a migration script on\n your database. To run the migration, call::\n\n $ bin/kotti-migrate upgrade\n\n Please note that, before running the migration, you should take the time to\n read the documentation and configure your desired storage scheme.\n\n.. _filedepot: https://pypi.python.org/pypi/filedepot/\n\n- Allow storing blob data in the database using ``DBStoredFile`` and\n ``DBFileStorage``, a database centered storage plugin for ``filedepot``. This\n storage is the default storage for blob data, unless configured otherwise.\n\n- Added a script to migrate blob data between depot storages. See\n docs/developing/advanced/blobs.rst for details on how to use it.\n\n- Simplify serving blob data by using ``kotti.views.file.UploadedFileResponse``,\n which also streams data. Please note that the default ``DBStoredFile`` still\n needs to load its entire data in memory, to benefit from this feature you\n should configure another default depot storage.\n\n- Added three new test fixtures: ``mock_filedepot``, to be used in simple unit\n tests with no dependency on a database session, ``filedepot``, which\n integrates with the ``dbsession`` fixture and ``no_filedepot``, a fixture\n that can be used in developing tests for new file depot plugins - by\n preserving the depot configuration before and after running the test. NOTE:\n in order to test edit views with uploaded data in the request, you need to\n mixin the ``filedepot`` fixture.\n\n- Initialize pyramid.paster.logging for custom commands defined via\n ``kotti.util.command``, to allow log message output for kotti sessions\n started via custom commands.\n\n- Remove unused ``kotti.js``.\n\n- Remove deprecated ``kotti.views.slots.local_navigation`` and\n ``kotti.views.slots.includeme_local_navigation``. Use\n ``kotti.views.navigation.local_navigation`` and\n ``kotti.views.navigation.includeme_local_navigation`` instead.\n\n- Upgrade ``plone.scale`` and ``SQLAlchemy`` to their latest stable versions.\n\n- Change ``height`` property on ``body``'s widget (``RichTextField``) for\n improved usability. See #403.\n\n1.0.0 - 2015-01-20\n------------------\n\n- No changes.\n\n1.0.0-alpha.4 - 2015-01-29\n--------------------------\n\n- Added experimental Docker support. See #374.\n\n- Allow restricting *add views* to specific contexts. This allows third party\n developers to register new content types that are addable in specific\n type of contexts, by specifying ``context=SomeContentType`` in their\n *add view* registration and having ``type_info.addable=['SomeContentType']``\n in the type info.\n\n- For documents with duplicate titles that end in a number, append a counter\n instead of incrementing their number. Fixes #245\n\n- Update all requirements (except alembic) to their latest respective versions.\n\n1.0.0-alpha.3 - 2015-01-13\n--------------------------\n\n- Explicitly implement ``pyramid.interfaces.IRequest`` for\n ``kotti.request.Request``. This allows add-on packages to use\n ``config.add_request_method`` (with reify) and\n ``config.add_request_property`` without breaking the interfaces provided by\n the request. Fixes #369\n\n1.0.0-alpha.2 - 2015-01-01\n--------------------------\n\n- Require ``kotti_tinymce==0.5.1``. This fixes #365.\n\n1.0.0-alpha - 2014-12-20\n------------------------\n\n- Add a new scaffold based on Pyramid's ``pcreate``. To run the tests for the\n scaffold, you must invoke ``py.test`` with the ``--runslow`` option. This\n is enabled by default on Travis.\n\n- ``kotti._resolve_dotted`` now return a resolved copy of the settings\n (instead of in place resolving as before).\n\n- Factor out DBMS specific patches and make them available to the test fixtures.\n\n- Add new fixtures that can also be used in add on tests:\n\n - ``custom_settings`` does nothing and is meant to be overridden in add on\n test suites. It allows injection of arbitrary key / values into the\n settings dict used in tests.\n\n - ``unresolved_settings`` is guaranteed to only contain unresolved string\n values (or lists therof).\n\n - ``settings`` is now guaranteed to be fully resolved.\n\n - ``webtest`` returns a ``webtest.TestApp`` instance with support for the\n ``@user`` marker. This should be used instead of browser doctests for\n functional tests.\n\n- Use RTD theme for documentation.\n\n- Use latest versions of all requirements. The only upgrade with notable\n differences is ``lingua`` (from 1.4 to 3.6.1). This completely changes\n lingua's API. See docs/developing/basic/translations.rst for details on\n the greatly simplified new usage.\n\n- Remove code (incl. tests) that has been marked as deprecated since (at least)\n Kotti 0.8.\n\n- Revise UI to make better use of Bootstrap 3.\n\n- Allow parameters for move-child-position views to either be in\n ``request.POST`` or ``request.json_body``.\n\n- Don't use Pyramid code that is marked as deprecated:\n\n - replace ``pyramid.security.authenticated_userid`` with\n ``request.authenticated_userid``.\n\n- Deprecate ``kotti.security.has_permission`` to be consistent with the\n corresponding deprecation in Pyramid 1.5. You should now use\n ``request.has_permission`` instead.\n\n- Make all values in ``Node.path`` end in ``/``. This makes it consistent over\n all nodes (*including* root) and correspond to the values of\n ``request.resource_url``. As a side effect querying becomes easier.\n However, this might need adjustments in your code if you were expecting the\n old path values before. A migration step for DB upgrades is included.\n\n0.10b1 - 2014-07-11\n-------------------\n\n- Add a ``__json__`` method to MutationList and MutationDict.\n\n This is to allow Pyramid's serializer to just work.\n\n0.10a4 - 2014-06-19\n-------------------\n\n- Upgrade Pyramid to version 1.5.1.\n\n0.10a3 - 2014-06-11\n-------------------\n\n- Upgrade SQLAlchemy and alembic dependencies from 0.8.2 and 0.5.0 to\n 0.9.4 and 0.6.5 respectively.\n\n- Do not flush within ``Node.path`` event handlers. We would\n otherwise trigger object handlers with funny object states.\n\n- Fix bug with ``Node.path`` where we attach a Node instance to a\n parent that has been loaded from the database, but its parents have\n not been loaded yet.\n\n- Fix deprecation warnings with regard to Pyramid's\n ``custom_view_predicates`` and ``set_request_property``. Also\n deprecate ``kotti.views.util.is_root``.\n\n0.10a2 - 2014-06-05\n-------------------\n\n- Add ``Node.path`` column. This allows queries based on path, so\n it's much easier just to find all children, grandchildren etc. of a\n given node::\n\n DBSession.query(Node).filter(Node.path.startswith(mynode.path))\n\n- Adds ``session`` attribute to the request attributes to copy to the slot view request.\n\nMigrations\n~~~~~~~~~~\n\n- Upgrading from 0.9.2 to 0.10 requires you to run a migration script\n on your database. To run the migration, call::\n\n $ bin/kotti-migrate upgrade\n\n Make sure you **backup** your database before running the migration!\n\n0.10a1 - 2014-05-19\n-------------------\n\n- Kotti is now based on Bootstrap 3 (and therefore Deform 2).\n\n THIS IS A BACKWARD INCOMPATIBLE CHANGE W.R.T. MOST TEMPLATES,\n INCLUDING FORM TEMPLATES! IF YOUR PROJECT EITHER HAS TEMPLATE\n CUSTOMIZATIONS OR DEPENDS ON ADD-ONS THINGS WILL LOOK BROKEN!\n\n If you **only** use Kotti's default UI, chances are good that your\n application will continue to work well unchanged. Kotti's API is\n mostly unchanged and fully backward compatible though.\n\n- Rework implementation of 'kotti.util.Link' ('ViewLink') to be more\n flexible.\n\n There's now proper support for nesting 'edit_links', so that the\n special 'action_links' list is no longer necessary. Links now also\n make better use of templates for rendering, and are probably easier\n to customize overall.\n\n- Added compatiblity for and now require Pyramid>=1.5. #273\n\n- In tests, turned `settings` and `setup_app` into fixtures to ease\n overriding.\n\n- Add ``kotti_context_url`` JS global variable. For more details on why this\n is needed see:\n\n - https://github.com/Kotti/kotti_tinymce/issues/19\n - https://github.com/Kotti/Kotti/issues/219\n - https://github.com/Kotti/kotti_newsitem/issues/2\n - https://github.com/Kotti/kotti_calendar/issues/4\n\n- Adds ``delete`` permission needed for 'delete' and 'delete_nodes'\n views. The default workflow was updated in consequence. It allows to\n elaborate more fine grained workflows : for instance, create a role\n which can edit a content but not delete it.\n\n To make existent Kotti's instances using default workflow\n compatibles and avoid users that have 'editor' role (and so far,\n whom have the possibility to edit and delete the content) to not be\n able to delete contents, it's needed to reset workflow with\n \"kotti-reset-workflow \" command.\n\n- Fix #308: Unique name constraint issue during paste of a cut node.\n\n0.9.2 - 2013-10-15\n------------------\n\n- Fix #268: Convert None to colander.null in get_appstruct so that\n serialization doesn't fail (needed due to recent changes in colander).\n\n0.9.1 - 2013-09-25\n------------------\n\n- Allow user admins to modify user passwords.\n\n- Require newer kotti_tinymce (source code editing was broken in 0.4).\n\n0.9 - 2013-09-17\n----------------\n\n- Add multi file content upload. You can now select several files from your\n local storage that you want to upload and chose what content nodes shall be\n created in your Kotti site. Currently files with MIME types of ``image/*``\n can be uploaded and be created as either ``Image`` or ``File`` nodes, all\n other MIME types will be created as ``File``. In future releases (or add-on\n products) this can be extended with additional converters allowing for example\n to upload HTML files and create ``Document`` nodes with the content of the\n ``title`` tag becoming the node's title, the content of the ``body`` tag\n becoming the node's body and so on.\n\n- Fix #253: Many translations weren't included in the last release.\n\n '--use-fuzzy' translations when running 'compile_catalog' adds back\n translations that were recently marked as fuzzy. (All translations\n that were marked as fuzzy in German were still accurate.)\n\n- Fix #252: Wrap templates where extract_messages failed with \n\n- Fix #249: TinyMCE translations work again.\n\n0.9b2 - 2013-08-20\n------------------\n\n- Fix #251: Broken comparison of NestedMutationDict and NestedMutationList.\n\n- Update kotti_tinymce to version 4.0.2.\n\n- Fix bug in `kotti.views.content.FileEditForm` to preserve file\n content while editing it.\n\n0.9b1 - 2013-06-26\n------------------\n\n- Add ``kotti.util.ViewLink.visible`` method for better control over\n whether a view link should be visible or not. This allows us to\n move formerly hardcoded action links defined in\n ``kotti.views.edit.actions`` into ``TypeInfo.action_links`` and thus\n make them configurable either globally or per content type.\n\n- ``kotti.security.view_permitted`` will now check for\n ``pyramid.security.view_execution_permitted`` with a request method\n set to 'GET' by default. It used to check for a view that matches\n the current request's method.\n\n This fixes an issue where ``kotti.util.ViewLink.permitted`` would by\n mistake check for a 'POST' view when the current request was 'POST'.\n\n- Add ``INavigationRoot`` interface and ``TemplateAPI.navigation_root``\n property. The latter returns the first content node in the lineage that\n implements ``INavigationRoot`` or the root node if ``INavigationRoot`` is not\n implemented by any node in the lineage. Make the ``nav.pt`` template use\n ``api.navigation_root`` instead of ``api.root``. This allows third party\n add-ons to define content types that can reside somewhere in the content tree\n while still being the root for the navigation.\n\n- Move navigation related view code to new module ``kotti.views.navigation``.\n Deprecate imports from the old locations.\n\n- Remove *some* code that has been deprecated in 0.6 or 0.7.\n\n- A view assigned to a slot can access the slot name where its rendered.\n\n- Add missing `transaction.commit()` in `kotti-reset-workflow`.\n\n- Fix bug in `kotti.views.util.render_view` where local roles weren't\n respected correctly.\n\n- Add helper method `kotti.message.send_email` for sending general\n emails. These emails must follow a particular structure. Look at\n `kotti:templates/email-set-password.pt` as an example.\n\n0.9a2 - 2013-05-04\n------------------\n\n- Fix #222: Use SQLAlchemy's `before_flush` event for object events.\n\n We were using the wrong events previously. The problem with\n `before_insert`, `before_update`, and `before_delete` was that event\n handlers could not reliably call `Session.add`, `Session.delete`,\n and change mapped relationships. But only SQLAlchemy 0.8 started\n emitting a warning when that was done.\n\n Also deprecated `ObjectAfterDelete` because I don't think it's useful.\n\n- Remove the html5shim from the master templates and use the fanstatic\n package js.html5shiv instead.\n\n- A temporary fix for #187. Basically suppresses DetachedInstanceError.\n\n- Add ``kotti.events.subscribe`` decorator. See the also updated docs on that\n topic / module for details.\n\n0.9a1 - 2013-03-12\n------------------\n\n- Fix ordering on how ``include_me`` functions are loaded. This puts\n Kotti's own and Kotti add-on search paths in front of\n deform_bootstrap's.\n\n- Add image thumbs with preview popovers to @@contents view.\n\n- Add drag'n'drop ordering support to @@contents view.\n\n- Add \"toggle all\" checkbox to @@contents view.\n\n- Add contents path bar to @@contents view.\n\n0.8 - 2013-03-12\n----------------\n\n- No changes.\n\n0.8b2 - 2013-02-08\n------------------\n\n- Fix Kotti's tests to no longer trigger deprecation warnings.\n Kotti's funcargs need to be better documented still, see #141.\n\n- Add a fanstatic.Group 'tagit' and need() it in the defered widget. This is\n needed to make the tags widget render correctly with a theme package enabled\n until the defered widget is replaced by a widget class that declares its\n requirements in the usual deform style.\n\n- Transform ``setup_users``, ``setup_user`` and ``prefs`` views into\n class-based views. Add a little text at subsection ``Security`` on\n developer manual mentioning those views.\n\n0.8b1 - 2012-12-30\n------------------\n\n- No changes\n\n0.8a2 - 2012-12-15\n------------------\n\n- Remove test related dependencies on requirements.txt.\n So now we need to run `python setup.py dev` to get testing\n dependencies.\n\n- Update packages versions on requirements.txt for latest working\n versions.\n\n- Added a tags display in views for documents, files, folders, and images,\n where they show up as a horizontal list between description and body.\n\n- Modified general search to include simple tags searching. The default\n search in Kotti works on a simple search term matching basis. Tags\n searching is added here in a simple fashion also, such that you can only\n search for one tag at a time, but partial matches work: searching for 'foo'\n finds content tagged 'foo bar'. You can also search on single tags by\n clicking an individual tag in the tags display of an item. More\n sophisticated tags searching, just as for general search, is left to\n dedicated add-ons.\n\n0.8a1 - 2012-11-13\n------------------\n\n- Make language-dependent URL normalization the default. (How to do\n this used to be a cookbook entry.)\n\n- Cleanup node edit actions and use decorated view classes.\n\n- Add contents view with actions for multiple items.\n\n- Add children_with_permission method to ContainerMixin.\n\n- Add UI for default_view selection.\n\n- Deprecate 'kotti.views.edit.generic_add' and 'generic_edit'. Just\n use class-based forms instead.\n\n0.7.2 - 2012-10-02\n------------------\n\n- Improve installation instructions. Now uses tagged requirements.txt\n file.\n\n- Added event request POST vars to the request for the slot viewlet.\n\n- Added IFile and IImage interfaces to allow for file and image\n subclasses to reuse the same view (registrations).\n\n0.7.1 - 2012-08-30\n------------------\n\n- Add deletion of users to the users management.\n\n- Fix tag support for files and images.\n\n- Upgrade to Twitter Bootstrap 2.1\n\n - remove lots of CSS that is no longer needed\n\n - fix responsive layout that was broken on some phone size\n screen resolutions\n\n- Add \"Site Setup\" submenu / remove @@setup view.\n\n0.7 - 2012-08-16\n----------------\n\n- Fix critical issue with migrations where version number would not be\n persisted in the Alembic versions table.\n\n0.7rc1 - 2012-08-14\n-------------------\n\n- No changes.\n\n0.7a6 - 2012-08-07\n------------------\n\n- Fix a bug with connections in the migration script. This would\n previously cause Postgres to deadlock when calling\n ``kotti-migrate``.\n\n0.7a5 - 2012-08-07\n------------------\n\n- Add workflow support based on ``repoze.workflow``. A simple\n workflow is included in ``workflow.zcml`` and is active by default.\n Use ``kotti.use_workflow = 0`` to deactivate. The workflow support\n adds a drop-down that allows users with ``state_change`` permission\n to modify the workflow state.\n\n- Change the default layout\n\n Kotti's new default look is now even closer to the Bootstrap\n documentation, with the main nav bar at the very top and the\n edit bar right below.\n\n Upgrade note: if you have a customized main_template and want to\n use the recent changes in that template, you need to swap\n positions of ``nav.pt`` and ``editor-bar.pt`` ``api.render_template``\n calls and remove the ``search.pt`` call from the main_template\n (it's now called from within ``nav.pt``).\n Everything else is completely optional.\n\n- Add migrations via Alembic. A new script ``kotti-migrate`` helps\n with managing database upgrades of Kotti and Kotti add-ons. Run\n ``kotti-migrate upgrade`` to upgrade the Kotti database\n to the latest version.\n\n Add-on authors should see the ``kotti.migrate`` module's docstring\n for more details.\n\n- Make ``Document.body`` searchable (and therefore the search feature\n actually useful for the first time).\n\n- Add a \"minify\" command to compress CSS and JS resources.\n\n To use it run::\n\n python setup.py dev\n python setup.py minify\n\n The ``minify`` command assumes, that all resources are in\n ``kotti/static/``. ``YUI compressor`` is used for compression\n and will be automatically installed when running\n ``python setup.py dev``. However, you still need a JVM on\n your development machine to be able to use the ``minify``\n command.\n\n- Fix settings: only values for kotti* keys should be converted to\n unicode strings.\n\n- Fix #89: Validate email address for uniqueness when user changes it.\n\n- Fix #91: Styling of search box.\n\n- Fix #104: Make fanstatic resources completely overridable.\n\n- Enabled deferred loading on File.data column.\n\nMigrations\n~~~~~~~~~~\n\n- Upgrading from 0.6 to 0.7 requires you to run a migration script on\n your database. To run the migration, call::\n\n $ bin/kotti-migrate upgrade\n\n Make sure you **backup** your database before running the migration!\n\n- Upgrading to 0.7 will initialize workfow state and permissions for\n all your content objects, unless you've overwritten\n ``kotti-use_workflow`` to not use a workflow (use ``0``) or a custom\n one.\n\n It is **important** that sites that have custom permissions,\n e.g. custom modifications to SITE_ACL, turn off workflow support\n prior to running the upgrade script.\n\n0.7a4 - 2012-06-25\n------------------\n\n- Add minified versions JS/CSS files.\n\n- Fix #88: logging in with email.\n\n- Update translations.\n\n0.7a3 - 2012-06-15\n------------------\n\n- Include ``kotti.tinymce`` which adds plug-ins for image and file\n upload and content linking to the TinyMCE rich text editor.\n\n- Slot renderers have been replaced by normal views (or viewlets).\n ``kotti.views.slots.register`` has been deprecated in favour of\n ``kotti.views.slots.assign_slot``, which works similarly, but takes\n a view name of a registered view instead of a function for\n registration.\n\n- Switch to fanstatic for static resource management.\n\n Upgrade note: This requires changes to existing `*.ini` application\n configuration files. Concretely, you'll need to add a\n ``filter:fanstatic`` section and a ``pipeline:main`` section and\n rename an existing ``app:main`` section to ``app:Kotti`` or the\n like. Take a look at Kotti's own ``development.ini`` for an\n example.\n\n- Retire the undocumented ``kotti.resources.Setting`` class and table.\n ``kotti.get_settings`` will now return ``registry.settings``\n straight, without looking for persistent overrides in the database.\n\n- Drop support for Pyramid<1.3, since we use\n ``pyramid.response.FileResponse``, and kotti_tinymce uses\n ``pyramid.view.view_defaults``.\n\n- Fix encoding error with non-ascii passwords.\n\n0.7a2 - 2012-06-07\n------------------\n\n- Do not allow inactive users to reset their password.\n\n\n0.7a1 - 2012-06-01\n------------------\n\nFeatures\n~~~~~~~~\n\n- Add a new 'Image' content type and image scaling, originally from\n the kotti_image_gallery add-on. See ``kotti.image_scales.*``\n settings.\n\n- Add search and related setting ``kotti.search_content``.\n\n- Add subscriber to set cache headers based on caching rules. See\n also related setting ``kotti.caching_policy_chooser``.\n\n- Remove TinyMCE from the core.\n\n- Move email templates into page templates in\n ``kotti:templates/email-set-password.pt`` and\n ``kotti:templates/email-reset-password.pt``. This is to make them\n easier to translate and customize. This deprecates\n ``kotti.message.send_set_password``.\n\n- Add a 'edit_inhead' slot for stuff that goes into the edit\n interface's head. 'inhead' is no longer be used in\n 'edit/master.pt'.\n\n- For more details, see also\n http://danielnouri.org/notes/2012/05/28/kotti-werkpalast-sprint-wrap-up/\n\nBugs\n~~~~\n\n- Fix bug with group edit views.\n See https://github.com/Pylons/Kotti/pull/61\n\n- Fix bug where ``user.last_login_date`` was not set during automic\n login after the set password screen.\n\n0.6.3 - 2012-05-08\n------------------\n\n- Add tag support. All content objects now have tags. They can be\n added in the UI using the \"jQuery UI Tag-it!\" widget.\n See https://github.com/Pylons/Kotti/pull/55 .\n\n- Fix a bug with file download performance.\n\n0.6.2 - 2012-04-21\n------------------\n\n- Links in Navigation view lead to node view. Added edit links\n to view the node's edit form.\n\n- Hitting 'Cancel' now returns to the context node for add/edit views\n\n0.6.1 - 2012-03-30\n------------------\n\n- Added button to show/hide nodes from navigation in the order screen.\n\n- The 'rename' action now strips slashes out of names. Fixes #53.\n\n- Add Dutch translation.\n\n- Allow translation of TinyMCE's UI (starting with deform 0.9.5)\n\n- Separated out testing dependencies. Run ``bin/python setup.py dev``\n to install Kotti with extra dependencies for testing.\n\n- Deprecate 'kotti.includes' setting. Use the standard\n 'pyramid.includes' instead.\n\n- Setting 'Node.__acl__' to the empty list will now persist the empty\n list instead of setting 'None'.\n\n- Let 'pyramid_deform' take care of configuring deform with\n translation dirs and search paths.\n\n0.6.0 - 2012-03-22\n------------------\n\n- Add Japanese translation.\n\n- Enforce lowercase user names and email with registration and login.\n\n- Moved SQLAlchemy related stuff from kotti.util into kotti.sqla.\n\n- You can also append to 'Node.__acl__' now in addition to setting the\n attribute.\n\n0.6.0b3 - 2012-03-17\n--------------------\n\n- Have the automatic ``__tablename__`` and ``polymorphic_identity``\n for CamelCase class names use underscores, so a class\n 'MyFancyDocument' gets a table name of 'my_fancy_documents' and a\n type of 'my_fancy_document'.\n\n0.6.0b2 - 2012-03-16\n--------------------\n\n- Make the 'item_type' attribute of AddForm optional. Fixes #41.\n\n- ``kotti.util.title_to_name`` will now return a name with a maximum\n length of 40. Fixes #31.\n\n0.6.0b1 - 2012-03-15\n--------------------\n\n- Use declarative style instead of class mapper for SQLAlchemy resources.\n\n Unfortunately, this change is backwards incompatible with existing\n content types (not with existing databases however). Updating your\n types to use Declarative is simple. See kotti_calendar for an\n example:\n https://github.com/dnouri/kotti_calendar/commit/509d46bd596ff338e0a88f481339882de72e49e0#diff-1\n\n0.5.2 - 2012-03-10\n------------------\n\n- A new 'Actions' menu makes copy, paste, delete and rename of items\n more accessible.\n\n- Add German translation.\n\n- Populators no longer need to call ``transaction.commit()``\n themselves.\n\n0.5.1 - 2012-02-27\n------------------\n\n- Internationalize user interface. Add Portuguese as the first\n translation.\n\n- A new 'Add' menu in the editor toolbar allows for a more intuitive\n adding of items in the CMS.\n\n- Refine ``Node.copy``. No longer copy over local roles per default.\n\n0.5.0 - 2012-02-15\n------------------\n\n- Move Kotti's default user interface to use Twitter Bootstrap 2.\n\n- Add a new 'File' content type.\n\n- Add CSRF protection to some forms.\n\n- Remove Kotti's ``FormController`` in favor of using ``pyramid_deform``.\n\n- Use plone.i18n to normalize titles to URL parts.\n\n- Add a separate navigation screen that replaces the former\n intelligent breadcrumbs menu.\n\n- Use ``pyramid_beaker`` as the default session factory.\n\n- Make ``kotti.messages.send_set_password`` a bit more flexible.\n\n0.4.5 - 2012-01-19\n------------------\n\n- Add 'kotti.security.has_permission' which may be used instead of\n 'pyramid.security.has_permission'.\n\n The difference is that Kotti's version will set the \"authorization\n context\" to be the context that you pass to 'has_permission'. The\n effect is that 'list_groups' will return a more correct list of\n local roles, i.e. the groups in the given context instead of\n 'request.context'.\n\n- Add a template ('forbidden.pt') for when user is logged in but still\n getting HTTPForbidden.\n\n0.4.4 - 2012-01-05\n------------------\n\n- The \"Forbidden View\" will no longer redirect clients that don't\n accept 'text/html' to the login form.\n\n- Fix bug with 'kotti.site_title' setting.\n\n0.4.3 - 2011-12-22\n------------------\n\n- Add 'kotti.root_factory' setting which allows the override Kotti's\n default Pyramid *root factory*. Also, make master templates more\n robust so that a minimal root with '__parent__' and '__name__' can\n be rendered.\n\n- The 'kotti.tests' was factored out. Tests should now import from\n 'kotti.testing'.\n\n0.4.2 - 2011-12-20\n------------------\n\n- More convenient overrides for add-on packages by better use of\n 'config.commit()'.\n\n0.4.1 - 2011-12-20\n------------------\n\n- Modularize Kotti's Paste App Factory 'kotti.main'.\n\n- Allow explicit setting of tables that Kotti creates\n ('kotti.use_tables').\n\n0.4.0 - 2011-12-14\n------------------\n\n- Remove configuration variables 'kotti.templates.*' in favour of\n 'kotti.asset_overrides', which uses Pyramid asset specs and their\n overrides.\n\n- Remove 'TemplateAPI.__getitem__' and instead add 'TemplateAPI.macro'\n which has a similar but less 'special' API.\n\n- Factor snippets in 'kotti/templates/snippets.pt' out into their own\n templates. Use 'api.render_template' to render them instead of\n macros.\n\n0.3.1 - 2011-12-09\n------------------\n\n- Add 'keys' method to mutation dicts (see 0.3.0).\n\n0.3.0 - 2011-11-30\n-------------------\n\n- Replace `Node.__annotations__` in favor of an extended `Node.annotations`.\n\n `Node.annotations` will attempt to not only recognize changes to\n subobjects of type dict, it will also handle list objects\n transparently. That is, changing arbitrary JSON structures should\n just work with regard to calling `node.annotations.changed()` when\n the structure was changed.\n\n0.2.10 - 2011-11-22\n-------------------\n\n- 'api.format_datetime' now also accepts a timestamp in addition to datetime.\n\n0.2.9 - 2011-11-21\n------------------\n\n- Remove MANIFEST.in in favour of using 'setuptools-git'.\n\n0.2.8 - 2011-11-21\n------------------\n\n- Remove 'PasteScript' dependency since that would result in spurious\n errors when installing Kotti. See\n http://jenkins.danielnouri.org/job/Kotti/42/TOXENV=py27/console\n\n0.2.7 - 2011-11-20\n------------------\n\n- Add 'PasteScript' dependency.\n\n- Fix #11 where 'python setup.py test' would look into a hard-coded\n 'bin' directory.\n\n- Structural analysis documentation. (Unfinished; in 'analysis' directory\n during development. Will be moved to main docs when finished.)\n\n0.2.6 - 2011-11-17\n------------------\n\n- Add `Node.__annotations__` convenience attribute.\n\n `Node.__annotations__` will wrap the annotations dict in such a way\n that both item and attribute access are possible. It'll also record\n changes to dicts inside dicts and mark the parent `__annotations__`\n attribute as dirty.\n\n- Add a welcome page.\n- Delete the demo added in version 0.2.4.\n\n0.2.5 - 2011-11-14\n------------------\n\n- Add 'TemplateAPI.render_template'; allow templates to be rendered\n conveniently from templates.\n\n0.2.4 - 2011-11-13\n------------------\n\n- Adjust for Pyramid 1.2: INI file, pyramid_tm, Wsgiref server, pcreate and\n pserve. (MO)\n\n- Add Kotti Demo source and documentation.\n\n0.2.3 - 2011-10-28\n------------------\n\n- ``Node.__getitem__`` will now also accept a tuple as key.\n\n ``folder['1', '2']`` is the same as ``folder['1']['2']``, just more\n efficient.\n\n- Added a new cache decorator based on ``repoze.lru``.\n\n0.2.2 - 2011-10-10\n------------------\n\n- Change the function signature of ``kotti.authn_policy_factory``,\n ``kotti.authz_policy_factory`` and ``kotti.session_factory`` to\n include all settings from the configuration file.\n\n0.2.1 - 2011-09-29\n------------------\n\n- Minor changes to events setup code to ease usage in tests.\n\n0.2 - 2011-09-16\n----------------\n\n- No changes.\n\n0.2a2 - 2011-09-05\n------------------\n\n- Fix templates to be compatible with Chameleon 2. Also, require\n Chameleon>=2.\n\n- Require pyramid>=1.2. Also, enable pyramid_debugtoolbar for\n ``development.ini`` profile.\n\n0.2a1 - 2011-08-29\n------------------\n\n- Improve database schema for ``Nodes``. Split ``Node`` class into\n ``Node`` and ``Content``.\n\n This change is backward incompatible in that existing content types\n in your code will need to subclass ``Content`` instead of ``Node``.\n The example in the docs has been updated. Also, the underlying\n database schema has changed.\n\n- Improve user database hashing and local roles storage.\n\n- Compatibility fix for Pyramid 1.2.\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/Kotti/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://kotti.pylonsproject.org/", "keywords": "kotti web cms wcms pylons pyramid sqlalchemy bootstrap", "license": "BSD-derived (http://www.repoze.org/LICENSE.txt)", "maintainer": "", "maintainer_email": "", "name": "Kotti", "package_url": "https://pypi.org/project/Kotti/", "platform": "", "project_url": "https://pypi.org/project/Kotti/", "project_urls": { "Homepage": "http://kotti.pylonsproject.org/" }, "release_url": "https://pypi.org/project/Kotti/2.0.1/", "requires_dist": null, "requires_python": "", "summary": "A high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible Content Management System called the Kotti CMS.", "version": "2.0.1" }, "last_serial": 4676030, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "84cd8eeac47dd1690e918fe478a9c95c", "sha256": "6c7c4fcc5bc940bc14af846c67b1c1f49975ee2e8618e58dc7619ee25fb8c8c3" }, "downloads": -1, "filename": "Kotti-0.1.tar.gz", "has_sig": false, "md5_digest": "84cd8eeac47dd1690e918fe478a9c95c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70083, "upload_time": "2011-05-04T12:48:00", "url": "https://files.pythonhosted.org/packages/84/4b/bde257dcce7d573b765588f064ece1d7a733895b47ccd4f60b28f6f534eb/Kotti-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1b1241da387017331e3e0e194d19098e", "sha256": "72b253375fdd307b158adad52efa79e9745e2fcf1368100e576d77c590b07d4f" }, "downloads": -1, "filename": "Kotti-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1b1241da387017331e3e0e194d19098e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70154, "upload_time": "2011-05-17T15:57:52", "url": "https://files.pythonhosted.org/packages/9c/39/21321007264afc47bf66192f9ea2210e20fd55afce887469fcd19debef85/Kotti-0.1.1.tar.gz" } ], "0.10a1": [ { "comment_text": "", "digests": { "md5": "89bf7c8328ee93bcd59ea49396c0d3d3", "sha256": "5c04fd1ab55922ed3893219cb6b30d4e9b5d8ce5ea6a8f1692a07edcd0948da1" }, "downloads": -1, "filename": "Kotti-0.10a1.tar.gz", "has_sig": false, "md5_digest": "89bf7c8328ee93bcd59ea49396c0d3d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 450015, "upload_time": "2014-05-19T16:44:54", "url": "https://files.pythonhosted.org/packages/7a/b7/daeca0ad6a1319c30bfa3136dbaaed9f3bebd3e84df62799f450295e67a9/Kotti-0.10a1.tar.gz" } ], "0.10a2": [ { "comment_text": "", "digests": { "md5": "669cc07f53eed48129f9eecbae2d893a", "sha256": "18f1b79937abc6ee0c0d83ef31afb31a6bbcfc01637741aa3d55d98aab8e0bec" }, "downloads": -1, "filename": "Kotti-0.10a2.tar.gz", "has_sig": false, "md5_digest": "669cc07f53eed48129f9eecbae2d893a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 456610, "upload_time": "2014-06-05T14:35:16", "url": "https://files.pythonhosted.org/packages/5c/81/d3b4ec8c55fde47d8cfac3f5e4439cca002b8616b987fbc9466b03f4c44a/Kotti-0.10a2.tar.gz" } ], "0.10a3": [ { "comment_text": "", "digests": { "md5": "a38cab458a66103c0a79b1bcb48a806e", "sha256": "c4d1e9a2d647eed528b0aa9f94cff0ab0b2bb79a223a2816c4f0e0c02b970fe5" }, "downloads": -1, "filename": "Kotti-0.10a3.tar.gz", "has_sig": false, "md5_digest": "a38cab458a66103c0a79b1bcb48a806e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458143, "upload_time": "2014-06-11T09:47:10", "url": "https://files.pythonhosted.org/packages/fd/d7/b7834e8bfe2f7af28bad1edbf7c84db4e24b77b783bdc3744db0d54b8885/Kotti-0.10a3.tar.gz" } ], "0.10a4": [ { "comment_text": "", "digests": { "md5": "13678bc2501ef1f35d6987735e854e18", "sha256": "d0e208db1546bfc13acd1761471d415e77f8a2c1b69989f6c85fc3864f2be4b5" }, "downloads": -1, "filename": "Kotti-0.10a4.tar.gz", "has_sig": false, "md5_digest": "13678bc2501ef1f35d6987735e854e18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458366, "upload_time": "2014-06-19T07:54:12", "url": "https://files.pythonhosted.org/packages/64/63/a52f20cd38500ef02b95465ab2dbc75951f0dcd6201b67e24665a61325a4/Kotti-0.10a4.tar.gz" } ], "0.10b1": [ { "comment_text": "", "digests": { "md5": "8195499d94ef64c68be9c095a28e2211", "sha256": "cf766f989b915650495da0ac44e5d6c30b956096f1cef411028d1c5070d662ff" }, "downloads": -1, "filename": "Kotti-0.10b1.tar.gz", "has_sig": false, "md5_digest": "8195499d94ef64c68be9c095a28e2211", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458787, "upload_time": "2014-07-11T08:15:58", "url": "https://files.pythonhosted.org/packages/88/9c/2ccafd6c9e931e6ade044dd9c6b4351c1e1656f231090c644690af0647dc/Kotti-0.10b1.tar.gz" } ], "0.1a1": [], "0.1a2": [ { "comment_text": "", "digests": { "md5": "ff063c990719e18f6899bf14e1a17ac2", "sha256": "1791017dd6d1f1df5ed4763cd960c2d4e59105576ec1423a3d78ff44e0406b99" }, "downloads": -1, "filename": "Kotti-0.1a2.tar.gz", "has_sig": false, "md5_digest": "ff063c990719e18f6899bf14e1a17ac2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22694, "upload_time": "2011-02-04T12:22:30", "url": "https://files.pythonhosted.org/packages/41/6b/e0aca0994fca2ba789d6e0005031aaec20829a69828f7f8237f63bdd11c1/Kotti-0.1a2.tar.gz" } ], "0.1a3": [ { "comment_text": "", "digests": { "md5": "b2d48a148c4871b66a700cdbb7f9fc26", "sha256": "e191d04cc6d30588372fe256cb078205e1c4bec2dc7916ffb8a4c976c38684d3" }, "downloads": -1, "filename": "Kotti-0.1a3.tar.gz", "has_sig": false, "md5_digest": "b2d48a148c4871b66a700cdbb7f9fc26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23721, "upload_time": "2011-02-08T18:34:58", "url": "https://files.pythonhosted.org/packages/a2/d2/de068461a6b822d6db1c90ecae1a058516865b8289bef5933a61e3699abc/Kotti-0.1a3.tar.gz" } ], "0.1a4": [ { "comment_text": "", "digests": { "md5": "cc8ee2f0a9bbc5428d23e1bce7d3cdfa", "sha256": "25f83e9a721c75234fbce5c73b67b376cddfd072c90edbdc71d5d101d26e9569" }, "downloads": -1, "filename": "Kotti-0.1a4.tar.gz", "has_sig": false, "md5_digest": "cc8ee2f0a9bbc5428d23e1bce7d3cdfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30751, "upload_time": "2011-02-17T17:03:34", "url": "https://files.pythonhosted.org/packages/1c/14/0bbe2c74b64568a35fb4b80b6db6bf07be304514d99637c73dd7677b3fba/Kotti-0.1a4.tar.gz" } ], "0.1a5": [ { "comment_text": "", "digests": { "md5": "fa8072aab75e3c7b30ad0418b6bc7f4e", "sha256": "d128601433db63d87fc31f99c29fa47fa4c23c6891da088fdb0c7d86fca91ff8" }, "downloads": -1, "filename": "Kotti-0.1a5.tar.gz", "has_sig": false, "md5_digest": "fa8072aab75e3c7b30ad0418b6bc7f4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35073, "upload_time": "2011-02-23T17:19:19", "url": "https://files.pythonhosted.org/packages/69/96/80a90ae61cdfb51f1d162379efe72cdaa0d75814b85b705e3c8716352a45/Kotti-0.1a5.tar.gz" } ], "0.1a6": [ { "comment_text": "", "digests": { "md5": "95805828f3a7d6e5ebee92c777507954", "sha256": "d8948dd1e963243234abc247a4304e1f0999373b497b5338199b178c50c8121b" }, "downloads": -1, "filename": "Kotti-0.1a6.tar.gz", "has_sig": false, "md5_digest": "95805828f3a7d6e5ebee92c777507954", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28319, "upload_time": "2011-03-02T01:49:25", "url": "https://files.pythonhosted.org/packages/16/76/c1b996d1095d5631f793a34c369bec05ca93ff4fe26c461d625ee14f9b2c/Kotti-0.1a6.tar.gz" } ], "0.1a7": [ { "comment_text": "", "digests": { "md5": "c77569d050bf10053f73aec96bd855c8", "sha256": "c99ca4b525f5ed37c7c9f27ae7f0b5d17ade90a073b5776ca93bd373e69f1c5a" }, "downloads": -1, "filename": "Kotti-0.1a7.tar.gz", "has_sig": false, "md5_digest": "c77569d050bf10053f73aec96bd855c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33566, "upload_time": "2011-03-10T17:55:55", "url": "https://files.pythonhosted.org/packages/ab/68/fc6eb1f4afb4839bf437ad777d775a8c7b65d02eab2fa7ad71d6250055c2/Kotti-0.1a7.tar.gz" } ], "0.1a8": [ { "comment_text": "", "digests": { "md5": "806de3eec668e1434a613ae81f893ece", "sha256": "6e896928f749973809c099a057edbd2990bc672ded84b787179556c70687fc0d" }, "downloads": -1, "filename": "Kotti-0.1a8.tar.gz", "has_sig": false, "md5_digest": "806de3eec668e1434a613ae81f893ece", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66421, "upload_time": "2011-03-18T16:22:31", "url": "https://files.pythonhosted.org/packages/ee/d2/e98c92a575c7f2e4baef6e03a9f711bade5d52d3906eb0fec880da2fa7c4/Kotti-0.1a8.tar.gz" } ], "0.1a9": [ { "comment_text": "", "digests": { "md5": "3afba1c0d29eb8b0e364de0a194ff844", "sha256": "cb7b39404f6ee0dc2c05913786b4e77a7b4af037610cf4370761bc876c98dbd6" }, "downloads": -1, "filename": "Kotti-0.1a9.tar.gz", "has_sig": false, "md5_digest": "3afba1c0d29eb8b0e364de0a194ff844", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69226, "upload_time": "2011-04-12T13:40:25", "url": "https://files.pythonhosted.org/packages/0e/94/23ca522b4891b9a915d5e0a7a51e5952b50332c4af8e38fb6bfa44de407e/Kotti-0.1a9.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "fb34403dc26f25f06eaa751707075e73", "sha256": "98443bec402f2a5f20dd1a43144cfd31de0a30e21c8111236197adaa9544a759" }, "downloads": -1, "filename": "Kotti-0.2.tar.gz", "has_sig": false, "md5_digest": "fb34403dc26f25f06eaa751707075e73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73854, "upload_time": "2011-09-16T13:51:46", "url": "https://files.pythonhosted.org/packages/dc/f8/9952aa09edfc2b73a85e4f8068c138db20b3f49b95d84d4052f0084e3405/Kotti-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4aa8295608c1342dcc489d26fa44834e", "sha256": "e24ef4de295af1673c6444118656804ee819b7c542882092b2ed1bb797d88021" }, "downloads": -1, "filename": "Kotti-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4aa8295608c1342dcc489d26fa44834e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74113, "upload_time": "2011-09-29T16:19:18", "url": "https://files.pythonhosted.org/packages/6a/44/4412e287b9a5a798e8faa8155a8a162d09e445931a94ede15f718311d0b4/Kotti-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "89dc7ab4578aac19b9ba1170d251ee0a", "sha256": "f32139dd95295d9630b353c64ef214b63585d88b6141d4d0f2111521d3b9f4ab" }, "downloads": -1, "filename": "Kotti-0.2.10.tar.gz", "has_sig": false, "md5_digest": "89dc7ab4578aac19b9ba1170d251ee0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83184, "upload_time": "2011-11-22T12:25:51", "url": "https://files.pythonhosted.org/packages/a0/12/e4705cd1f37ab2f72b562cb1173c5e5439131400e270d5f4c77a148b5bfe/Kotti-0.2.10.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "bcfd5f05d9ea9090a5b6d5a45ce3ab3f", "sha256": "d28aa84718f936035b5d5ca125d9cfc39c64cd51fba1df945f41cd79389c4728" }, "downloads": -1, "filename": "Kotti-0.2.2.tar.gz", "has_sig": false, "md5_digest": "bcfd5f05d9ea9090a5b6d5a45ce3ab3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74196, "upload_time": "2011-10-10T17:20:04", "url": "https://files.pythonhosted.org/packages/6a/4d/daa2433ef06155d0309b840635e7b744bbd9a8f536fa9a1ec5805f10e42e/Kotti-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "348fe019766fc899f874e4aa1776b2ae", "sha256": "815e4b6b28577c56e6d2abfb3d2e561607e72afa794fb8f0867c00a9e3dff7d5" }, "downloads": -1, "filename": "Kotti-0.2.3.tar.gz", "has_sig": false, "md5_digest": "348fe019766fc899f874e4aa1776b2ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74562, "upload_time": "2011-10-28T18:16:06", "url": "https://files.pythonhosted.org/packages/61/0c/ef3f4193c0b03a40bfe1649f8c7885dc686249fc0eeb5891cade7ef0f093/Kotti-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "d80c24407a736ebf4615bd37b338b945", "sha256": "4f95a74c31b94790685c4361c159af6f19c9e582d8e19aac5e2361e961950b97" }, "downloads": -1, "filename": "Kotti-0.2.4.tar.gz", "has_sig": false, "md5_digest": "d80c24407a736ebf4615bd37b338b945", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74484, "upload_time": "2011-11-13T22:34:09", "url": "https://files.pythonhosted.org/packages/a8/8d/8aec279ae3b904847b7a10d508abaa51ecf949316d3f870b7e67719a8e45/Kotti-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "0ec6402a7d9780a8255808b11dbc512a", "sha256": "88a3467e7b0afa5adcf5fd6c735fd7b8189b59c362f69663d248d73cfa67aeb4" }, "downloads": -1, "filename": "Kotti-0.2.5.tar.gz", "has_sig": false, "md5_digest": "0ec6402a7d9780a8255808b11dbc512a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119074, "upload_time": "2011-11-14T18:17:13", "url": "https://files.pythonhosted.org/packages/9a/55/137d7d6f07cd872733904a43856ea338f8be62381a63179fe6adf8bcd6c6/Kotti-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "8407dc8ab9f698c52704223ea04e1e81", "sha256": "aa7abe1000299f050754f01320a220ba20588c910f72f7a766f4bd5a422f22db" }, "downloads": -1, "filename": "Kotti-0.2.6.tar.gz", "has_sig": false, "md5_digest": "8407dc8ab9f698c52704223ea04e1e81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120152, "upload_time": "2011-11-17T18:26:29", "url": "https://files.pythonhosted.org/packages/58/ec/7193b7fc6a0b4e15fea83796cbc13990b79530f4e36596ec4fa750d16df1/Kotti-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "8a4f08bc318faad4839c04235339a4f5", "sha256": "fcf6511efde867ff0dbf9e0165a313dfb42b257b26e5c5100a85f2d0a712a2bb" }, "downloads": -1, "filename": "Kotti-0.2.7.tar.gz", "has_sig": false, "md5_digest": "8a4f08bc318faad4839c04235339a4f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83040, "upload_time": "2011-11-20T12:01:53", "url": "https://files.pythonhosted.org/packages/67/d2/e8e8794de4e7d856b103a7906be9811f7540243b25c8e28b536452f3fc3e/Kotti-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "80187b52a74ca7db8c37d546cb00ce9b", "sha256": "ce0e49171ffa90b020dfa9f8430c4a55a8ef10db114913ed17b581a7cee7c225" }, "downloads": -1, "filename": "Kotti-0.2.8.tar.gz", "has_sig": false, "md5_digest": "80187b52a74ca7db8c37d546cb00ce9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40268, "upload_time": "2011-11-21T00:36:05", "url": "https://files.pythonhosted.org/packages/f2/ae/0793ad7ae093d4ec98bfb73cc888d988499d73a44c08ee79bc2f1c767883/Kotti-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "59bc7e66d8b1028caf1f8f7d3623c8db", "sha256": "154f42a6fd6f301ffdb519d6e18b0f86220908c51b61e716bc37e87feea249c6" }, "downloads": -1, "filename": "Kotti-0.2.9.tar.gz", "has_sig": false, "md5_digest": "59bc7e66d8b1028caf1f8f7d3623c8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83084, "upload_time": "2011-11-21T14:46:17", "url": "https://files.pythonhosted.org/packages/e8/84/bc6a511650783304cb59612656828359f40c3235b7e8f88a3ecc9bb841ad/Kotti-0.2.9.tar.gz" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "5c2cd0a0308ee93409e655d45548aeea", "sha256": "2bc9e1f7065ef22ccfdb6b734366994cbd0f6f9b6c47aea040c829ca67afdc18" }, "downloads": -1, "filename": "Kotti-0.2a1.tar.gz", "has_sig": false, "md5_digest": "5c2cd0a0308ee93409e655d45548aeea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74026, "upload_time": "2011-08-29T16:12:39", "url": "https://files.pythonhosted.org/packages/40/a7/530ffb33cb2a51e803566f8f75cbe83aab2964ea81da38a26421a7b547bf/Kotti-0.2a1.tar.gz" } ], "0.2a2": [ { "comment_text": "", "digests": { "md5": "14cb02003a612409dc9092531d90edf6", "sha256": "fb423222437d6147bdc04196168e20e0848a32c1b8eb5b4bcbbeba72a84cbb76" }, "downloads": -1, "filename": "Kotti-0.2a2.tar.gz", "has_sig": false, "md5_digest": "14cb02003a612409dc9092531d90edf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73848, "upload_time": "2011-09-05T14:47:57", "url": "https://files.pythonhosted.org/packages/48/40/b811b0d985835f1e99f48aa85f5de910b4b17904fd457832b9f428d9e35d/Kotti-0.2a2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "08b0ad678f827955cf7f4f9396b3ee76", "sha256": "32071613211567c2e4d049ac5ccfa8001651830b1de10bdbdb6d82c75c00abd7" }, "downloads": -1, "filename": "Kotti-0.3.0.tar.gz", "has_sig": false, "md5_digest": "08b0ad678f827955cf7f4f9396b3ee76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83848, "upload_time": "2011-11-30T15:06:29", "url": "https://files.pythonhosted.org/packages/93/7d/88086957e86aa8281dccdabb406dd2130856636a2aee43f457c88609e9f9/Kotti-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "838ef1b08d6fb2e4ae16a5ce8fe4a7b6", "sha256": "4f38bd326311d090d91b8118a73dde6893975cb934c700b1516cf774765812b9" }, "downloads": -1, "filename": "Kotti-0.3.1.tar.gz", "has_sig": false, "md5_digest": "838ef1b08d6fb2e4ae16a5ce8fe4a7b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83940, "upload_time": "2011-12-09T12:37:07", "url": "https://files.pythonhosted.org/packages/6d/8a/d7aa3e5052ac5acf9e9f7681db5fd307c325e0f1e83af5cf536d6b784379/Kotti-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "24ea2ef10c26bb99f33beceabbb101a0", "sha256": "a22f256da72795c878890b0d276262f01a04434a9baa7d09500f2738b5e54b6d" }, "downloads": -1, "filename": "Kotti-0.4.0.tar.gz", "has_sig": false, "md5_digest": "24ea2ef10c26bb99f33beceabbb101a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84177, "upload_time": "2011-12-14T18:12:40", "url": "https://files.pythonhosted.org/packages/ba/e5/d9e9e2c99a6db9e84c0fcd153289a0e31ef56a7ada0847e2cdede3c10517/Kotti-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "d94dd10a5d23ea7364edb98404b756c5", "sha256": "3848ad0abe3412e2dc9e1d9492c04d8a13abd991d3f89d792ff3b26a204c1630" }, "downloads": -1, "filename": "Kotti-0.4.1.tar.gz", "has_sig": false, "md5_digest": "d94dd10a5d23ea7364edb98404b756c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84304, "upload_time": "2011-12-20T15:45:47", "url": "https://files.pythonhosted.org/packages/35/1e/10b7bc550a9d438eaa4cf6640903c3ef9b0ec904dc5aa842eae478bb2917/Kotti-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "b2dc84199ba1fc75abd8c18faf2fec50", "sha256": "c4d35b6b656f4f1a0dbd5eb3a0f1d84ce56b63ad9edacdf1c26865772a56d090" }, "downloads": -1, "filename": "Kotti-0.4.2.tar.gz", "has_sig": false, "md5_digest": "b2dc84199ba1fc75abd8c18faf2fec50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84436, "upload_time": "2011-12-20T17:17:11", "url": "https://files.pythonhosted.org/packages/85/26/3763feca07d9964a79a36a042debecce471f66ca75bec9c3cfde0e0ece05/Kotti-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "5e47f0faf56558529e5dc3a16efb083c", "sha256": "e44e59e2196b13c63d575cb015a56a035ac6e3e82871c5f584f12b1f1f5005bf" }, "downloads": -1, "filename": "Kotti-0.4.3.tar.gz", "has_sig": false, "md5_digest": "5e47f0faf56558529e5dc3a16efb083c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87037, "upload_time": "2011-12-22T18:52:24", "url": "https://files.pythonhosted.org/packages/1a/9f/48cf228842e62d42ccb2ab8c37eff9e07e2301a1c2a8d373e806c7a94add/Kotti-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "21e1f643a93293f1561509639192853a", "sha256": "21870f9ef41be87d6080ac460b7731b86ccf91646c545424d6599c24ad9d5415" }, "downloads": -1, "filename": "Kotti-0.4.4.tar.gz", "has_sig": false, "md5_digest": "21e1f643a93293f1561509639192853a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86292, "upload_time": "2012-01-05T17:46:37", "url": "https://files.pythonhosted.org/packages/fb/4c/cdba57ed4f144e1e5cdd5b85a824b86553d73282c13a759108205c18ffd1/Kotti-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "76a7ed969bfa643580709a8a8f8f36f6", "sha256": "a878921ee02b25f04e0c6c2fa8df72b4881eb8555f616e4b9eba03499de41cef" }, "downloads": -1, "filename": "Kotti-0.4.5.tar.gz", "has_sig": false, "md5_digest": "76a7ed969bfa643580709a8a8f8f36f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88095, "upload_time": "2012-01-19T19:27:12", "url": "https://files.pythonhosted.org/packages/69/56/07a1b900238b3ec2cea0ae621cb33d40ad8673fbbff8b96d5ca1b4b80f38/Kotti-0.4.5.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b3844d88ede13868367d9d4e4cdb30c8", "sha256": "a1442c792092af845d3ae76bb501a33caf39992e12c01b40fe425e9d2f3d2080" }, "downloads": -1, "filename": "Kotti-0.5.0.tar.gz", "has_sig": false, "md5_digest": "b3844d88ede13868367d9d4e4cdb30c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120903, "upload_time": "2012-02-15T15:48:07", "url": "https://files.pythonhosted.org/packages/f1/e4/f4a720dc50418c4772a44cc162e9c1f204f4ae75667cdb57bf1bbb7609c8/Kotti-0.5.0.tar.gz" } ], "0.5.0a1": [ { "comment_text": "", "digests": { "md5": "03d074c2ba0acd506a219d0e154b8392", "sha256": "1f7b9bcfb2745a3eafaf51a78f0d2d7d97a6d54612121bd789b40e1b2623607f" }, "downloads": -1, "filename": "Kotti-0.5.0a1.tar.gz", "has_sig": false, "md5_digest": "03d074c2ba0acd506a219d0e154b8392", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85785, "upload_time": "2012-01-23T17:38:23", "url": "https://files.pythonhosted.org/packages/9f/6d/635f1ed84e4e30c6b8731577dd1bfb898bcfffa68762d794aad4f9e6962e/Kotti-0.5.0a1.tar.gz" } ], "0.5.0a2": [ { "comment_text": "", "digests": { "md5": "48a80aae23ceaa014782dce5111c9334", "sha256": "14029583f66f44e739f1f01a3a7afb1913d38ff164aa07804b34016ad653352e" }, "downloads": -1, "filename": "Kotti-0.5.0a2.tar.gz", "has_sig": false, "md5_digest": "48a80aae23ceaa014782dce5111c9334", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89069, "upload_time": "2012-01-25T19:04:44", "url": "https://files.pythonhosted.org/packages/95/d8/f9dfe7e5707e4cbcba06d46722b4b72c91497bc8d5bf746c1be5c61111fd/Kotti-0.5.0a2.tar.gz" } ], "0.5.0a3": [ { "comment_text": "", "digests": { "md5": "eafe07bfaf00befe1185340066316e67", "sha256": "549229e517f5cc6e0b294605f2bdb373c4b9f7c021bc4b1cae89eaaee6f30745" }, "downloads": -1, "filename": "Kotti-0.5.0a3.tar.gz", "has_sig": false, "md5_digest": "eafe07bfaf00befe1185340066316e67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89359, "upload_time": "2012-01-27T17:27:36", "url": "https://files.pythonhosted.org/packages/16/5e/96b7354c2c9e5e2e2de777c862ec82bb0d849a5bb742d6dc891c59bf5ebc/Kotti-0.5.0a3.tar.gz" } ], "0.5.0a4": [ { "comment_text": "", "digests": { "md5": "a021e376d37e219e377a56b8402b577c", "sha256": "c18024fa6a80c376b9857215d44386f544cd10d2feadbe077d87a1df57814ff9" }, "downloads": -1, "filename": "Kotti-0.5.0a4.tar.gz", "has_sig": false, "md5_digest": "a021e376d37e219e377a56b8402b577c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93376, "upload_time": "2012-02-03T18:27:17", "url": "https://files.pythonhosted.org/packages/4f/17/4263e5c31730aeef9fe5e297b3b8e7889a0f6fe8b550b3412f96ecca2b43/Kotti-0.5.0a4.tar.gz" } ], "0.5.0a5": [ { "comment_text": "", "digests": { "md5": "c4240825259cb948aceb7a2db3900ae1", "sha256": "16827e51443b6d12a12e9850770670cd5cbee55fe536493a8af7dc40c5083211" }, "downloads": -1, "filename": "Kotti-0.5.0a5.tar.gz", "has_sig": false, "md5_digest": "c4240825259cb948aceb7a2db3900ae1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119010, "upload_time": "2012-02-08T21:05:42", "url": "https://files.pythonhosted.org/packages/22/08/15f139bd1132f4d5d5accdc85204e87ea47862b21d4a0feb08438c3a7581/Kotti-0.5.0a5.tar.gz" } ], "0.5.0a6": [ { "comment_text": "", "digests": { "md5": "45bb3ba41d023ce4f3ff6f52deb1b633", "sha256": "f24c324c94388d89d1fe4fbfbaf7c1cc3e35e51706dfa157fba3e80c61b0d00a" }, "downloads": -1, "filename": "Kotti-0.5.0a6.tar.gz", "has_sig": false, "md5_digest": "45bb3ba41d023ce4f3ff6f52deb1b633", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119398, "upload_time": "2012-02-09T15:14:38", "url": "https://files.pythonhosted.org/packages/9d/9f/595cc3bc7ba760407366ad36d283d9d9c7d83a25fb810a9b435343464ff5/Kotti-0.5.0a6.tar.gz" } ], "0.5.0a7": [ { "comment_text": "", "digests": { "md5": "82a54ae8fdb23466a55fd4cf1208544a", "sha256": "c6922ed2c75fb326638e2bd32e0794a8aad6c1ca0a2cbd38249e90b26f5a79d2" }, "downloads": -1, "filename": "Kotti-0.5.0a7.tar.gz", "has_sig": false, "md5_digest": "82a54ae8fdb23466a55fd4cf1208544a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119493, "upload_time": "2012-02-09T17:22:38", "url": "https://files.pythonhosted.org/packages/33/84/283d9077d26ad61f5784531cdcb2b4f06cdfbe3791f9ff51e4f828cadf82/Kotti-0.5.0a7.tar.gz" } ], "0.5.0rc1": [ { "comment_text": "", "digests": { "md5": "6c6d3c4d9c2cec81faffafe0cc1cfa70", "sha256": "5bb365ad9f2952d4bfb69d60c97ac72893399d9711775401a8646cb4011eac32" }, "downloads": -1, "filename": "Kotti-0.5.0rc1.tar.gz", "has_sig": false, "md5_digest": "6c6d3c4d9c2cec81faffafe0cc1cfa70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120795, "upload_time": "2012-02-13T18:26:30", "url": "https://files.pythonhosted.org/packages/3f/6f/efd12044a662559f754dbac2887d3ef3dc289b807c60e11d0ae8084caf74/Kotti-0.5.0rc1.tar.gz" } ], "0.5.0rc2": [ { "comment_text": "", "digests": { "md5": "17eca64671bde10bff65aef84ebf1a77", "sha256": "38f4b519c12f3071da5407c89edc3904b432f8e147ebe838566657e75c871982" }, "downloads": -1, "filename": "Kotti-0.5.0rc2.tar.gz", "has_sig": false, "md5_digest": "17eca64671bde10bff65aef84ebf1a77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120943, "upload_time": "2012-02-14T16:35:09", "url": "https://files.pythonhosted.org/packages/94/16/20aa8182ef9bba2940beebd042b96a04c170a1f64d9e68dfa5fe0aeea0ef/Kotti-0.5.0rc2.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "2a496e39656a4f366e6c9365056890fc", "sha256": "3dccf80da36122b1d3088690ee97180516f12c2cf272d4a8bf05ffdf27a73935" }, "downloads": -1, "filename": "Kotti-0.5.1.tar.gz", "has_sig": false, "md5_digest": "2a496e39656a4f366e6c9365056890fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130522, "upload_time": "2012-02-27T15:40:50", "url": "https://files.pythonhosted.org/packages/37/84/db9d123159446baee2671fbeb7535ea79dfa1038fd38e89dbba643ec2ddf/Kotti-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "7a0ea5c9392fdb2f3704e68f16103d5a", "sha256": "d8a3cd78b92dba71f69f30a80b2a86aa57b641109449b5654dd45ffc8d4a7de9" }, "downloads": -1, "filename": "Kotti-0.5.2.tar.gz", "has_sig": false, "md5_digest": "7a0ea5c9392fdb2f3704e68f16103d5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133297, "upload_time": "2012-03-10T12:12:13", "url": "https://files.pythonhosted.org/packages/6f/e8/44e439eb6d87d17ee9e0e5b8f130bd9164c4daaa9685ea0b2161bed6e208/Kotti-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "cd9e359a96beab2683a7336b774ed94d", "sha256": "fdf2ce2922e20813c58e67ac1e9ad6b242dd531df5463b394dbd8dff2b39ba75" }, "downloads": -1, "filename": "Kotti-0.6.0.tar.gz", "has_sig": false, "md5_digest": "cd9e359a96beab2683a7336b774ed94d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140837, "upload_time": "2012-03-22T21:15:10", "url": "https://files.pythonhosted.org/packages/80/a4/7fbc54243f7549c4ae6c3dfa6a4d12589d48f8b8281a3bf83993d293932f/Kotti-0.6.0.tar.gz" } ], "0.6.0b1": [ { "comment_text": "", "digests": { "md5": "85efe663d20e675bf42156ce6d9b5974", "sha256": "d9b393ae37e5094b07a599bab38043681122e52805822f1598dc245e95033cb8" }, "downloads": -1, "filename": "Kotti-0.6.0b1.tar.gz", "has_sig": false, "md5_digest": "85efe663d20e675bf42156ce6d9b5974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134236, "upload_time": "2012-03-15T19:20:18", "url": "https://files.pythonhosted.org/packages/f3/e3/bf5d1e48d35eab7cc533e3a5f808d95a49edc0bc0d9acffef81816e7d889/Kotti-0.6.0b1.tar.gz" } ], "0.6.0b2": [ { "comment_text": "", "digests": { "md5": "490dfbad80595f9352831809081b9cd8", "sha256": "84102d4dc5714cbdaea40aae9ea67e8c061172d6e66a5ac95b3d30ab57203ca2" }, "downloads": -1, "filename": "Kotti-0.6.0b2.tar.gz", "has_sig": false, "md5_digest": "490dfbad80595f9352831809081b9cd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134883, "upload_time": "2012-03-16T11:14:52", "url": "https://files.pythonhosted.org/packages/af/04/b03bdec591ee1481bb8e38a4ce1c1c5002ceff31b3118969607d0bc5d463/Kotti-0.6.0b2.tar.gz" } ], "0.6.0b3": [ { "comment_text": "", "digests": { "md5": "41866a7c2f13ae4456ae1000111c8bae", "sha256": "b19fe42e76c01f2eda224da44813ac35528557a1e900ff8794fee26b8cf0b0b2" }, "downloads": -1, "filename": "Kotti-0.6.0b3.tar.gz", "has_sig": false, "md5_digest": "41866a7c2f13ae4456ae1000111c8bae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 136129, "upload_time": "2012-03-17T16:52:14", "url": "https://files.pythonhosted.org/packages/11/a5/55b0cecf0756f7683b1fc0943af770f0878cd6501402ffe71cfdf314b76e/Kotti-0.6.0b3.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "a0e4274604182914faf676ab22bb03da", "sha256": "53ebcd831c17f4e17756e2dbc5c6853c65ca5e5139027ad4986f3f9f04081e6d" }, "downloads": -1, "filename": "Kotti-0.6.1.tar.gz", "has_sig": false, "md5_digest": "a0e4274604182914faf676ab22bb03da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146662, "upload_time": "2012-03-30T18:07:08", "url": "https://files.pythonhosted.org/packages/3f/ec/3c943dd3ee9ca4e2778dee4d683f7efe43bdb6a6273ea481e1cde74e8ae6/Kotti-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "ed84c64f698c01d14b7abbd54f5442e9", "sha256": "3ed98b50b3dfb0b81aca848b0174c856208a2d67031992dba95982c61571f14b" }, "downloads": -1, "filename": "Kotti-0.6.2.tar.gz", "has_sig": false, "md5_digest": "ed84c64f698c01d14b7abbd54f5442e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147052, "upload_time": "2012-04-21T20:07:30", "url": "https://files.pythonhosted.org/packages/73/75/127141596300f034819c458e503ed0413385c971a4b1069f6497b178839a/Kotti-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "9bbfb63c35d86ecbd2a0b65848ef7aed", "sha256": "d69309425f5a00105a65cbc984497723b9464ed1a4ca9fbcbcd7281f73ad0f29" }, "downloads": -1, "filename": "Kotti-0.6.3.tar.gz", "has_sig": false, "md5_digest": "9bbfb63c35d86ecbd2a0b65848ef7aed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154439, "upload_time": "2012-05-08T15:44:52", "url": "https://files.pythonhosted.org/packages/fe/03/2a1f631ceadceeeae276af8022d4bc0d16d1a0bd6d075a15ecb1f5d41a5e/Kotti-0.6.3.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "c61470c84530336884aa74c9ec0dab83", "sha256": "170fa6e37ccc30355258b8da08ee4b4a071407a100bd3b59f5117b20f74706c5" }, "downloads": -1, "filename": "Kotti-0.7.tar.gz", "has_sig": false, "md5_digest": "c61470c84530336884aa74c9ec0dab83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220709, "upload_time": "2012-08-16T09:39:21", "url": "https://files.pythonhosted.org/packages/df/16/bf295ef57d0e6b922719f0577ff949d5fc718e24ed444bc44b5fb53f7d16/Kotti-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "27904cea33fe5d14d07ebcdf57f8df1d", "sha256": "6c9c2ea2aa1bac5c605c24d19942d92353e46933be0c4103bb077284e4306818" }, "downloads": -1, "filename": "Kotti-0.7.1.tar.gz", "has_sig": false, "md5_digest": "27904cea33fe5d14d07ebcdf57f8df1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221368, "upload_time": "2012-08-30T11:59:58", "url": "https://files.pythonhosted.org/packages/78/4b/22208e4005e1b5eb22c5e0a6be005c433a88d11cb8eb6d73b1f15f46d824/Kotti-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "f44ef4678ad626081e5ed332bde4c9fc", "sha256": "86a6d8cc4461c20cb5021ee6e6bf31deb386775aa0b6a244f660998bbb85811d" }, "downloads": -1, "filename": "Kotti-0.7.2.tar.gz", "has_sig": false, "md5_digest": "f44ef4678ad626081e5ed332bde4c9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221662, "upload_time": "2012-10-02T16:26:53", "url": "https://files.pythonhosted.org/packages/6a/05/46fdb3e8d7ed9d0318625d4b299d6edf65b95e042b2d6448c69d846f0145/Kotti-0.7.2.tar.gz" } ], "0.7a1": [ { "comment_text": "", "digests": { "md5": "9ca21206c477dab98fbd484e3bcd290a", "sha256": "6d7b78cc62245d3e39a49e4b6a3969efa392babaf5374c242b5c6dad00f27c59" }, "downloads": -1, "filename": "Kotti-0.7a1.tar.gz", "has_sig": false, "md5_digest": "9ca21206c477dab98fbd484e3bcd290a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 249181, "upload_time": "2012-06-01T19:43:20", "url": "https://files.pythonhosted.org/packages/10/ca/0c5535c39c861558a0cb8209a4c12baf515daa96d764e8bae39f0035aace/Kotti-0.7a1.tar.gz" } ], "0.7a2": [ { "comment_text": "", "digests": { "md5": "0f9eccfb108deee899cf8b8d7588e134", "sha256": "39a4029ff5139c3b9765b90d37015f6293a1f85789b9c3610a9811e4f60348c3" }, "downloads": -1, "filename": "Kotti-0.7a2.tar.gz", "has_sig": false, "md5_digest": "0f9eccfb108deee899cf8b8d7588e134", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 249067, "upload_time": "2012-06-07T18:54:40", "url": "https://files.pythonhosted.org/packages/18/a7/7ffe87c042c6eeb9e2cbee1cbbe7b6592839d95b0cd92069b99ab68b8c37/Kotti-0.7a2.tar.gz" } ], "0.7a3": [ { "comment_text": "", "digests": { "md5": "b1f83bf03ab47b68af8d642ca2b47a59", "sha256": "3ba05d23d4928ffca27d735bc78d27691214f79494cc868936d28e4e75956676" }, "downloads": -1, "filename": "Kotti-0.7a3.tar.gz", "has_sig": false, "md5_digest": "b1f83bf03ab47b68af8d642ca2b47a59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201675, "upload_time": "2012-06-15T21:11:03", "url": "https://files.pythonhosted.org/packages/f4/c7/6b90cdbd00efcd9edacf97003b5f265b7cae7191c903a78dcb23778b65c2/Kotti-0.7a3.tar.gz" } ], "0.7a4": [ { "comment_text": "", "digests": { "md5": "34c8d328d7eb0c387c448434618ce796", "sha256": "ff8ee553a52da70b7234dab4055fbf364f7e7105a4426d1a02720e9a278ed6ed" }, "downloads": -1, "filename": "Kotti-0.7a4.tar.gz", "has_sig": false, "md5_digest": "34c8d328d7eb0c387c448434618ce796", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 203429, "upload_time": "2012-06-25T18:09:53", "url": "https://files.pythonhosted.org/packages/74/91/f51a0f615104b03b959ff25bd7e1d4d2fe74fb9dc61844652c763d67f1c2/Kotti-0.7a4.tar.gz" } ], "0.7a5": [ { "comment_text": "", "digests": { "md5": "a6ec20699bb546fc99587ade8230fdf3", "sha256": "7b6a9f804db09b87c70e04bd59e6483b0be8d016db2a3aea245444167f8b9c14" }, "downloads": -1, "filename": "Kotti-0.7a5.tar.gz", "has_sig": false, "md5_digest": "a6ec20699bb546fc99587ade8230fdf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219818, "upload_time": "2012-08-07T12:17:02", "url": "https://files.pythonhosted.org/packages/c0/12/e243b1725bc8ee7a5760ddbecd8670905972af060830b60ec57f06134781/Kotti-0.7a5.tar.gz" } ], "0.7a6": [ { "comment_text": "", "digests": { "md5": "0fc76bcc3aa710cdcb7f8897388b4162", "sha256": "44df7ca0d76ba81d5107e75f1da9f15cc2ea8b68417f9418c8e87f0f9304f854" }, "downloads": -1, "filename": "Kotti-0.7a6.tar.gz", "has_sig": false, "md5_digest": "0fc76bcc3aa710cdcb7f8897388b4162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219965, "upload_time": "2012-08-07T21:53:38", "url": "https://files.pythonhosted.org/packages/c4/71/abf464cb5a1aaca91e8fddfe2f9bfbef07aa1a6e0c4d1ccd132da1baf23d/Kotti-0.7a6.tar.gz" } ], "0.7rc1": [ { "comment_text": "", "digests": { "md5": "b5670b96ce2cd01e3acfded53c376bb2", "sha256": "b2fefedf5a91ba9d195fe44fbbd47432920a67f086a6c620a0bd1b4c9588f346" }, "downloads": -1, "filename": "Kotti-0.7rc1.tar.gz", "has_sig": false, "md5_digest": "b5670b96ce2cd01e3acfded53c376bb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220035, "upload_time": "2012-08-14T11:23:41", "url": "https://files.pythonhosted.org/packages/04/8c/600928503ab5794cd074b2ab9c93a2d5c8d51c1aa586e785894a74f463ce/Kotti-0.7rc1.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "b5a9417776d0ef210b859cfdff27a86d", "sha256": "deb38ab928136ce6ecf7242d63b47c8db6c1ba69401eac197b99837bda144c93" }, "downloads": -1, "filename": "Kotti-0.8.tar.gz", "has_sig": false, "md5_digest": "b5a9417776d0ef210b859cfdff27a86d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301483, "upload_time": "2013-03-12T16:29:52", "url": "https://files.pythonhosted.org/packages/85/ed/71c99b3f9c4d9caca7196fea7cfa4e2375684c12a99283eac85b7724ad16/Kotti-0.8.tar.gz" } ], "0.8a1": [ { "comment_text": "", "digests": { "md5": "fa4f90cc874cf40bb4fadb5db9dbeefe", "sha256": "1866bb865ffdb7fc2bf7fbd2312628f6441b40d2c68de1e1b2f233cbd2e193ad" }, "downloads": -1, "filename": "Kotti-0.8a1.tar.gz", "has_sig": false, "md5_digest": "fa4f90cc874cf40bb4fadb5db9dbeefe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 394721, "upload_time": "2012-11-13T12:58:41", "url": "https://files.pythonhosted.org/packages/bf/af/76472782e6bf4054796bb617447b200804589581ff256c2d8dfe4ffaf082/Kotti-0.8a1.tar.gz" } ], "0.8a2": [ { "comment_text": "", "digests": { "md5": "598ae376b601ea9a479676569939f40b", "sha256": "9a477bee137ccf93d4d3d1cd7f0ec60da9cdaa2037fb16d74d6ba5b648108f18" }, "downloads": -1, "filename": "Kotti-0.8a2.tar.gz", "has_sig": false, "md5_digest": "598ae376b601ea9a479676569939f40b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 294890, "upload_time": "2012-12-15T12:22:09", "url": "https://files.pythonhosted.org/packages/98/bb/cdd780e90edbe28d9609bb5d1b9357eaf722cd7875f119afb577bcfda81b/Kotti-0.8a2.tar.gz" } ], "0.8b1": [ { "comment_text": "", "digests": { "md5": "e8e5d5f90b487972af7c9263c5c76256", "sha256": "0859dbe3530dd36eee09f72ce99602e68c7fe85a8dbcd6780f69cd24ba744a8f" }, "downloads": -1, "filename": "Kotti-0.8b1.tar.gz", "has_sig": false, "md5_digest": "e8e5d5f90b487972af7c9263c5c76256", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 297793, "upload_time": "2012-12-30T13:24:26", "url": "https://files.pythonhosted.org/packages/bc/4f/470efcf65ed53faa283f314b78932d8c92de86bfb76ed3ce26bffede0715/Kotti-0.8b1.tar.gz" } ], "0.8b2": [ { "comment_text": "", "digests": { "md5": "234563604c3e7b6a1ea9663d7e21fc1d", "sha256": "8067bea3d9b31b137a3e1adb9d5190c78934a214de5bc4e690d92d326a73ce1c" }, "downloads": -1, "filename": "Kotti-0.8b2.tar.gz", "has_sig": false, "md5_digest": "234563604c3e7b6a1ea9663d7e21fc1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301448, "upload_time": "2013-02-08T12:32:43", "url": "https://files.pythonhosted.org/packages/d6/76/7309fdcd8c7602f6b0c080ee76ae8face0543976f57ac9e8ce473bb1c797/Kotti-0.8b2.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "58d1bc70509dbc469d4db371efc5d07c", "sha256": "9cf008205d5c0a0afc7848c5acf1665b4b66721c58c6812873eab9d7e3ac2a4e" }, "downloads": -1, "filename": "Kotti-0.9.tar.gz", "has_sig": false, "md5_digest": "58d1bc70509dbc469d4db371efc5d07c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 441692, "upload_time": "2013-09-17T08:18:13", "url": "https://files.pythonhosted.org/packages/b4/17/80c7a485b587149bc38a6ce15e56edbfdfa94a5489c7e458d9ba7c0de3e1/Kotti-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "afdcf4c82b6b259d2f71428b6818877f", "sha256": "fbb7da44c41801ad63d9b37ee9c19c5ceecb52a2bd3b782a47e8b74933837de5" }, "downloads": -1, "filename": "Kotti-0.9.1.tar.gz", "has_sig": false, "md5_digest": "afdcf4c82b6b259d2f71428b6818877f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447079, "upload_time": "2013-09-25T11:13:39", "url": "https://files.pythonhosted.org/packages/b7/72/9aa080f1c79b8b0c48a6ec8df55bd9998047aca3fc4fa746a39017704ed8/Kotti-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "d556caa3c7e59fd84801caee8ab34454", "sha256": "5bf822b13faf518c6054b9b4e43bff6e97e51afcbd9be0c32bd95e9cd81f7c8a" }, "downloads": -1, "filename": "Kotti-0.9.2.tar.gz", "has_sig": false, "md5_digest": "d556caa3c7e59fd84801caee8ab34454", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 363460, "upload_time": "2013-10-15T11:25:54", "url": "https://files.pythonhosted.org/packages/20/99/f4dac1c62191ad8f3a715d6a99bb27375fc85176233dfa9e934fa9ca569a/Kotti-0.9.2.tar.gz" } ], "0.9a1": [ { "comment_text": "", "digests": { "md5": "9ad89547a565c46afe59b736e53a4082", "sha256": "16b8bb6636630b6335e1d32a052e6be5994719983a9c263502922fff02437e3c" }, "downloads": -1, "filename": "Kotti-0.9a1.tar.gz", "has_sig": false, "md5_digest": "9ad89547a565c46afe59b736e53a4082", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303852, "upload_time": "2013-03-12T16:32:04", "url": "https://files.pythonhosted.org/packages/73/d0/7c75a57d1e92babbc856e5f28de8392317d962135df85a55e1271644f047/Kotti-0.9a1.tar.gz" } ], "0.9a2": [ { "comment_text": "", "digests": { "md5": "545edbc85c67e161bac99eafbbe572e1", "sha256": "61807a28def60263a5d796f8c1b86dd9b731eec4f83257a782517c6b7e895412" }, "downloads": -1, "filename": "Kotti-0.9a2.tar.gz", "has_sig": false, "md5_digest": "545edbc85c67e161bac99eafbbe572e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 412699, "upload_time": "2013-05-04T20:44:38", "url": "https://files.pythonhosted.org/packages/9a/5d/64fbec0291804facddccec25e467228318a4b8144aaf332e91b31cad8f81/Kotti-0.9a2.tar.gz" } ], "0.9b1": [ { "comment_text": "", "digests": { "md5": "a039d63cc56cc6e36fe05f6430221313", "sha256": "fe6f7cf5230242b90c65f43c70b5d44e4256698972c0126f6b3fb5dc31da0892" }, "downloads": -1, "filename": "Kotti-0.9b1.tar.gz", "has_sig": false, "md5_digest": "a039d63cc56cc6e36fe05f6430221313", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 421002, "upload_time": "2013-06-27T08:33:48", "url": "https://files.pythonhosted.org/packages/43/33/b772a01e5ca6df72dfeadf61897cf5346d38ffde7766eb227452c001d387/Kotti-0.9b1.tar.gz" } ], "0.9b2": [ { "comment_text": "", "digests": { "md5": "f4ce6e21ade9fad1971f6f95dfaced73", "sha256": "39d4e50e74edbe274b33da70c45c92a3269e732ae4293de66d3d2fa69f64eded" }, "downloads": -1, "filename": "Kotti-0.9b2.tar.gz", "has_sig": false, "md5_digest": "f4ce6e21ade9fad1971f6f95dfaced73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429564, "upload_time": "2013-08-20T10:53:28", "url": "https://files.pythonhosted.org/packages/3e/a8/ab772e7de800ded3cb40d6d9e9e07d373bed0889af2661b35077f27f454e/Kotti-0.9b2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d807c8edfbebb0e52aff99bfd8d026fc", "sha256": "71b271f7bf668f6141a22b2b42b797821c53c0e411822c1d2ba610137006869b" }, "downloads": -1, "filename": "Kotti-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d807c8edfbebb0e52aff99bfd8d026fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 516868, "upload_time": "2015-02-20T16:31:59", "url": "https://files.pythonhosted.org/packages/62/b0/0affb902ca49acc16e582fbffc51a65a7f6c3a419f077f8780211299dcba/Kotti-1.0.0.tar.gz" } ], "1.0.0-alpha": [ { "comment_text": "", "digests": { "md5": "271f97234230c5142ffe59cf3437b332", "sha256": "a55d05aa2e0858cea1f17ffb01589bcd1d5d23f311bf8d8313dbe25aab9b8073" }, "downloads": -1, "filename": "Kotti-1.0.0-alpha.tar.gz", "has_sig": false, "md5_digest": "271f97234230c5142ffe59cf3437b332", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397512, "upload_time": "2014-12-20T04:05:32", "url": "https://files.pythonhosted.org/packages/65/5a/b91c6c6fd45e3ed7f9ea79b7c6963a9cac845158ba6049d199562bdd8854/Kotti-1.0.0-alpha.tar.gz" } ], "1.0.0-alpha.2": [ { "comment_text": "", "digests": { "md5": "fc832af7559e4e341f856f363941a013", "sha256": "3a0d56b222f4d46c0bf882499816b6206f94cabe21f8c5602c43e7fb3cafd429" }, "downloads": -1, "filename": "Kotti-1.0.0-alpha.2.tar.gz", "has_sig": false, "md5_digest": "fc832af7559e4e341f856f363941a013", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 511011, "upload_time": "2015-01-01T06:28:44", "url": "https://files.pythonhosted.org/packages/ad/e1/86f230a56ec4314af5edea3f5d7fca61e194cec4d661fe51059145784b40/Kotti-1.0.0-alpha.2.tar.gz" } ], "1.0.0-alpha.3": [ { "comment_text": "", "digests": { "md5": "f83d8457cdf79f4f80eff43b32c4695c", "sha256": "cecef710d7211d6737c82e22b8b6c87bbbad553606b5b93cc8defe0b53c546b0" }, "downloads": -1, "filename": "Kotti-1.0.0-alpha.3.tar.gz", "has_sig": false, "md5_digest": "f83d8457cdf79f4f80eff43b32c4695c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 389038, "upload_time": "2015-01-13T15:48:20", "url": "https://files.pythonhosted.org/packages/ba/86/aa473bca61c140483051ec54626ac607a63902a0a1662548a18e99a9012b/Kotti-1.0.0-alpha.3.tar.gz" } ], "1.0.0-alpha.4": [ { "comment_text": "", "digests": { "md5": "d5344d553b0a7bdbf14cd4febd5c27c0", "sha256": "2c80c73359edf65b265eb36231cdff5d99f3bf59b41edccb17339616d59cc19a" }, "downloads": -1, "filename": "Kotti-1.0.0-alpha.4.tar.gz", "has_sig": false, "md5_digest": "d5344d553b0a7bdbf14cd4febd5c27c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 393440, "upload_time": "2015-01-29T17:29:13", "url": "https://files.pythonhosted.org/packages/d1/c1/c5676cf1aa3fbe5b9037999ca4106483b98a8f1fff8e424c6cf2da020401/Kotti-1.0.0-alpha.4.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "dcb32972e37eff16637aa78e2167a7fd", "sha256": "ab6fc64fb699671b0cd53c4b6447d6dce27e2ded98b4af4b296d823c7319a488" }, "downloads": -1, "filename": "Kotti-1.1.0.tar.gz", "has_sig": false, "md5_digest": "dcb32972e37eff16637aa78e2167a7fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 552017, "upload_time": "2015-04-16T12:36:14", "url": "https://files.pythonhosted.org/packages/c4/41/3ff6653bd7bcd2868e13e571f21dfc5de34bd73c7d9348d626f933bd4ff5/Kotti-1.1.0.tar.gz" } ], "1.1.0-alpha.1": [ { "comment_text": "", "digests": { "md5": "5d97e776683771561b80924ad2a3608b", "sha256": "770669ecd597fed3ccdad3177bd957e3e82eafbb003db39de8bb34e975ab2d58" }, "downloads": -1, "filename": "Kotti-1.1.0-alpha.1.tar.gz", "has_sig": false, "md5_digest": "5d97e776683771561b80924ad2a3608b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 543958, "upload_time": "2015-03-19T12:30:29", "url": "https://files.pythonhosted.org/packages/cd/88/77f703abe970c6f9b73737e3ce8c268408c2d0d307e84c774081545d6fd6/Kotti-1.1.0-alpha.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "2d3f249454846e177298d4ad7f35e0c5", "sha256": "7196b399af1d17f3588741090a51ca72799ef33f977f5a0e476e8ea048d344c5" }, "downloads": -1, "filename": "Kotti-1.1.1.tar.gz", "has_sig": false, "md5_digest": "2d3f249454846e177298d4ad7f35e0c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 552426, "upload_time": "2015-05-11T14:35:45", "url": "https://files.pythonhosted.org/packages/00/70/3f7582f84f6667f6b444b582135202b33625222845f7c97c5b8fb4f2e2c9/Kotti-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "6fd8738f9877ba936e871f1c9d6c0a69", "sha256": "a47f749de10bd2806fc6c0ec3de67cf49e11ace69b96519919451d9c90510470" }, "downloads": -1, "filename": "Kotti-1.1.2.tar.gz", "has_sig": false, "md5_digest": "6fd8738f9877ba936e871f1c9d6c0a69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 427846, "upload_time": "2015-06-12T14:55:10", "url": "https://files.pythonhosted.org/packages/17/74/96e1c6cb4c939a0549a16c0dbed1665bbf675ac9bfb41213b5e1daf74a00/Kotti-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "a88cdfbc4fac9373d3c1f1e35d399632", "sha256": "8f0366503f77e918b0abed4357bfc44b86c593693d0561e3df540635b1df3080" }, "downloads": -1, "filename": "Kotti-1.1.3.tar.gz", "has_sig": false, "md5_digest": "a88cdfbc4fac9373d3c1f1e35d399632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557663, "upload_time": "2015-06-17T14:36:43", "url": "https://files.pythonhosted.org/packages/75/0e/faa8144f13ad8895cac387536727f25b386b4f8585866b75b6721679dd40/Kotti-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "76191c1cfca2bf4142efc73942ffcea8", "sha256": "6c2f87e2f3287179cfe0535c3e3ad1568c9c9199beae92f6b4258cc4df43f317" }, "downloads": -1, "filename": "Kotti-1.1.4.tar.gz", "has_sig": false, "md5_digest": "76191c1cfca2bf4142efc73942ffcea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 558315, "upload_time": "2015-06-26T22:39:20", "url": "https://files.pythonhosted.org/packages/a4/36/16be985d7226890edce390d2648b5694bd5e16a4edb06a8f0becde67abcf/Kotti-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "d70ef65a5c420ad11f6c2c904bd64a6c", "sha256": "d44f138c965e929ecfaf7c2df4831dd74fc6baa2d4bd5679d31f65528256e011" }, "downloads": -1, "filename": "Kotti-1.1.5.tar.gz", "has_sig": false, "md5_digest": "d70ef65a5c420ad11f6c2c904bd64a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 417795, "upload_time": "2015-09-04T14:46:46", "url": "https://files.pythonhosted.org/packages/f4/df/adb73fc2bfeb9bab4044c603c88a40b52fe0cd0029a7e9d941f53fb2979b/Kotti-1.1.5.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "d28c06f9acca80138bcb3336d1205b17", "sha256": "14be6af7548af2f0599ba57ffa0a60689fdbcc8ccdb95e3fa9a03ef97078c4bf" }, "downloads": -1, "filename": "Kotti-1.2.0.tar.gz", "has_sig": false, "md5_digest": "d28c06f9acca80138bcb3336d1205b17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 431554, "upload_time": "2015-09-27T11:48:14", "url": "https://files.pythonhosted.org/packages/66/c2/985878f8056be89077e94b8c33cf9d89fed233fdb760cfb819cc2924c80a/Kotti-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "de62be19b79edb1f0bf87e4f49d09cf9", "sha256": "6d806fde568033826701bf419c80326ec9230ca699ac0a7094a5dcd9a72904b9" }, "downloads": -1, "filename": "Kotti-1.2.1.tar.gz", "has_sig": false, "md5_digest": "de62be19b79edb1f0bf87e4f49d09cf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 351539, "upload_time": "2015-10-07T19:42:56", "url": "https://files.pythonhosted.org/packages/96/de/3218bc2f9b4791fc7d96d24da84665f0400e355e4d7eda986d10ff39689d/Kotti-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "2d0325342b88e022153c20ec3e1fe3c4", "sha256": "bb55be07ced82cc6a7b2457f036ff58c66b05589106d98d871a88eab0a2cb45d" }, "downloads": -1, "filename": "Kotti-1.2.2.tar.gz", "has_sig": false, "md5_digest": "2d0325342b88e022153c20ec3e1fe3c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 435780, "upload_time": "2015-10-28T16:27:53", "url": "https://files.pythonhosted.org/packages/2d/9b/daea7b595e5dcdfff2bcb124a09e218c41589aa80c69d169d7c540f891a6/Kotti-1.2.2.tar.gz" } ], "1.2.3": [], "1.2.4": [ { "comment_text": "", "digests": { "md5": "911f9742d021127a9d812714fe82ad57", "sha256": "d41179290bc8bfaced9f72402a7bdee497542b02c754e340b34eb084687f6e46" }, "downloads": -1, "filename": "Kotti-1.2.4.tar.gz", "has_sig": false, "md5_digest": "911f9742d021127a9d812714fe82ad57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 645180, "upload_time": "2015-11-26T19:31:47", "url": "https://files.pythonhosted.org/packages/80/76/ff6095b6c6131eb9d3394a3d49da9c7d3445a3addb4bfc09c2b7c394db70/Kotti-1.2.4.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "6dcc0835f2da646e45529befad0d6e2d", "sha256": "019407969a5d6a3e99f6ea5718d22bf9b1f7d5f7dd933698e63e8d67d7e0a6b2" }, "downloads": -1, "filename": "Kotti-1.3.0.tar.gz", "has_sig": false, "md5_digest": "6dcc0835f2da646e45529befad0d6e2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 729909, "upload_time": "2016-10-10T15:23:08", "url": "https://files.pythonhosted.org/packages/1b/bd/2e8c4e219a9095b8514ff54bcd8724518a35611736f1b0cf7f50fcbc9ce0/Kotti-1.3.0.tar.gz" } ], "1.3.0a1": [ { "comment_text": "", "digests": { "md5": "41439a00b6eec3c36486016bdb717a83", "sha256": "089ec315fa2d57986016f9c2eaa4f0f8e4b046ae60f9954b50814c8f8c03a718" }, "downloads": -1, "filename": "Kotti-1.3.0a1.tar.gz", "has_sig": false, "md5_digest": "41439a00b6eec3c36486016bdb717a83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 712871, "upload_time": "2015-12-22T12:02:47", "url": "https://files.pythonhosted.org/packages/ee/fd/669530122cc064fdfdc0bf05180dfc12c8d5c3ce71213ad1ca1ad1d55069/Kotti-1.3.0a1.tar.gz" } ], "1.3.0a2": [ { "comment_text": "", "digests": { "md5": "827c16a8d91734a838494be4ace5da83", "sha256": "6d44c3268e48f97b615f56c871193a17c6a311f485730924e7b2b778820dbd15" }, "downloads": -1, "filename": "Kotti-1.3.0a2.tar.gz", "has_sig": false, "md5_digest": "827c16a8d91734a838494be4ace5da83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 717757, "upload_time": "2016-01-05T09:24:09", "url": "https://files.pythonhosted.org/packages/f8/5e/fa07bacb461af5fb2f7704364d12b0091893a608b0ca821783e47f9d2b6c/Kotti-1.3.0a2.tar.gz" } ], "1.3.0a3": [ { "comment_text": "", "digests": { "md5": "cd90806a2a64ce985e24e2094c84bae6", "sha256": "20a7a3a7f8b3ba1c25e07dde4a61b099aae3781623c48c1417e88c61999441dc" }, "downloads": -1, "filename": "Kotti-1.3.0a3.tar.gz", "has_sig": false, "md5_digest": "cd90806a2a64ce985e24e2094c84bae6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 717816, "upload_time": "2016-01-11T15:40:13", "url": "https://files.pythonhosted.org/packages/4c/69/b5bfd3901efd1b9434d26397da39b08e409eb0aa256b484ce4ce3c2ed3b5/Kotti-1.3.0a3.tar.gz" } ], "1.3.0a4": [ { "comment_text": "", "digests": { "md5": "1307d735d36288ab102ae82e5234ff69", "sha256": "17601c0fe72da7769987b30ea1e0da944e1eff78fbb57f2df13a850a719e323d" }, "downloads": -1, "filename": "Kotti-1.3.0a4.tar.gz", "has_sig": false, "md5_digest": "1307d735d36288ab102ae82e5234ff69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 718581, "upload_time": "2016-01-15T14:28:30", "url": "https://files.pythonhosted.org/packages/ed/d1/cd70c8b998fb61295a45c9e97c18c6e41b2865700f5da0a2614d311f183b/Kotti-1.3.0a4.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "f64fb0589dca38d8e704d9f1343d78b4", "sha256": "fc0d59399cec375dd86a6948713b113be9caeb24bdee53f8e2753692f2ddf391" }, "downloads": -1, "filename": "Kotti-1.3.1.tar.gz", "has_sig": false, "md5_digest": "f64fb0589dca38d8e704d9f1343d78b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 747558, "upload_time": "2018-01-17T19:58:59", "url": "https://files.pythonhosted.org/packages/7d/fb/5d196fc956069256f45e5ee2f331d14c65ab6a350e498808c490544ba1ac/Kotti-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "f42b5124177109d90e4073f39a821d8a", "sha256": "e4c3af8c22f82e481e34853aa04ff70e01cccfed360bf0f95e989d05c1daca0f" }, "downloads": -1, "filename": "Kotti-1.3.2.tar.gz", "has_sig": false, "md5_digest": "f42b5124177109d90e4073f39a821d8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 766213, "upload_time": "2018-04-04T12:51:05", "url": "https://files.pythonhosted.org/packages/bb/5a/785e61ae4e4d2b4f2c7f51d2eb0be2df9d8fb95d3f2efccd4527b30781c6/Kotti-1.3.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "af85bc4fe4132bda2ef23add332077a4", "sha256": "c8c1e5952b6161907c6b522d6ecc567a4eea8f6fc6a20e9023449e2ea7ce8c25" }, "downloads": -1, "filename": "Kotti-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "af85bc4fe4132bda2ef23add332077a4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 705312, "upload_time": "2019-01-07T15:54:17", "url": "https://files.pythonhosted.org/packages/df/c3/979df8793f5f7ca7463356c8072ee89985d04e30c4e36f380f867ea3acb7/Kotti-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48f6ea2f2dbc18dd97dbe9f0bb3e3be2", "sha256": "95398882d5f27b0d05274e537ea2c5356506661f0d36dfadeccfb07c551ebb49" }, "downloads": -1, "filename": "Kotti-2.0.0.tar.gz", "has_sig": false, "md5_digest": "48f6ea2f2dbc18dd97dbe9f0bb3e3be2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 739907, "upload_time": "2019-01-07T15:54:21", "url": "https://files.pythonhosted.org/packages/38/52/104efc9a9bd94246c85b800a831b89632ad5188532f3bbb966777809ed92/Kotti-2.0.0.tar.gz" } ], "2.0.0a1": [ { "comment_text": "", "digests": { "md5": "9e479857848afcc9fb427b32b8120713", "sha256": "4466771c64bbabb6794c071f2b12aceb837a985b1cb580750d1fd09d06906489" }, "downloads": -1, "filename": "Kotti-2.0.0a1.tar.gz", "has_sig": false, "md5_digest": "9e479857848afcc9fb427b32b8120713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 737936, "upload_time": "2018-02-22T16:39:12", "url": "https://files.pythonhosted.org/packages/bd/cc/f453c7f946873faea8805980ba2fa2b6b018bbd40f2071ec2871629d2f01/Kotti-2.0.0a1.tar.gz" } ], "2.0.0b1": [ { "comment_text": "", "digests": { "md5": "2e9389e967087806db55586948f0bded", "sha256": "5b5e91735f5cfa8e3d1b601a0da7b8866d5effcbfa0d74290ae7c396c33b6cfa" }, "downloads": -1, "filename": "Kotti-2.0.0b1.tar.gz", "has_sig": false, "md5_digest": "2e9389e967087806db55586948f0bded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 738285, "upload_time": "2018-03-19T11:04:19", "url": "https://files.pythonhosted.org/packages/bf/72/3956f9a2d79e74ac89ecd41c9c3c79dc7cc0da2a55ba676c3161b79a5d3a/Kotti-2.0.0b1.tar.gz" } ], "2.0.0b2": [ { "comment_text": "", "digests": { "md5": "1e6444f6d20c2b0118801cdcd67376e7", "sha256": "b5a19c44068e47b74b05b62e1c4b1884d551033359df7dba6acb96690d89683d" }, "downloads": -1, "filename": "Kotti-2.0.0b2.tar.gz", "has_sig": false, "md5_digest": "1e6444f6d20c2b0118801cdcd67376e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 757766, "upload_time": "2018-04-04T12:50:03", "url": "https://files.pythonhosted.org/packages/fc/8b/c4c3a8732bf58db7cecf7a86f99399789665dfc5e875cc77e2dab3522293/Kotti-2.0.0b2.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "2f4b8d49456f25cf0740fe05043ed2de", "sha256": "577092f9c7d60296fb8273ed8cd3df25a27d485b58f5b4635c1060801d2e063b" }, "downloads": -1, "filename": "Kotti-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2f4b8d49456f25cf0740fe05043ed2de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 739928, "upload_time": "2019-01-09T09:28:51", "url": "https://files.pythonhosted.org/packages/c4/f5/62337e837e588a9fa6a195a8d9788be217af76dbf4b0f4d6f3a59da22c5c/Kotti-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f4b8d49456f25cf0740fe05043ed2de", "sha256": "577092f9c7d60296fb8273ed8cd3df25a27d485b58f5b4635c1060801d2e063b" }, "downloads": -1, "filename": "Kotti-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2f4b8d49456f25cf0740fe05043ed2de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 739928, "upload_time": "2019-01-09T09:28:51", "url": "https://files.pythonhosted.org/packages/c4/f5/62337e837e588a9fa6a195a8d9788be217af76dbf4b0f4d6f3a59da22c5c/Kotti-2.0.1.tar.gz" } ] }