{ "info": { "author": "Reinout van Rees", "author_email": "reinout.vanrees@nelen-schuurmans.nl", "bugtrack_url": null, "classifiers": [], "description": "Django code skeletons\n=====================\n\n.. image:: https://travis-ci.org/lizardsystem/nensskel.svg?branch=master\n :target: https://travis-ci.org/lizardsystem/nensskel\n\n\n.. image:: https://coveralls.io/repos/lizardsystem/nensskel/badge.svg?branch=reinout-version-upgrades&service=github\n :target: https://coveralls.io/github/lizardsystem/nensskel?branch=reinout-version-upgrades\n\n\n\n``nensskel`` provides so-called \"paster templates\" so you can easily create new\nDjango applications, websites and python libraries. They're not fully\ngeneric, as they originated within one company (see below).\n\nThe nensskel script creates a directory structure for you with (some\npartially filled) basic files (like a ``README.rst`` and a ``setup.py``).\n\nCall the nensskel script to get usage information.\n\nInstallation is straightforward with easy_install::\n\n $ easy_install nensskel\n\nor with pip::\n\n $ pip install nensskel\n\n(Probably you need to run it with sudo on osx/linux).\n\nDon't forget to update from time to time::\n\n $ easy_install --upgrade nensskel\n\n\nAvailable templates\n-------------------\n\nThree nens-specific templates are included:\n\n* **nens_library:** A buildout for nens libraries\n\n* **nens_djangoapp:** A buildout for nens Django applications\n\n* **nens_lizardsite:** A buildout for nens lizard Django sites\n\n\nCompany-centricity\n------------------\n\nNensskel originates at `Nelen & Schuurmans `_.\nWe set it up the way we like it and we change it the way we like it so it might\nnot fit your case 100%.\n\nBut it does provide a good example to give you a head start with a completely\nsetup Django application/site. For example, the Django sites come with a\nfull-blown nginx config and Django-staticfiles is included for easy css/js setup.\n\nIf the available templates don't serve your need, you can do two things:\n\n- Clone the repository and edit the template as you like; possibly submit a\n pull request\n\n- Make your own template\n\n\nDrop us a line if you need help.\n\n\nExample for your own skeleton\n-----------------------------\n\nWhen you want to create your own skeleton, nensskel can be a nice, small\nexample. Just download the .tar.gz and unpack it.\n\nDo the regular ``python bootstrap.py && bin/buildout`` and you're good to go.\nThe nensskel and paster scripts are created in the *bin/* directory.\n\nThere is one python script in ``nensskel/*.py`` per template. The actual\ntemplates are in ``nensskel/templates/*``. See\nhttp://pythonpaste.org/script/developer.html for some documentation on\nwhat paster can do. If you want elaborate examples:\nhttp://svn.plone.org/svn/collective/ZopeSkel/trunk/ is the most elaborate set\nof templates available.\n\n\nDevelopment and issue tracker\n-----------------------------\n\nNensskel is developed on github: https://github.com/lizardsystem/nensskel .\n\nIssues are also tracked there: https://github.com/lizardsystem/nensskel/issues .\n\n\nChangelog for nensskel\n======================\n\n\n1.37 (2016-04-26)\n-----------------\n\n- Removed lizard-ui/lizard-map and so.\n\n- Removed sitesetup/fabfile.\n\n- South is also removed, so you need to use django 1.8+ for the\n migrations. Note that this version isn't included in the KGS yet.\n\n\n1.36.1 (2015-09-19)\n-------------------\n\n- Update packages mitigating the 'ValueError: too many values to unpack'.\n\n- Updated versions, using new lizard5 KGS. You can just as well remove the\n 'extends' line for your own projects, but at least for testing nensskel, I'm\n keeping it in for now.\n [reinout]\n\n- Fixed djangorecipe setup. Deprecated options have been removed (fixes\n #12).\n [reinout]\n\n- Using ``wsgi.py`` file and the new djangorecipe ``scripts-with-settings``\n option: this fixes the gunicorn (and celery) setup for modern\n django/gunicorn combinations.\n [reinout]\n\n- Improved tests so that more buildout failures show up (like the necessary\n djangorecipe changes from the previous point). The test setup now also\n includes coverallls.io integration for coverage reports.\n [reinout]\n\n\n1.35 (2015-01-21)\n-----------------\n\n- Unpinned buildout default version. Updated bootstrap.py.\n\n\n1.34 (2014-10-06)\n-----------------\n\n- Updated everything for django 1.6 (regarding imports) and buildout 2.x.\n\n- Added the new leansite template (also removed it again).\n\n- Removed the deprecated GZipMiddleware from Django settings for all templates.\n\n\n1.33 (2013-05-02)\n-----------------\n\n- Corrected sentry/raven setup.\n\n- Prepare django apps and sites to be translatable with Transifex.\n\n\n1.32 (2013-02-18)\n-----------------\n\n- Bugfix: there was still a ``buildout-versions`` in the lizardsite template.\n\n\n1.31 (2013-02-15)\n-----------------\n\n- Upgraded nensskel's own setup to buildout 2.0.\n\n- Updated nose/coverage test setup in the generated projects *and* in ourselves.\n\n- Added pydev support also to lib/djangoapp buildouts instead of only to the\n site buildout.\n\n- Updated lizardsite demo fixture to the latest lizard-wms.\n\n\n1.30 (2013-02-11)\n-----------------\n\n- Added buildout 2.0!\n\n- Added a django-session-cleanup-cronjob part for production and staging,\n which cleans old sessions in the database.\n\n- Added nose coverage report setup. And included mock by default.\n\n- Added ``__future__`` imports everywhere for print statements and unicode.\n Everywhere except django settings, btw, as that weirdly breaks the\n testrunner!\n\n\n1.29 (2012-10-11)\n-----------------\n\n- The library buildout.cfg now also extends the latest KGS; this\n prevents problems with mismatched buildout versions.\n\n\n1.28 (2012-10-11)\n-----------------\n\n- Fixed license header (small tweak only: it pointed to LICENSE.txt\n instead of the .rst one).\n\n- Added max log size of 10MB to the logrotate script in the lizard\n site template.\n\n\n1.27 (2012-09-24)\n-----------------\n\n- Added lizard-wms (and lizard-maptree) to the lizardsite template. Almost\n every site needs them and it makes the empty site more suited for demo\n purposes and experimenting.\n\n\n1.26 (2012-06-28)\n-----------------\n\n- Fixed small issues in the lizardsite template:\n\n - Added ``auto-checkout`` plus explanation to its buildout config.\n\n - Generated random password for the production/staging databases.\n\n - Using site name as database name.\n\n\n1.25 (2012-06-26)\n-----------------\n\n- Git instructions are now printed after generating the project (if we're not\n generating an svn project). It assumes nens/lizardsystem github URLs (which\n you can change, of course).\n\n- Added more example imports to ``views.py`` and ``models.py``, for instance\n the ``ugettext``/``ugettext_lazy`` import. And the lizard-ui and lizard-map\n base class based views.\n\n- Added example class based view configuration in ``urls.py``.\n\n- Added ``admin.py``.\n\n- Added the ``from __future__ import unicode_literals`` import to use unicode\n everywhere.\n\n- Updated .gitignore: we now ignore the nginx config files instead of the\n not-used-anymore apache ones.\n\n\n1.24 (2012-06-19)\n-----------------\n\n- Added nensskel version number to the generated 'initial generation'\n changelog entry.\n\n- Removed TODO.rst from all the templates. We don't actually use it.\n\n- Added configuration for testing `on travis\n `_.\n\n- Using url() instead of tuples in the url patterns again. Plus fixed syntax\n error there.\n\n- Updated lizardsite skeleton to latest server configuration and\n fabfile.\n\n- Added stagingsettings.py, staging.cfg\n\n- Made tests work\n\n\n1.22 (2011-12-08)\n-----------------\n\n- Added a templates/ subdirectory to the djangoapp.\n\n- Renamed media/ dir in djangoapp to static/ to match Django 1.3.\n\n\n1.21 (2011-11-15)\n-----------------\n\n- Using latest and greatest server setup. Including nginx and sitesetup.\n\n\n1.20 (2011-10-21)\n-----------------\n\n- Added MEDIA_URL and MEDIA_ROOT to the djangoapp template. The debugmode\n urlpatterns loaded in ``urls.py`` fail with a traceback otherwise.\n\n\n1.19 (2011-10-18)\n-----------------\n\n- Updated the .coveragerc to be more complete.\n\n\n1.18 (2011-10-18)\n-----------------\n\n- Not git-ignoring ``*.mo`` files by default: django doesn't compile them on\n the fly, so they need to be included with the source code.\n\n- Using 'graft' option in the MANIFEST.in to just include everything in our\n project directory. .pyc/pyo files are excluded anyway, so this is more or\n less OK.\n\n\n1.17 (2011-09-30)\n-----------------\n\n- Important bugfix: the \"hidden\" ``.something`` files weren't being\n generated. They *are* now.\n\n\n1.16 (2011-09-09)\n-----------------\n\n- Added git ignore file and basic MANIFEST.in to the templates.\n\n- Removed unneeded lizard-ui middleware as django 1.3's logging handles it.\n\n- Adjusted context processors to django 1.3's default list.\n\n- Added logging setup for sentry in the lizard site template.\n\n- Cleaned up the urls.py from djangoapp.\n\n\n1.15 (2011-08-25)\n-----------------\n\n- Added the KGS to djangoapp and sites and updated for django 1.3.\n\n- Removed map_settings from lizardsite settings.py.\n\n- Commented out wsgiimmportscript in apache conf (it gives an error).\n\n- Added lizard-map context processor (outcommented) in lizardsite\n settings.py.\n\n\n1.14 (2011-05-30)\n-----------------\n\n- Adding deadlock-timeout and especially display-name to the wsgi config. The\n deadlock might help with shapefiles clogging up the server. The display-name\n shows you which server is actually using up the CPU/mem instead of just\n showing 'apache2'.\n\n\n1.13 (2011-05-23)\n-----------------\n\n- Re-release of 1.12 as that download tarball was broken.\n\n- Adding django.contrib.gis to the ``INSTALLED_APPS`` lists as that's needed\n for south migrations of geo fields.\n\n- nens_djangoapp's ``testsettings.py`` was missing an ``import os``.\n\n\n1.12 (2011-04-13)\n-----------------\n\n- Modifying the middleware to include SentryResponseErrorIdMiddleware.\n\n\n1.11 (2011-04-13)\n-----------------\n\n- Added django-sentry to the Lizardsite template.\n- Adding new file setup.py_tmpl to Lizardsite template.\n- Updating +package+/settings.py_tmpl which adds sentry to INSTALLED_APPS.\n\n\n1.10 (2011-03-31)\n-----------------\n\n- Adding mostly-empty READMEs to the two empty 'fixtures' and\n 'media/+package+' dirs in the django app template. On some machines, the\n empty directories were not getting created. This way they are.\n\n- Svn-ignoring the ``doc/build`` directory (with sphinx output).\n\n- Added ``svn revert`` instructions for ``testsettings.py`` in the website\n template (in addition to removing the file).\n\n\n1.9 (2011-03-02)\n----------------\n\n- Small restructured text heading level fixes for the sphinx documentation.\n\n\n1.8 (2011-02-01)\n----------------\n\n- Removed buildout usage part from the readme.rst as it gets repeated\n lots of times all over the place this way.\n\n- Added matplotlib tweaks to the django site settings.py.\n\n- Added django-extensions to the standard dependencies of django apps\n so that we can get a model graph.\n\n\n1.7 (2011-01-19)\n----------------\n\n- Added sphinx setup. Also swapped the .txt files for .rst ones.\n\n\n1.6.1 (2010-12-03)\n------------------\n\n- Fixed too-restrictive regex in apache's openlayers AliasMatch: the\n openlayers css/icons now also work in the root of the site...\n\n\n1.6 (2010-12-03)\n----------------\n\n- Added sysegg part to the buildouts.\n\n\n1.5 (2010-12-03)\n----------------\n\n- Printing .egginfo directory removal instructions.\n\n- Updated list of standard svn:ignores.\n\n- Added django gzip middleware to the lizardsite template.\n\n- Added lizard-ui's traceback logging middleware to lizardsite.\n\n- Added lizard-map's map settings to the django settings.py in lizardsite.\n\n- Removed windows apache configuration.\n\n- Added gzip (\"mod_deflate\") for js/css in the apache config.\n\n- Eternally caching the django-compressor combined js/css files.\n\n- Added logging setup to lizardsite.\n\n- Added 500.html and 404.html to lizardsite template.\n\n- Added openlayers img/ and theme/ aliases to compensate for openlayers'\n weirdness.\n\n- Added extra part to the lizardsite buildout for automatic ``bin/django\n build_static`` running so we won't ever forget to do that.\n\n- Updated database settings to new django multiple databases style.\n\n\n1.4 (2010-10-15)\n----------------\n\n- Added setup.cfg that tells nose to output xml test reports for use with\n Hudson.\n\n- Fixes to the test setup of django_app.\n\n\n1.3 (2010-10-01)\n----------------\n\n- Added copyright notice at the top of every file including pointer to the\n LICENSE.txt GPL file. No, I'm not copy/pasting 10 unneeded lines of GPL\n boilerplate into every file.\n\n\n1.2 (2010-08-25)\n----------------\n\n- Bootstrap.py adjustments: using the 1.4.x buildout one for now.\n\n\n1.1.1 (2010-08-10)\n------------------\n\n- Documentation update.\n\n\n1.1 (2010-08-10)\n----------------\n\n- Changed test setup of djangoapp and lizardsite to match Reinout's latest\n experiments :-)\n\n\n1.0 (2010-08-03)\n----------------\n\n- Added coverage support both to nensskel itself and to the templates.\n\n\n0.5 (2010-08-02)\n----------------\n\n- Added django compressor settings to the lizardsite template.\n\n- Added lizard-ui as a standard dependency for django applications.\n\n\n0.4 (2010-05-20)\n----------------\n\n- Removed ipython as it regularly fails to download, sadly. Can be re-added\n after buildout gains a timeout setting (in the .cfg files).\n\n\n0.3 (2010-03-22)\n----------------\n\n- Django STATIC_URL/MEDIA_URL clarification and usage improvement after\n discussion on http://bitbucket.org/jezdez/django-staticfiles/issue/12/\n\n- Added apache config (with a separate one for windows that still needs some\n work).\n\n\n0.2 (2010-02-12)\n----------------\n\n- Django fixes after using skeleton in real life.\n\n\n0.1 (2010-02-11)\n----------------\n\n- Added ``nensskel`` script as a handy wrapper around ``paster create``.\n\n- Added lizardsite skeleton (which needs checking and probably modifications).\n\n- Added djangoapp skeleton.\n\n- Added library skeleton.\n\n- Added test that creates instances of all skeletons and runs their\n bin/buildout. Smoke test: switch everything on and see if smoke comes out.\n\n- Reinout copied relevant parts from the thaskel and zestskel that he made for\n the two previous companies he worked for.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/nensskel", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "nensskel", "package_url": "https://pypi.org/project/nensskel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nensskel/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/nensskel" }, "release_url": "https://pypi.org/project/nensskel/1.37/", "requires_dist": null, "requires_python": "", "summary": "Skeleton for Nelen & Schuurmans projects", "version": "1.37" }, "last_serial": 3847305, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "17add760cf7c2411e0ad4b631e2457a2", "sha256": "068172723dbe713f62debce61d13e064641738ad09c5c48f864f9aa1e9c0fe69" }, "downloads": -1, "filename": "nensskel-1.1.tar.gz", "has_sig": false, "md5_digest": "17add760cf7c2411e0ad4b631e2457a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28966, "upload_time": "2010-08-10T14:56:32", "url": "https://files.pythonhosted.org/packages/43/5f/ccf477c7d0d44bb1eed74b57d1ccfd22a3c5edfd0eb08415dfb0ab118030/nensskel-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "afc5d6fdd1b791d0852d6a3956f87080", "sha256": "31834900ac9404ca3141815fce15fcebeb572b9d86e7e1ba05f1601b13586000" }, "downloads": -1, "filename": "nensskel-1.1.1.tar.gz", "has_sig": false, "md5_digest": "afc5d6fdd1b791d0852d6a3956f87080", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29287, "upload_time": "2010-08-10T15:34:28", "url": "https://files.pythonhosted.org/packages/5e/ac/07fec1380a87c1df661993159f206af7cc79363f6332553d388c4100396d/nensskel-1.1.1.tar.gz" } ], "1.10": [ { "comment_text": "", "digests": { "md5": "46d9d9e54a547715c8d5c0da1e00b7f5", "sha256": "e32ab7e5d2f52e52f01ae949f420257020b0253fffcd636e05244ac0f71c07ad" }, "downloads": -1, "filename": "nensskel-1.10.tar.gz", "has_sig": false, "md5_digest": "46d9d9e54a547715c8d5c0da1e00b7f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35370, "upload_time": "2011-03-31T15:48:27", "url": "https://files.pythonhosted.org/packages/86/3b/6e66955180ea84a669b305066c7438c163838b43fb37365a32088d46dedc/nensskel-1.10.tar.gz" } ], "1.12": [ { "comment_text": "", "digests": { "md5": "ea5c301200cb719fe5d6ceb2661f48c8", "sha256": "d437c081559df378a99e9068aafd8dde9696815aedb9ecdb6e6ecb0ba3a638d9" }, "downloads": -1, "filename": "nensskel-1.12.tar.gz", "has_sig": false, "md5_digest": "ea5c301200cb719fe5d6ceb2661f48c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36272, "upload_time": "2011-05-23T13:05:38", "url": "https://files.pythonhosted.org/packages/65/d1/b446da9e6827fac4becea6f81d42e5ca137b72d00022e143d53ef7273576/nensskel-1.12.tar.gz" } ], "1.13": [ { "comment_text": "", "digests": { "md5": "759a0a067c86d6c68ce11db61bb99a9d", "sha256": "4e380691f8821a5dfa961132a0fad400d1fef031f9d08e65bdf548b1ef673e8d" }, "downloads": -1, "filename": "nensskel-1.13.tar.gz", "has_sig": false, "md5_digest": "759a0a067c86d6c68ce11db61bb99a9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36678, "upload_time": "2011-05-23T13:07:59", "url": "https://files.pythonhosted.org/packages/de/b6/cc9dfaa7d928a8b64e98e573d0c4c18e0b7821f4eabc83de3770e06a135f/nensskel-1.13.tar.gz" } ], "1.14": [ { "comment_text": "", "digests": { "md5": "dec06c70d0733f21d1baf428e1f7fdf6", "sha256": "57fb394b096599099687a76a5307a2aa342543e5348d392879dccb723a8ccae6" }, "downloads": -1, "filename": "nensskel-1.14.tar.gz", "has_sig": false, "md5_digest": "dec06c70d0733f21d1baf428e1f7fdf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36906, "upload_time": "2011-05-30T11:32:22", "url": "https://files.pythonhosted.org/packages/07/37/c522a25a54490b3d47c89a7d9e531f6a551eb88010f94302e0378da67bdd/nensskel-1.14.tar.gz" } ], "1.15": [ { "comment_text": "", "digests": { "md5": "34e9770d16f0867344231efc98cb73b0", "sha256": "a81f4bd0fc5506f1dd1cfa05374912172b6fbd4ce06abcb653cdbe5ba2afea37" }, "downloads": -1, "filename": "nensskel-1.15.tar.gz", "has_sig": false, "md5_digest": "34e9770d16f0867344231efc98cb73b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36681, "upload_time": "2011-08-25T11:13:08", "url": "https://files.pythonhosted.org/packages/53/bf/0ef703f3d62494d067c9b379ad4f9f2fd95b78279ca41d437d6c515370d4/nensskel-1.15.tar.gz" } ], "1.16": [ { "comment_text": "", "digests": { "md5": "534b6f07fd9456bb1931d7ad91f57c57", "sha256": "fa6e98125bd89f3d8fa3843ee9a966ef0dd51983d542ce6eb0a30da79a9f767a" }, "downloads": -1, "filename": "nensskel-1.16.tar.gz", "has_sig": false, "md5_digest": "534b6f07fd9456bb1931d7ad91f57c57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33457, "upload_time": "2011-09-09T15:42:05", "url": "https://files.pythonhosted.org/packages/83/6a/f3e94523d98208f3f89683be44f090290bf21fde7d2081e217d95ba23b21/nensskel-1.16.tar.gz" } ], "1.17": [ { "comment_text": "", "digests": { "md5": "f9cc3826bb293717acdd8934d5525040", "sha256": "11e93952589d1b0b4f1ca4aec4ca0f46151b5a67da1b4e103a7420f348ccfa86" }, "downloads": -1, "filename": "nensskel-1.17.tar.gz", "has_sig": false, "md5_digest": "f9cc3826bb293717acdd8934d5525040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33719, "upload_time": "2011-09-30T22:24:32", "url": "https://files.pythonhosted.org/packages/e4/62/d504172e27453ee9e4a0ec8e419baf7801ac07c50504ab2a64a8f0d5f08c/nensskel-1.17.tar.gz" } ], "1.18": [ { "comment_text": "", "digests": { "md5": "16d70e3076de5e34b3dbdae256135cb8", "sha256": "fdfdd6a160a85d12a2b7cd6cfeb8031ee6726bcb04d39f5b1f916c54c047abee" }, "downloads": -1, "filename": "nensskel-1.18.tar.gz", "has_sig": false, "md5_digest": "16d70e3076de5e34b3dbdae256135cb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37308, "upload_time": "2011-10-18T12:31:52", "url": "https://files.pythonhosted.org/packages/5f/d0/1ec44662ed5fec3c79f71c5cad1745cd699ed67e86acd0f4b56597a4ca34/nensskel-1.18.tar.gz" } ], "1.19": [ { "comment_text": "", "digests": { "md5": "d76cda0ce2daebd8d908e896cf68881e", "sha256": "973cdec40550280804f4651b2abd9e0ace5c3d8d09f2f510a6b7c84c7c46e666" }, "downloads": -1, "filename": "nensskel-1.19.tar.gz", "has_sig": false, "md5_digest": "d76cda0ce2daebd8d908e896cf68881e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37354, "upload_time": "2011-10-18T16:08:38", "url": "https://files.pythonhosted.org/packages/06/e0/6074dcadaaef33c0bc3f49a578b04c6332acce29ced0b2fd48fd4678e843/nensskel-1.19.tar.gz" } ], "1.20": [ { "comment_text": "", "digests": { "md5": "358217479438d813e76a56955e5500ab", "sha256": "5a68c2786e93e0cc4b22c10c32c73aeeb8b2e5cbf4c2aa2483d3230d27c65116" }, "downloads": -1, "filename": "nensskel-1.20.tar.gz", "has_sig": false, "md5_digest": "358217479438d813e76a56955e5500ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37507, "upload_time": "2011-10-21T12:12:03", "url": "https://files.pythonhosted.org/packages/fe/81/029687214ac9a9fa2670cd8f39323f2711c4b2a0b43d170cefb841ab831e/nensskel-1.20.tar.gz" } ], "1.21": [ { "comment_text": "", "digests": { "md5": "d530378361502fe29cdd72ac5c564e3e", "sha256": "a145cdb25f0b97e994f2e5e26b6d8475e5786867ba55e53167b43aadcff2b5ed" }, "downloads": -1, "filename": "nensskel-1.21.tar.gz", "has_sig": false, "md5_digest": "d530378361502fe29cdd72ac5c564e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40919, "upload_time": "2011-11-15T11:20:05", "url": "https://files.pythonhosted.org/packages/8e/1c/8507b993925cb3da3416b7f6cee30ddf88c672337f6e334b5ad958005acd/nensskel-1.21.tar.gz" } ], "1.22": [ { "comment_text": "", "digests": { "md5": "26f5d061af86be6644eb472ac1571aa4", "sha256": "7521ce6b02a29fda792a461f61881875205e8d82b743bc83cec1e450d92912a7" }, "downloads": -1, "filename": "nensskel-1.22.tar.gz", "has_sig": false, "md5_digest": "26f5d061af86be6644eb472ac1571aa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41094, "upload_time": "2011-12-08T14:18:25", "url": "https://files.pythonhosted.org/packages/61/1a/ee760dfb79a4c37319c9efb132fd3911c3d539a138897c3f21886a26aea4/nensskel-1.22.tar.gz" } ], "1.23": [ { "comment_text": "", "digests": { "md5": "a0ebb229f6fed829fc2cff37e87d8e65", "sha256": "41cc1f5bbce8c76adfe8749a0c9afd43ae161b1a0c0c465dae5b8a946a9e0d09" }, "downloads": -1, "filename": "nensskel-1.23.tar.gz", "has_sig": false, "md5_digest": "a0ebb229f6fed829fc2cff37e87d8e65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38536, "upload_time": "2012-01-16T13:22:46", "url": "https://files.pythonhosted.org/packages/ce/32/ed6e6c9bfcb8d288754ae763564e6e1c2a8665594141d6aa72201b24aa0a/nensskel-1.23.tar.gz" } ], "1.24": [ { "comment_text": "", "digests": { "md5": "3c4b0b7310ed6d320187de7860522068", "sha256": "7295813b3893fbca2fd0305cc77c6b503117e23d80f129f2ecdefc9116d47aa5" }, "downloads": -1, "filename": "nensskel-1.24.tar.gz", "has_sig": false, "md5_digest": "3c4b0b7310ed6d320187de7860522068", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36776, "upload_time": "2012-06-19T16:58:42", "url": "https://files.pythonhosted.org/packages/38/f6/601434a4fdb06d50112317b697615d597190fd068bcc2ffb4ecded062eaa/nensskel-1.24.tar.gz" } ], "1.25": [ { "comment_text": "", "digests": { "md5": "a1ad87aff450d1db70fa06cf8818adf0", "sha256": "7b5e279b239e5fafbce877fe1619e085ae007b09b165588b7295b076f820743d" }, "downloads": -1, "filename": "nensskel-1.25.tar.gz", "has_sig": false, "md5_digest": "a1ad87aff450d1db70fa06cf8818adf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37627, "upload_time": "2012-06-26T17:26:10", "url": "https://files.pythonhosted.org/packages/f0/35/4a0d09c77043e7baad16f373e8a366c6f7c3d7d0154ce6265d79b44816bb/nensskel-1.25.tar.gz" } ], "1.26": [ { "comment_text": "", "digests": { "md5": "305a774a4f0a6834079fb5dc3c612c9f", "sha256": "83635b6e91c565aa506a70ebb24b8cde57d3362372e0d4ea6adb7e58c4962474" }, "downloads": -1, "filename": "nensskel-1.26.tar.gz", "has_sig": false, "md5_digest": "305a774a4f0a6834079fb5dc3c612c9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37901, "upload_time": "2012-06-28T12:06:02", "url": "https://files.pythonhosted.org/packages/05/58/c2ea82e3df0ad54e7640dd2656894157eaf70326f45b095c032fcd4f2abd/nensskel-1.26.tar.gz" } ], "1.27": [ { "comment_text": "", "digests": { "md5": "547432850abf0b45aea551ebccaee0df", "sha256": "835c06d8442526d97caced599b70b9beb1de79d36e2eec3b708c47700d1e9fd5" }, "downloads": -1, "filename": "nensskel-1.27.zip", "has_sig": false, "md5_digest": "547432850abf0b45aea551ebccaee0df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63549, "upload_time": "2012-09-24T09:26:35", "url": "https://files.pythonhosted.org/packages/22/5d/baa7abe7f8d6387df3238da493d9ec1dad54ad137086b41b6dd6b3e24b49/nensskel-1.27.zip" } ], "1.28": [ { "comment_text": "", "digests": { "md5": "ae834cd143ee86dbced6ce281a667c4e", "sha256": "8b75d25df62a5a005075e805759fc2f84688c284001155cffbaad666bedc201b" }, "downloads": -1, "filename": "nensskel-1.28.zip", "has_sig": false, "md5_digest": "ae834cd143ee86dbced6ce281a667c4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63816, "upload_time": "2012-10-11T11:35:42", "url": "https://files.pythonhosted.org/packages/6b/82/451a508594d4d0e38477f31d021be2355cc09bb8e5327ace280fb741fbe5/nensskel-1.28.zip" } ], "1.29": [ { "comment_text": "", "digests": { "md5": "ca8d70501eb812d9ff083c844414d0c1", "sha256": "db73ecc6f128af2babbd69c51e6ce860b6d830083ab01723dc6a1313c604c319" }, "downloads": -1, "filename": "nensskel-1.29.zip", "has_sig": false, "md5_digest": "ca8d70501eb812d9ff083c844414d0c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64017, "upload_time": "2012-10-11T14:36:51", "url": "https://files.pythonhosted.org/packages/0f/7d/5ffc555c221a87b8dddeeb7a5b72cd60c2f8328f5ad751cf460fb8d64bbf/nensskel-1.29.zip" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "0d0a8cefc22621f8f781975a36c1cd04", "sha256": "aa1e746da452e7ec7297323ba5b9ddf8913c07a9a185c5afef30d20b4b322703" }, "downloads": -1, "filename": "nensskel-1.3.tar.gz", "has_sig": false, "md5_digest": "0d0a8cefc22621f8f781975a36c1cd04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29939, "upload_time": "2010-10-01T17:10:48", "url": "https://files.pythonhosted.org/packages/07/92/1d474053d8559f75d311ffed896c9066a0026e52b7e870e2fe5a8eab3ca4/nensskel-1.3.tar.gz" } ], "1.30": [ { "comment_text": "", "digests": { "md5": "4d0a95bd25e5ffca99317e606d6ad135", "sha256": "8f34692c712b61ed91b9531823d958eeec838122bd69d32f4d74d883095b6574" }, "downloads": -1, "filename": "nensskel-1.30.zip", "has_sig": false, "md5_digest": "4d0a95bd25e5ffca99317e606d6ad135", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66773, "upload_time": "2013-02-11T16:42:22", "url": "https://files.pythonhosted.org/packages/c2/00/56f7133bb9381f3b710b1a128bc84b721c4ae15c71352dd5ec054b137303/nensskel-1.30.zip" } ], "1.32": [ { "comment_text": "", "digests": { "md5": "0fb4c735b5527654d5d6ba95dd70c82c", "sha256": "2bf1986127ecc8672befcdd2082ea555382847aedea32edf20dea688e1fc27c7" }, "downloads": -1, "filename": "nensskel-1.32.tar.gz", "has_sig": false, "md5_digest": "0fb4c735b5527654d5d6ba95dd70c82c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43972, "upload_time": "2013-02-18T14:28:04", "url": "https://files.pythonhosted.org/packages/f0/22/0dc0eadabad4c5848baeade29626ccd2fc1b3380c870b153f03f126a64b9/nensskel-1.32.tar.gz" } ], "1.34": [ { "comment_text": "", "digests": { "md5": "8a8f82afdfbfa3131a6d77bf97481ffa", "sha256": "39da741ae9124769f0b7712d484772d90ad9828ff92ff54490c3b45f8ab54fe6" }, "downloads": -1, "filename": "nensskel-1.34.zip", "has_sig": false, "md5_digest": "8a8f82afdfbfa3131a6d77bf97481ffa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71660, "upload_time": "2014-10-06T08:17:37", "url": "https://files.pythonhosted.org/packages/9f/71/feb225babfa80a23203edb50880c1c1ff78b1b8e5bb973b319c794a5ef78/nensskel-1.34.zip" } ], "1.35": [ { "comment_text": "", "digests": { "md5": "b4bbff99ca133b01995d25239fe223d4", "sha256": "9cf297bbf73337309bb4132f50971865c9702808b2966b1aaff7e3682fe1a568" }, "downloads": -1, "filename": "nensskel-1.35.zip", "has_sig": false, "md5_digest": "b4bbff99ca133b01995d25239fe223d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71782, "upload_time": "2015-01-21T13:17:06", "url": "https://files.pythonhosted.org/packages/f0/aa/78bee9b3877750072fbec15e5ded9ca135f531959b57747ffe74031d16a9/nensskel-1.35.zip" } ], "1.36": [ { "comment_text": "", "digests": { "md5": "ad1df13bc3d78f82810b8e1232a9cbfe", "sha256": "af0cbdfe67afaa70fcab75e81733249cca09a88b2a40eb5d0b6536eed58a3ff7" }, "downloads": -1, "filename": "nensskel-1.36.tar.gz", "has_sig": false, "md5_digest": "ad1df13bc3d78f82810b8e1232a9cbfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47791, "upload_time": "2015-09-18T22:00:47", "url": "https://files.pythonhosted.org/packages/f3/80/fcb6abbec82d8a7dd183917b1e2771232ad39c46c8b8ecada332d5f92162/nensskel-1.36.tar.gz" } ], "1.36.1": [ { "comment_text": "", "digests": { "md5": "2a162aa4cdea78e5691e3205529b910a", "sha256": "9379a4a5dc061fcdba76c3dbf9e1db8e707ea4be2ce84c423dd8afbf8dc7736a" }, "downloads": -1, "filename": "nensskel-1.36.1.tar.gz", "has_sig": false, "md5_digest": "2a162aa4cdea78e5691e3205529b910a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47793, "upload_time": "2015-09-18T22:04:02", "url": "https://files.pythonhosted.org/packages/29/a3/3eb249dbd593e1c1010f025c01b0e44bd8cf23e741ab86cc30137432b578/nensskel-1.36.1.tar.gz" } ], "1.37": [ { "comment_text": "", "digests": { "md5": "7927ba82b84dd01bfd8f6511c5f89a1f", "sha256": "a3a8045249cf1ec7d8bb03a93dcbc89ee7a81f7e9e700acb0667a6b1af0a96d3" }, "downloads": -1, "filename": "nensskel-1.37.tar.gz", "has_sig": false, "md5_digest": "7927ba82b84dd01bfd8f6511c5f89a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47822, "upload_time": "2016-04-26T14:42:54", "url": "https://files.pythonhosted.org/packages/76/4d/e94d1fdb5e9f86b1cde61e70cd56a5e8bdea6befbdf7a187623e0925d14b/nensskel-1.37.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "003448b9a324c53cba5a0d3432bf6ba2", "sha256": "e44f44f8d09933c176e3ac1e9c1ec0b6d6ce787cebbab1b2f8533d09825ff701" }, "downloads": -1, "filename": "nensskel-1.4.tar.gz", "has_sig": false, "md5_digest": "003448b9a324c53cba5a0d3432bf6ba2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30173, "upload_time": "2010-10-15T10:08:24", "url": "https://files.pythonhosted.org/packages/f1/a2/7331dd1dcd088dc4e6675b966a622c4e4fe306905fa6b113e27a3773e985/nensskel-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "c0450bfd50a1a0b2f692a3da245353a7", "sha256": "97190b478ee6866a585e9bb7234a5b5003b105d229aad535d1e5d841254e0872" }, "downloads": -1, "filename": "nensskel-1.5.tar.gz", "has_sig": false, "md5_digest": "c0450bfd50a1a0b2f692a3da245353a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32399, "upload_time": "2010-12-03T14:39:19", "url": "https://files.pythonhosted.org/packages/d7/49/567eecb12019618e756d79d73bb716bc61c2d67ade4d237eb8505f415bca/nensskel-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "2a006f0e48ce05db60d64294cec2d86f", "sha256": "778d609bfd72fe43b9b88326888109884bf3ffda3327cf0a5c76252fe769ddd3" }, "downloads": -1, "filename": "nensskel-1.6.tar.gz", "has_sig": false, "md5_digest": "2a006f0e48ce05db60d64294cec2d86f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32495, "upload_time": "2010-12-03T16:38:43", "url": "https://files.pythonhosted.org/packages/98/b4/20a112a0f185387b6e66e7981b02f863ae5246cbd45771389eb25dcc46b8/nensskel-1.6.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "327daa53ae5081bb6890d24152362dc8", "sha256": "fb80a17e4bc53479b01c699d452fa40bc44e651a67c58210e214940745e48a8a" }, "downloads": -1, "filename": "nensskel-1.6.1.tar.gz", "has_sig": false, "md5_digest": "327daa53ae5081bb6890d24152362dc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32635, "upload_time": "2010-12-03T16:59:27", "url": "https://files.pythonhosted.org/packages/aa/88/ea04174d81a068a8b1615a4aa628e312241a4acebfd0120efe4f6d4fea80/nensskel-1.6.1.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "939cc4160791eb0d1b1e00e5239bfd58", "sha256": "4ae7351e32f801b65bc2dad75dad276464c005bbe3bd68ddf7de1763b429474f" }, "downloads": -1, "filename": "nensskel-1.8.tar.gz", "has_sig": false, "md5_digest": "939cc4160791eb0d1b1e00e5239bfd58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34201, "upload_time": "2011-02-01T17:14:41", "url": "https://files.pythonhosted.org/packages/c1/8f/184357a90549517a6d48afb2b24c3c4c60a8dce3780fbfeac152a2dd0bd0/nensskel-1.8.tar.gz" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "9a02ddc6afc51eb1302811d85f7cfeba", "sha256": "6389ccd76bb28c86e23968518b8cdf80234ed56776d639046a79f64a20bf0682" }, "downloads": -1, "filename": "nensskel-1.9.tar.gz", "has_sig": false, "md5_digest": "9a02ddc6afc51eb1302811d85f7cfeba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34245, "upload_time": "2011-03-15T13:35:14", "url": "https://files.pythonhosted.org/packages/38/91/bbecde7325869e14e54733f859771263f0b6ea0e0093ad711745856876da/nensskel-1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7927ba82b84dd01bfd8f6511c5f89a1f", "sha256": "a3a8045249cf1ec7d8bb03a93dcbc89ee7a81f7e9e700acb0667a6b1af0a96d3" }, "downloads": -1, "filename": "nensskel-1.37.tar.gz", "has_sig": false, "md5_digest": "7927ba82b84dd01bfd8f6511c5f89a1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47822, "upload_time": "2016-04-26T14:42:54", "url": "https://files.pythonhosted.org/packages/76/4d/e94d1fdb5e9f86b1cde61e70cd56a5e8bdea6befbdf7a187623e0925d14b/nensskel-1.37.tar.gz" } ] }