{ "info": { "author": "John Reese", "author_email": "john@noswap.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "Nib\n===\n\nNib is a static site generator, written in Python, geared toward creating a\nsimple site or blog. Nib uses a pluggable content pipeline that differentiates\nbetween \"resources\" like CSS or Javascript, and \"documents\" such as static pages\nor blog posts. The two pipelines are similar, are executed in parallel, and\ndefine multiple hooks where plugins can process a subset of entities, and even\nremove entities or generate new ones at runtime.\n\nAn example site generated from the default wizard and templates is available at\nhttp://nib.noswap.com\n\n[![Build Status](https://travis-ci.org/jreese/nib.png?branch=master)](https://travis-ci.org/jreese/nib)\n\n\nRequirements\n------------\n\n- Python 2.7 or 3.2+\n\n\nInstallation\n------------\n\nTo install the latest official release:\n\n $ pip3 install nib\n\nor to install the version currently checked out from source:\n\n $ pip install -r requirements.txt\n $ python3 setup.py install\n\n\nGetting Started\n---------------\n\nOnce Nib is installed, you can generate basic configuration and site using the\nbuilt-in wizard:\n\n $ mkdir somesite && cd somesite\n $ nib wizard\n ...\n\nOnce the wizard is complete, you should have a site configuration file, some\nexample documents (a page and two blog posts), and a minimal site theme\nconsisting of resources (favicon, CSS, and robots.txt), and templates:\n\n $ ls\n config.nib documents/ resources/ templates/\n\n $ ls documents\n about.md links/ posts/\n\n $ ls resources\n favicon.ico main.less robots.txt\n\n $ ls templates\n feed.xml list.html macros.html page.html post.html posts.html\n\nTo build the site:\n\n $ nib\n ...\n Done\n\nThe resulting HTML and resources will be in the `site/` directory:\n\n $ ls\n config.nib documents/ resources/ site/ templates/\n\n $ ls site\n 2012/ about.html archive.html favicon.ico feed.xml index.html links/ main.css posts/ robots.txt tags/\n\nTo test the resulting site, Nib can run a simple HTTP server, as well as open\nthe local server in your preferred web browser:\n\n $ nib serve\n Serving site on port 8000... press Ctrl-C to terminate.\n ^C\n Done\n\nor:\n\n $ nib serve --port 9000 --browse\n Serving site on port 9000... press Ctrl-C to terminate.\n Opening http://localhost:9000 in web browser...\n ^C\n Done\n\n\nLicense\n-------\n\nNib is licensed under the MIT license. See the `LICENSE` file for details.\n\n\nCredits\n-------\n\nNib is developed by [John Reese](http://noswap.com) as a labor of love.\nIt builds on top of many fine projects from the open source community, such as:\n\n- [Jinja2](http://jinja.pocoo.org)\n- [Markdown](http://pypi.python.org/pypi/Markdown/)\n- [PyYAML](http://pyyaml.org)\n- [sh](https://github.com/amoffat/sh)\n\nInspiration for Nib its design is thanks to\n[Oben Sonne](http://obensonne.bitbucket.org/) and his project\n[Poole](http://bitbucket.org/obensonne/poole).\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jreese/nib", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "Nib", "package_url": "https://pypi.org/project/Nib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Nib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jreese/nib" }, "release_url": "https://pypi.org/project/Nib/0.5.7/", "requires_dist": null, "requires_python": null, "summary": "Static Site Generator", "version": "0.5.7" }, "last_serial": 1391251, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "791463893b8238713292ce16c1b00c63", "sha256": "b0b3c9a459e7be94b0b6200b771a815e73d8d935f236d89dad9fdacd03879be6" }, "downloads": -1, "filename": "Nib-0.1.tar.gz", "has_sig": false, "md5_digest": "791463893b8238713292ce16c1b00c63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4048, "upload_time": "2012-10-02T20:56:52", "url": "https://files.pythonhosted.org/packages/14/e6/e162765bb30d49e715cf7cb99d70dd99ee483e660d1dde7319fc9761b965/Nib-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "16887944d6a6747839e6cf73c92f0ff7", "sha256": "b70c8fa5bd800cf4a0f799c4f37b1bca7909a19582370d12040badad41738de4" }, "downloads": -1, "filename": "Nib-0.2.tar.gz", "has_sig": false, "md5_digest": "16887944d6a6747839e6cf73c92f0ff7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5742, "upload_time": "2012-10-02T21:32:23", "url": "https://files.pythonhosted.org/packages/f6/10/ced797f2337a7540f07182f613a5439c1abdd5a681a1b8f87993162c7db8/Nib-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a0e0d31decd7b9807b5447583821acb3", "sha256": "c9bc51605628f6988b3328de84a5c93f8265c4a9744a83fac25c9ab406a32450" }, "downloads": -1, "filename": "Nib-0.2.1.tar.gz", "has_sig": false, "md5_digest": "a0e0d31decd7b9807b5447583821acb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5746, "upload_time": "2012-10-02T21:37:13", "url": "https://files.pythonhosted.org/packages/58/96/c4c3d06760d1881f0ef0d4fd7741a82fb13e6b9a7ab55bc78ffaf39341f3/Nib-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "22e8d9f17b3d5c5cf4ec24fb26289107", "sha256": "480a1c1995a2ccb25ed4242e5f93bf3d946f378bf7ae97b22ed9092c84ae4d25" }, "downloads": -1, "filename": "Nib-0.2.2.tar.gz", "has_sig": false, "md5_digest": "22e8d9f17b3d5c5cf4ec24fb26289107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5764, "upload_time": "2012-10-02T21:41:44", "url": "https://files.pythonhosted.org/packages/7b/24/b7221a680a91b3a1010b482e3eea0ee3d87d9d554651e18310587ddefcd3/Nib-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "2d916d4d4b000ecca7270027fe27071c", "sha256": "d68380829826fca9823f818a9e9ab789670bade6d0e4a0b4764ad27e0238a3d2" }, "downloads": -1, "filename": "Nib-0.2.3.tar.gz", "has_sig": false, "md5_digest": "2d916d4d4b000ecca7270027fe27071c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6204, "upload_time": "2012-10-02T21:43:59", "url": "https://files.pythonhosted.org/packages/cf/c5/6e443ff182ad224a4f6267fd699a96a9909dfb609312ade813c7612b4e31/Nib-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "0a190b03ec3ac864f6dbabb872f4e20a", "sha256": "fc4a412331c0653491cb47aa1aa46d8ebcf4e98bfdaabd0b89815f27dedca04f" }, "downloads": -1, "filename": "Nib-0.2.4.tar.gz", "has_sig": false, "md5_digest": "0a190b03ec3ac864f6dbabb872f4e20a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6350, "upload_time": "2012-10-02T21:54:56", "url": "https://files.pythonhosted.org/packages/26/b7/5577d608d7e8cf14071e22fb17052f16444f9f41f1fccfcc36485973b396/Nib-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "e09a1c6ae9091f00ea600ae332337395", "sha256": "bafea321691265e5177da9694b031edaea00c572ce2d958a3e04f7468213174f" }, "downloads": -1, "filename": "Nib-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e09a1c6ae9091f00ea600ae332337395", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7842, "upload_time": "2012-11-06T01:38:21", "url": "https://files.pythonhosted.org/packages/4a/55/efb930861cfd67e1ed91ff9e70421a01b74d00f1cf82eadafe267a525e20/Nib-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e2186ec40bad875801280b716c500652", "sha256": "95789256fe6bb399dd1391211db0a22cc32d93111c002b16475dc69eb115f2b0" }, "downloads": -1, "filename": "Nib-0.3.1.tar.gz", "has_sig": false, "md5_digest": "e2186ec40bad875801280b716c500652", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8319, "upload_time": "2012-11-06T23:04:56", "url": "https://files.pythonhosted.org/packages/ed/8b/f34c1531e77bb0ee26d359a134e9b79ed3393da657831172f43ad81b1d86/Nib-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "c738b85798bb0ce99bebacb2565648c5", "sha256": "4fae76d1a55210ec707bf3d9ebd69397d3290bbbf7a76101abde798534a07c62" }, "downloads": -1, "filename": "Nib-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c738b85798bb0ce99bebacb2565648c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8422, "upload_time": "2012-11-06T23:50:05", "url": "https://files.pythonhosted.org/packages/73/6e/76857f14c1fc4afe27424aa3d30820e67cd3d8e4563690467b17a39c86c2/Nib-0.3.2.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "25cc309a2a8b35aa09e8256b23cb66b0", "sha256": "6752341813b785cb0046a1ef812fc324eb3cda65696a8156f9d961165cf4674e" }, "downloads": -1, "filename": "Nib-0.3.4.tar.gz", "has_sig": false, "md5_digest": "25cc309a2a8b35aa09e8256b23cb66b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8799, "upload_time": "2012-11-07T00:52:53", "url": "https://files.pythonhosted.org/packages/24/61/41a46e834905e95887dbc3e91a05c0279ed237c4bd8da4025366a4fe75cf/Nib-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "7b20ac1d16ab19007c9991d0cd492a77", "sha256": "92aa35eb2e60aa47cee17d03a3c1468202714f323805f09bb900f2194e83dc55" }, "downloads": -1, "filename": "Nib-0.3.5.tar.gz", "has_sig": false, "md5_digest": "7b20ac1d16ab19007c9991d0cd492a77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8988, "upload_time": "2012-11-28T18:09:37", "url": "https://files.pythonhosted.org/packages/a6/a8/f9920f59171a198d3d2df62f472d54689ef801bd40713f9e542367065241/Nib-0.3.5.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "94be21c100d3d5989af7b8d3c45366cd", "sha256": "5df50fc6dd64aa51191dd8990d78c8bff2f3369b53e77b31c36902b591c3e35c" }, "downloads": -1, "filename": "Nib-0.4.0.tar.gz", "has_sig": false, "md5_digest": "94be21c100d3d5989af7b8d3c45366cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10532, "upload_time": "2012-11-28T22:17:32", "url": "https://files.pythonhosted.org/packages/4f/15/9654c17f8c887638c89d55b4a07895bb5c1c7af5798ff3f2514d8866352d/Nib-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "93d1d59b1f241b89df8df6b0ede29671", "sha256": "0d3fbdcd9db20e3ef0d36da652a41ffdf70946fec91db82c62e4fdcf4671ea82" }, "downloads": -1, "filename": "Nib-0.4.1.tar.gz", "has_sig": false, "md5_digest": "93d1d59b1f241b89df8df6b0ede29671", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10542, "upload_time": "2012-11-28T22:31:10", "url": "https://files.pythonhosted.org/packages/44/17/55791a0c8c936e8e4959a4df52e04bfaeff34df5379424a900e69eec9256/Nib-0.4.1.tar.gz" } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "b7f461b526d179bae9f92885c93cce5e", "sha256": "2ab26c3defaf3443fe45f296b73894e9b2e568eb6b14d4a2ad8f9e8e4d09d9a0" }, "downloads": -1, "filename": "Nib-0.4.10.tar.gz", "has_sig": false, "md5_digest": "b7f461b526d179bae9f92885c93cce5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20183, "upload_time": "2012-12-15T23:47:30", "url": "https://files.pythonhosted.org/packages/b8/8d/a87ffb2845527d34adb7c78bece8cfc1833c94a060ae37ca72465adc10d8/Nib-0.4.10.tar.gz" } ], "0.4.11": [ { "comment_text": "", "digests": { "md5": "988685ba659a009c2edb711de6c13c4e", "sha256": "482a84387c5dd5dd930311d05b6e4b0dfaebb8ac30d9966f63d74928e821022b" }, "downloads": -1, "filename": "Nib-0.4.11.tar.gz", "has_sig": false, "md5_digest": "988685ba659a009c2edb711de6c13c4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20184, "upload_time": "2012-12-15T23:54:43", "url": "https://files.pythonhosted.org/packages/0c/d4/288224de12574bb818aba8c661b7df6bdc97f3a5fd656fe29506c28550cd/Nib-0.4.11.tar.gz" } ], "0.4.12": [ { "comment_text": "", "digests": { "md5": "5c90795594dc460e1699dd7daeec9926", "sha256": "0f2772ccb2157874ebfb275149dd0a63c607574278c44b0ea8e00c23df1fa3ad" }, "downloads": -1, "filename": "Nib-0.4.12.tar.gz", "has_sig": false, "md5_digest": "5c90795594dc460e1699dd7daeec9926", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20173, "upload_time": "2012-12-29T00:52:32", "url": "https://files.pythonhosted.org/packages/68/ea/0dc7bd340d67aefa0a45040e1597dddd72532eb801d8a568b8f14537b93d/Nib-0.4.12.tar.gz" } ], "0.4.13": [ { "comment_text": "", "digests": { "md5": "a5bcd2ff68d1f2a4af9b77cceb11a9a1", "sha256": "f69c630e18b4a5e3aad7429649c4dd1e5fbae079b14b1f9bd50d293c21baf9b5" }, "downloads": -1, "filename": "Nib-0.4.13.tar.gz", "has_sig": false, "md5_digest": "a5bcd2ff68d1f2a4af9b77cceb11a9a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30621, "upload_time": "2013-01-10T22:58:09", "url": "https://files.pythonhosted.org/packages/32/1e/a022f13c4077ed39926fd27c8d02e649abb8602146adadc8803d862f0293/Nib-0.4.13.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "2181b6dbb0de26eeb507b45419485078", "sha256": "924944d84126d1b198a6ec49fa075a21a7d27ac958a5800c197c0c7da43437fe" }, "downloads": -1, "filename": "Nib-0.4.2.tar.gz", "has_sig": false, "md5_digest": "2181b6dbb0de26eeb507b45419485078", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19379, "upload_time": "2012-11-28T22:34:07", "url": "https://files.pythonhosted.org/packages/74/b9/0360eb73e6ef1dcf42ba7a7e52855ce8d1ced8ac39b2be74c159062905a4/Nib-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "28a43626b0d75c41550df632c63ac6d9", "sha256": "59be74d82b10bbcd99da760a016d7cd6648a5d10ea444ccd11f3d8227d0a56f3" }, "downloads": -1, "filename": "Nib-0.4.3.tar.gz", "has_sig": false, "md5_digest": "28a43626b0d75c41550df632c63ac6d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19448, "upload_time": "2012-11-28T22:44:06", "url": "https://files.pythonhosted.org/packages/4b/1e/f864f975fbbb6032d5ac73368dbc091a1018167bcff143c300d669207915/Nib-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "07934ba657567d09bf6a2125f2007381", "sha256": "ef235deeeb984670981a9cefae6231fc3ab0db7a2de05b1b8d1bacc7cdf41f72" }, "downloads": -1, "filename": "Nib-0.4.4.tar.gz", "has_sig": false, "md5_digest": "07934ba657567d09bf6a2125f2007381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19470, "upload_time": "2012-12-05T22:18:00", "url": "https://files.pythonhosted.org/packages/6a/3d/8f2aa4bc08cd244b75b03655eea6d6b22733c8445e400a3b79f356aa0013/Nib-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "88cbd0fbfabebe66a907848fd86db05d", "sha256": "a1d2825053cc15a33c14eaff05efc0d21a26e552d4383896ae35b6dd992b8c21" }, "downloads": -1, "filename": "Nib-0.4.5.tar.gz", "has_sig": false, "md5_digest": "88cbd0fbfabebe66a907848fd86db05d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19952, "upload_time": "2012-12-06T02:23:27", "url": "https://files.pythonhosted.org/packages/1e/9a/79d81727e255cf03f083600a82223532403698dbe06367f58b9bc53d706e/Nib-0.4.5.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "b2baeac9e7758b4d39c82f6a707694de", "sha256": "14e79803f2b7f3280db263eb8fb0665356d8c20a612dd7f4c5bec1e89701d7fa" }, "downloads": -1, "filename": "Nib-0.4.7.tar.gz", "has_sig": false, "md5_digest": "b2baeac9e7758b4d39c82f6a707694de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20066, "upload_time": "2012-12-14T02:17:37", "url": "https://files.pythonhosted.org/packages/7e/e6/fa7942e8f61ed3f02853d0e82b0bd16234c521a18ab54f4bb892816c9172/Nib-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "e13a09ca36388fea5588affed3a97973", "sha256": "9556127caca50a6afbd55f0a38e8bc2d426d3187eee7b80bb41e2c2e8ddac398" }, "downloads": -1, "filename": "Nib-0.4.8.tar.gz", "has_sig": false, "md5_digest": "e13a09ca36388fea5588affed3a97973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20335, "upload_time": "2012-12-15T20:21:19", "url": "https://files.pythonhosted.org/packages/58/fa/26dd85a3f51642ce7722ac130506811b5dd469f24fc1492aadf2c6085c13/Nib-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "d8a498d5c9db3f9cca752bb087575c9b", "sha256": "536db2e6f387b64a8cc1fda7d193c14a6c58eb75709c69331fc3827adb64abf0" }, "downloads": -1, "filename": "Nib-0.4.9.tar.gz", "has_sig": false, "md5_digest": "d8a498d5c9db3f9cca752bb087575c9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20324, "upload_time": "2012-12-15T21:58:02", "url": "https://files.pythonhosted.org/packages/1f/1b/7d8ab8ced85c0e88fbe967b2a92fa07a670276eacfae9cb51727dd110162/Nib-0.4.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "19fce803650ec1dec9a826ae5a64003f", "sha256": "dc44a9a155c01031831d2bf3ff1d17364a8da2df5c89d251231f2bcf8637f965" }, "downloads": -1, "filename": "Nib-0.5.0.tar.gz", "has_sig": false, "md5_digest": "19fce803650ec1dec9a826ae5a64003f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30380, "upload_time": "2013-06-20T22:33:16", "url": "https://files.pythonhosted.org/packages/83/43/ae3217a9fba0027af3065cde93a5bed0d270334ae80dacac592a2ba2e08c/Nib-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "88335fe529b7865ed48d61b2de38c649", "sha256": "6b21cf81706068cb9f98f879a31e7ca538aa416c659fc0268ffe14cc45b8ef7d" }, "downloads": -1, "filename": "Nib-0.5.1.tar.gz", "has_sig": false, "md5_digest": "88335fe529b7865ed48d61b2de38c649", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30374, "upload_time": "2013-06-20T23:02:50", "url": "https://files.pythonhosted.org/packages/39/7a/469aaff6227ab57b13be7d6575db45bb410c1f466ca241dc6f7c0adf2f44/Nib-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "1054d9e7deaa10d1e2dc12d4c3a3a404", "sha256": "8e2cefdc253d67ca3daab2c800cdc7342154ddeed5c6c383bdf35a1afbec17c6" }, "downloads": -1, "filename": "Nib-0.5.2.tar.gz", "has_sig": false, "md5_digest": "1054d9e7deaa10d1e2dc12d4c3a3a404", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30226, "upload_time": "2013-06-27T00:30:43", "url": "https://files.pythonhosted.org/packages/6b/eb/acda3ec20adcd42427090df40f1fe57fa5d159d2d774aa0e6a64d3f52c9c/Nib-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "bdb4c7bf925aaa03d16f84c7be6b12f6", "sha256": "4839a82100743c60ab87757fe00a53d950cae22a2a87050467c0f1a1ea1c567b" }, "downloads": -1, "filename": "Nib-0.5.3.tar.gz", "has_sig": false, "md5_digest": "bdb4c7bf925aaa03d16f84c7be6b12f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30961, "upload_time": "2013-07-23T22:33:54", "url": "https://files.pythonhosted.org/packages/ed/db/a5211be9aa05c2b96d69caca486a26e280ced20d77edd12386b09b1be046/Nib-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "899d12837a44705c5a009c45c73f5187", "sha256": "e1c389a5ed14dbf75cf563c1aecf525b79001e091d9b343262edf066c38e0e14" }, "downloads": -1, "filename": "Nib-0.5.4.tar.gz", "has_sig": false, "md5_digest": "899d12837a44705c5a009c45c73f5187", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31044, "upload_time": "2013-07-24T20:14:42", "url": "https://files.pythonhosted.org/packages/e4/45/ca168e0a85322d037de48fc35c74cfe09b25c95608d0c5654674136fee17/Nib-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "ceebd71010738649bf8deda486ef51c5", "sha256": "71e664e7607478ae58bdfaa49c3b70b840b7a994cc6ca6f740acaa1a8ad3df5e" }, "downloads": -1, "filename": "Nib-0.5.5.tar.gz", "has_sig": false, "md5_digest": "ceebd71010738649bf8deda486ef51c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31058, "upload_time": "2013-09-12T22:50:57", "url": "https://files.pythonhosted.org/packages/65/36/b5cdbd3553b0635220c08b31c033d48e047dafc5fdc44b9a22ad6aef413d/Nib-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "f135a78c09bcf9b5898687d435215185", "sha256": "ac81c70d69ece888196d458d6f32cb75458658e9fc10c98fd5859a4a43abad83" }, "downloads": -1, "filename": "Nib-0.5.6.tar.gz", "has_sig": false, "md5_digest": "f135a78c09bcf9b5898687d435215185", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31149, "upload_time": "2014-03-25T07:26:26", "url": "https://files.pythonhosted.org/packages/67/b5/54800dfed60218685a9aac6fef88a68cc3735ed53a32c094329f0338954e/Nib-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "e1ec7dcf7ed62bb3e5f2bfc1db87b53d", "sha256": "242a44c1655bc36bc10fb186aa9b1c36bb687cb20ec91cea58b623f3662ebaef" }, "downloads": -1, "filename": "Nib-0.5.7.tar.gz", "has_sig": false, "md5_digest": "e1ec7dcf7ed62bb3e5f2bfc1db87b53d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31223, "upload_time": "2015-01-21T23:54:19", "url": "https://files.pythonhosted.org/packages/65/14/68231cb0e0741c10bebab5e748ab8811f83c57f62687b3855bd5f41a9df1/Nib-0.5.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e1ec7dcf7ed62bb3e5f2bfc1db87b53d", "sha256": "242a44c1655bc36bc10fb186aa9b1c36bb687cb20ec91cea58b623f3662ebaef" }, "downloads": -1, "filename": "Nib-0.5.7.tar.gz", "has_sig": false, "md5_digest": "e1ec7dcf7ed62bb3e5f2bfc1db87b53d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31223, "upload_time": "2015-01-21T23:54:19", "url": "https://files.pythonhosted.org/packages/65/14/68231cb0e0741c10bebab5e748ab8811f83c57f62687b3855bd5f41a9df1/Nib-0.5.7.tar.gz" } ] }