{ "info": { "author": "Alexander Solovyov", "author_email": "alexander@solovyov.net", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Utilities" ], "description": ".. -*- mode: rst -*-\n\n=======\n Cyrax\n=======\n\nCyrax is a static site generator using Jinja2_ template engine.\n\nIt's inspired by Jekyll_ and Hyde_ site generators and started when I realized\nthat I'm dissatisfied with both of them for different reasons. When I tried to\ncome up with name I remembered my favourite character from Mortal Kombat 3 so\nhere we go.\n\nInstallation\n------------\n\nWell, it's quite simple, as usually::\n\n pip install cyrax\n\nCyrax depends on the Jinja2 template library, so you can install it through your OS\npackage system (in other case pip will install it automatically).\n\nNote, please, that in order to use parsers like markdown, or reST, or textile,\ncorresponding libraries should be installed (either python-markdown or\npython-markdown2 are good enough for markdown).\n\nUsage\n-----\n\nRead some docs_, run ``cyrax --help`` to read about command line options, look\nat `example site`_.\n\nAlso it's really easy to extend Cyrax, see `an example`_.\n\n.. _an example: https://github.com/piranha/osgameclones/blob/master/_ext.py\n\nNews\n----\n\nIndeed something happens with each release and you are probably interested what\n(and too lazy to read `changelog`_).\n\n.. _changelog: http://github.com/piranha/cyrax/\n\n3.0 (01.10.2019)\n~~~~~~~~~~~~~~~~\n\n- Python 3 support\n- `settings.cfg` renamed to `.cyrax.cfg`\n\n2.7 (11.10.2016)\n~~~~~~~~~~~~~~~~\n\n- support for globs in `exclude` in `.cyrax.cfg`\n\n2.6 (10.10.2016)\n~~~~~~~~~~~~~~~~\n\n- make Jinja2 `do` extension available in templates\n\n2.4-2.5 (16.08.2011)\n~~~~~~~~~~~~~~~~~~~~\n\n- drop unused dependency on cherrypy\n- make rst render start with h2 in inner sections\n\n2.3 (28.12.2010)\n~~~~~~~~~~~~~~~~\n\n- rework RstPost a bit, removing nasty bugs with template caching\n\n2.1-2.2 (21.12.2010)\n~~~~~~~~~~~~~~~~~~~~\n\n- nasty bug with circular dependecies\n- forget to process tags in RstPost\n\n2.0 (18.12.2010)\n~~~~~~~~~~~~~~~~\n\n- refactored module system, no more ``cyraxlib``, only ``cyrax`` now exists\n- completely refactored internal models system, now it uses usual inheritance\n instead of some strange composition (which means it's easier to understand\n and to extend now)\n- ability to write posts in reStructuredText (which as well could serve as an\n `example`_ to writing your own models).\n\n.. _example: http://github.com/piranha/cyrax/blob/master/cyrax/rstpost.py\n\n1.0-1.1 (28.11.2010)\n~~~~~~~~~~~~~~~~~~~~\n\n- now most of urls generated on page (by function ``url_for``) are relative to\n current page, which means that you mostly can view your site without using\n web-server (though you'll need to click on ``index.html`` yourself :)\n- some docs, heh. This part needs attention anyway\n\n.. _Jinja2: http://jinja.pocoo.org/2/\n.. _Jekyll: http://github.com/mojombo/jekyll/\n.. _Hyde: http://github.com/lakshmivyas/hyde/\n.. _repository: http://github.com/piranha/cyrax/\n.. _docs: http://cyrax.readthedocs.org/\n.. _example site: http://github.com/piranha/cyrax/tree/master/content/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/piranha/cyrax/", "keywords": "", "license": "ISC", "maintainer": "", "maintainer_email": "", "name": "cyrax", "package_url": "https://pypi.org/project/cyrax/", "platform": "any", "project_url": "https://pypi.org/project/cyrax/", "project_urls": { "Homepage": "https://github.com/piranha/cyrax/" }, "release_url": "https://pypi.org/project/cyrax/3.0/", "requires_dist": null, "requires_python": "", "summary": "Static site generator", "version": "3.0" }, "last_serial": 5912412, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1d98ec566c9606f287342191f38659e9", "sha256": "41bb547086d55d63330359a267d51062d43e996cd22bd78971455fa45f21be85" }, "downloads": -1, "filename": "cyrax-0.1.tar.gz", "has_sig": false, "md5_digest": "1d98ec566c9606f287342191f38659e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19475, "upload_time": "2009-11-17T15:15:58", "url": "https://files.pythonhosted.org/packages/09/4d/1aa2b0588071e3aa573eb307d3a3e4e595b9a1567746bbdab72c8e9e0cdb/cyrax-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d406e6d203c7794df0376a53ace7e00c", "sha256": "9e818c1afb58eedeb51d1b6e0b2c1d13422e17be5c023be16dddd672ab16f24d" }, "downloads": -1, "filename": "cyrax-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d406e6d203c7794df0376a53ace7e00c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20821, "upload_time": "2010-02-07T18:23:37", "url": "https://files.pythonhosted.org/packages/60/97/cf8fdff06e241be5f33baec55630091122ba8b110e42677f7be1725f1bbb/cyrax-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "c67b19a4533eef11ebe6d3ce20adaf7c", "sha256": "c0e0c63885cc9d31f9756e706d034673bb2290a157d6da2e1a0ff4dbff8c97d4" }, "downloads": -1, "filename": "cyrax-0.1.10.tar.gz", "has_sig": false, "md5_digest": "c67b19a4533eef11ebe6d3ce20adaf7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21252, "upload_time": "2010-03-31T21:32:25", "url": "https://files.pythonhosted.org/packages/20/54/5ef9452b813a9462d41ce2e6ab10c37f7f0ffe6c7fb6fe4abeb952acd2f0/cyrax-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "2e9f9e4d6dc14de2aae4b9b10ecb4627", "sha256": "0fe87d41967f57e2d23f6f69ef61022637178479cfafaa4aed0ba9a61fcfe2db" }, "downloads": -1, "filename": "cyrax-0.1.11.tar.gz", "has_sig": false, "md5_digest": "2e9f9e4d6dc14de2aae4b9b10ecb4627", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21264, "upload_time": "2010-03-31T21:36:19", "url": "https://files.pythonhosted.org/packages/18/e0/08f9211daae2548366723b080b8c05e7d6cb8930a6f74307d74ae058489e/cyrax-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "ae50bc7ff88e6a1edfa8f686b3fd475d", "sha256": "c0ffb57635f9f7963c8c986dbf72359f9ca91b23d6331ff986b805c1bd7c7650" }, "downloads": -1, "filename": "cyrax-0.1.12.tar.gz", "has_sig": false, "md5_digest": "ae50bc7ff88e6a1edfa8f686b3fd475d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21285, "upload_time": "2010-04-12T09:35:28", "url": "https://files.pythonhosted.org/packages/02/d2/8684d2e1a05e88e04b1fee7088bd909f3c4ccb3bec67466069d98798908a/cyrax-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "dd88d69aba5980c5f47106cf27a1c612", "sha256": "fb3984f3c0b6290c0dd31e767cb4f8589b4735bd87054caea465e3d08e030548" }, "downloads": -1, "filename": "cyrax-0.1.13.tar.gz", "has_sig": false, "md5_digest": "dd88d69aba5980c5f47106cf27a1c612", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21288, "upload_time": "2010-04-14T17:24:28", "url": "https://files.pythonhosted.org/packages/c8/eb/78a7045de52d75abafc491b8cd57b6c9d8d472b3f7eb6898c421d6ae1817/cyrax-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "8f3cf371965369bdd624e28a1fa26587", "sha256": "f96c5001d1df1fec55b80586196f8cb6eaf030217240a14e4cca2aede76a215f" }, "downloads": -1, "filename": "cyrax-0.1.14.tar.gz", "has_sig": false, "md5_digest": "8f3cf371965369bdd624e28a1fa26587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23857, "upload_time": "2010-04-25T15:21:40", "url": "https://files.pythonhosted.org/packages/73/7f/b0fcb7c525db4617e43017b3a8d2402f66830c4d222842e3d851330d2e4b/cyrax-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "9931a784be7c56a26a4ed937e0b290ae", "sha256": "d1ee4195fda92a0a376ad6c0d092ca5c6cd17d9713f41c6f951d7cf5f80327e7" }, "downloads": -1, "filename": "cyrax-0.1.15.tar.gz", "has_sig": false, "md5_digest": "9931a784be7c56a26a4ed937e0b290ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23866, "upload_time": "2010-10-23T17:43:51", "url": "https://files.pythonhosted.org/packages/da/14/b7dad0a3aeae4e01c00f2f8ac3ce3a6da41b82baa40333113c0fdc4b5bfc/cyrax-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "ff39785d379653d56df5d0438d8f0d45", "sha256": "bb6114c80f5010dae6a88f9508d0757d033a5ac0b14a74af3da07a3f862466d2" }, "downloads": -1, "filename": "cyrax-0.1.16.tar.gz", "has_sig": false, "md5_digest": "ff39785d379653d56df5d0438d8f0d45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23993, "upload_time": "2010-11-15T15:31:20", "url": "https://files.pythonhosted.org/packages/b5/0a/b866ae806e74be249bd4a3ff9807612502a0d878ccbec1bca102bcaaeb49/cyrax-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "dbc88b7ab329d498dd14ae2738b7dbce", "sha256": "89cf5f3293012519ba6f8cec72daeff7f0ebf99139be325caa8dae819e265652" }, "downloads": -1, "filename": "cyrax-0.1.17.tar.gz", "has_sig": false, "md5_digest": "dbc88b7ab329d498dd14ae2738b7dbce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23999, "upload_time": "2010-11-15T15:33:44", "url": "https://files.pythonhosted.org/packages/8a/fb/1fedb6bd4304d987e52b8ee1a8dd797e2a6c4d27d648519813bc52ed3564/cyrax-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "27171ee133e6924179aa96f460502451", "sha256": "a35e54232f710e8d774ccf4be5a46c9aa2f629dac16fec18d39c496ae9f4288f" }, "downloads": -1, "filename": "cyrax-0.1.18.tar.gz", "has_sig": false, "md5_digest": "27171ee133e6924179aa96f460502451", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24010, "upload_time": "2010-11-15T15:42:00", "url": "https://files.pythonhosted.org/packages/31/d0/4775dd8c00668f46c256ddc4dbc699ad6ad7f9ec8ab668f4d6a33b6cc623/cyrax-0.1.18.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "27cfdea340be5fcfc1617bc230378db0", "sha256": "108d9b2e79086fe53793344702d04f0ff88e4512b248bb5bfaf869ca34b71782" }, "downloads": -1, "filename": "cyrax-0.1.2.tar.gz", "has_sig": false, "md5_digest": "27cfdea340be5fcfc1617bc230378db0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20891, "upload_time": "2010-03-07T12:53:52", "url": "https://files.pythonhosted.org/packages/59/89/924e39ec66b61af52756c284aa80f62668223ab0b596ccc4db753ed1137b/cyrax-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fe6dac34d98be473f5454ddc0d0f6cb1", "sha256": "197325d376de5ba33e2224f361174f329c586fa15257b20d1c66f316b3829815" }, "downloads": -1, "filename": "cyrax-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fe6dac34d98be473f5454ddc0d0f6cb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20905, "upload_time": "2010-03-07T17:14:03", "url": "https://files.pythonhosted.org/packages/a3/d2/da225adcd8aca0d4a669957878710fd8423b24dbf4e1cc971900aba90ac2/cyrax-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "5db618c7b21fd153d11eccb3c553ff39", "sha256": "b0ec6fff3e22907286cee68999f2c9a1cae2a54626bfcf54ded07f2f1c691101" }, "downloads": -1, "filename": "cyrax-0.1.4.tar.gz", "has_sig": false, "md5_digest": "5db618c7b21fd153d11eccb3c553ff39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21024, "upload_time": "2010-03-08T17:08:09", "url": "https://files.pythonhosted.org/packages/1b/ad/5deb4fb6d8d41c1399ef1d6caa1aa230585ef20942bfb5ed51f2ce742421/cyrax-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "8ebe4f43eedf296410a17ce23adb6b23", "sha256": "fcacd7aed2cb930b0d0e66e092873dcf27205022a558b40a2df23448e3f7f4f0" }, "downloads": -1, "filename": "cyrax-0.1.5.tar.gz", "has_sig": false, "md5_digest": "8ebe4f43eedf296410a17ce23adb6b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21029, "upload_time": "2010-03-09T09:24:49", "url": "https://files.pythonhosted.org/packages/be/a5/331e6e484073ad1fef3a6a20c0f9242a78ee4318d490ef5ee8ffa340c151/cyrax-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "ee988edc81bc446117ab4d29ab79972c", "sha256": "1858550a5989535c508203433e69d1e098251e623a5af51f2711c4b5fa6ea4f6" }, "downloads": -1, "filename": "cyrax-0.1.6.tar.gz", "has_sig": false, "md5_digest": "ee988edc81bc446117ab4d29ab79972c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21034, "upload_time": "2010-03-14T09:57:11", "url": "https://files.pythonhosted.org/packages/1d/a4/feaea40bbd5bce5308593948ad907ffc659b8631bbc30dc85731056d525b/cyrax-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9fc762654dd5545f48c435e7e3c3dacb", "sha256": "63f4e7c66f4d5f099aa8382bf459ea129a926a8041306c08e478dd99d0074d81" }, "downloads": -1, "filename": "cyrax-0.1.7.tar.gz", "has_sig": false, "md5_digest": "9fc762654dd5545f48c435e7e3c3dacb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21162, "upload_time": "2010-03-14T22:29:25", "url": "https://files.pythonhosted.org/packages/d5/05/11ab40635b42900bd6b2c130fc44b975bd3ba98061714b4cb6135ed4b79b/cyrax-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "6e0365c7c84e5c6bb3202ffed4557eaf", "sha256": "0d1cf4b258f6d2686de9e91068c0f030cfe7ae951d0dc0fc85584d45eb7378dd" }, "downloads": -1, "filename": "cyrax-0.1.8.tar.gz", "has_sig": false, "md5_digest": "6e0365c7c84e5c6bb3202ffed4557eaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21174, "upload_time": "2010-03-29T16:14:48", "url": "https://files.pythonhosted.org/packages/cb/76/34745e1d96295e0a9faaf5071aefa6c83a66d925f61889efa684adfcef3a/cyrax-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "8ff857cee685e2214f9379ce7381ff6f", "sha256": "c28bc9813c1a2b61047402fff77bad88ce0be162a8a0daeb3a75676e6c67fa33" }, "downloads": -1, "filename": "cyrax-0.1.9.tar.gz", "has_sig": false, "md5_digest": "8ff857cee685e2214f9379ce7381ff6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21173, "upload_time": "2010-03-30T09:58:52", "url": "https://files.pythonhosted.org/packages/17/1e/b68a39ba5c5f16703b1c9632b6f68dd711f8ef5c16ed8363d507d3c958d8/cyrax-0.1.9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "140b46c1c7174297e6fd0591aa8b277c", "sha256": "2f79bd3e3e70c22a956a5b12cf66a1c139b3dcffc0a2ea6fc1c14addd151687c" }, "downloads": -1, "filename": "cyrax-1.0.tar.gz", "has_sig": false, "md5_digest": "140b46c1c7174297e6fd0591aa8b277c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24320, "upload_time": "2010-11-28T14:39:14", "url": "https://files.pythonhosted.org/packages/7f/eb/b6ce27a0dfd36c39e0b031ba95d228130cbaf2692027a2cf58f02ef48ad1/cyrax-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "78966e1fd05c122dd00a584d0b8754e2", "sha256": "c0346921a8ee3388db4f2e09afcaa500b4ee48d1faa0c100027409b6812c12db" }, "downloads": -1, "filename": "cyrax-1.1.tar.gz", "has_sig": false, "md5_digest": "78966e1fd05c122dd00a584d0b8754e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24356, "upload_time": "2010-11-28T14:57:01", "url": "https://files.pythonhosted.org/packages/6a/42/09f4db784b1153a849582efe86993c5ec3c4caddd5e1987e15d70fa1825b/cyrax-1.1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "ba8b75bb72c33df57b86ecc2ce89f7c2", "sha256": "76fd9b8322201d0c31fd1b733bb51a3b29a0db461120fd3855c2a650c93410d4" }, "downloads": -1, "filename": "cyrax-2.0.tar.gz", "has_sig": false, "md5_digest": "ba8b75bb72c33df57b86ecc2ce89f7c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15790, "upload_time": "2010-12-18T19:22:25", "url": "https://files.pythonhosted.org/packages/46/c0/b96410a890d25e5f1bf5de86482840f1d0a6f86a59e77b453a6243a8052e/cyrax-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "18cd5fb7336fdf5105c1643a673e078f", "sha256": "4f70212ec3fefd5fbdb7c24f7907be5a3f553a0a44dad4b43571f5b699c8d49b" }, "downloads": -1, "filename": "cyrax-2.1.tar.gz", "has_sig": false, "md5_digest": "18cd5fb7336fdf5105c1643a673e078f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15771, "upload_time": "2010-12-20T21:32:25", "url": "https://files.pythonhosted.org/packages/cd/31/21bf35c9f1df6ca653409fdeb1859ba7cae64c9760cab766f1b76f78103e/cyrax-2.1.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "5cbf2b9da8cb1915fcf2a0110a76b0c3", "sha256": "7507a50745f58e736fd912e2359a61d6842e94f78159389c6f0f8bd665298ceb" }, "downloads": -1, "filename": "cyrax-2.2.tar.gz", "has_sig": false, "md5_digest": "5cbf2b9da8cb1915fcf2a0110a76b0c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15810, "upload_time": "2010-12-21T12:59:44", "url": "https://files.pythonhosted.org/packages/3d/77/5956d9ccf9e6a4e15100e303dcbc071efc6419927e20e817c2da7e87c9be/cyrax-2.2.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "8550ca6f640878440c066747d5bf8289", "sha256": "be2e1ae02cabf2494b456b11c74e29c4628086a48e62d3fcd0c1a35bee74dc71" }, "downloads": -1, "filename": "cyrax-2.3.tar.gz", "has_sig": false, "md5_digest": "8550ca6f640878440c066747d5bf8289", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15886, "upload_time": "2010-12-28T11:52:25", "url": "https://files.pythonhosted.org/packages/be/94/a0faf0c1ac7d5974bc2ba3e9fc488a52e8029030593efae7ebacd1d5e4af/cyrax-2.3.tar.gz" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "5ebce238f927ce5eccb124e6dcd3edc1", "sha256": "1d21d7a20e0f308a7da40f353b3ea896816d5c7eeeec64bd94a7debf88260def" }, "downloads": -1, "filename": "cyrax-2.4.tar.gz", "has_sig": false, "md5_digest": "5ebce238f927ce5eccb124e6dcd3edc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15877, "upload_time": "2011-01-25T19:13:10", "url": "https://files.pythonhosted.org/packages/3a/9d/1c4977a9329e26590cbed15596848753d135eb931be82082851f1b5b9397/cyrax-2.4.tar.gz" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "b1012df0ca23b95af8a82cfadcdb4d17", "sha256": "05977c27700f5e7fe9aba4908de7a845dace10c607a308b2342117de7f5ea594" }, "downloads": -1, "filename": "cyrax-2.5.tar.gz", "has_sig": false, "md5_digest": "b1012df0ca23b95af8a82cfadcdb4d17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15917, "upload_time": "2011-02-08T19:24:03", "url": "https://files.pythonhosted.org/packages/ca/9a/f4233715298314477ae5482b219c4d86f7f04b3aeabf3cb6b6953d5f0888/cyrax-2.5.tar.gz" } ], "2.6": [ { "comment_text": "", "digests": { "md5": "1a25036d27028e39be95db733f11c9c5", "sha256": "cc3df0a2cc5097926d5c40d72e7e300f0f16f5c7306c451c47fde493951d5a78" }, "downloads": -1, "filename": "cyrax-2.6.tar.gz", "has_sig": false, "md5_digest": "1a25036d27028e39be95db733f11c9c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16231, "upload_time": "2016-10-10T12:46:50", "url": "https://files.pythonhosted.org/packages/16/42/9b73af8a8925f8e8b9cbe857baedf0d5b7dbb7e0591910ed84cb5577769c/cyrax-2.6.tar.gz" } ], "2.7": [ { "comment_text": "", "digests": { "md5": "0561627452de67dd6316d6e7115cc4f7", "sha256": "9902dd7029a0626e728fcd7a33ec41dd09a531c8d1377a704ae93f31d9bec821" }, "downloads": -1, "filename": "cyrax-2.7.tar.gz", "has_sig": false, "md5_digest": "0561627452de67dd6316d6e7115cc4f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16344, "upload_time": "2016-10-11T18:49:12", "url": "https://files.pythonhosted.org/packages/73/7a/27cb66190a5bd19c41429b77a28ac837d2b1108c692970246d6f9cc931e1/cyrax-2.7.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "943e9697aac81bc09fb8ec071488f7c4", "sha256": "06bfa12c59f3a07c8595779e17fe6863df8ee51fc340b5ba4c848c7e5e16d4ff" }, "downloads": -1, "filename": "cyrax-3.0.tar.gz", "has_sig": false, "md5_digest": "943e9697aac81bc09fb8ec071488f7c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17850, "upload_time": "2019-10-01T13:49:08", "url": "https://files.pythonhosted.org/packages/b6/7d/8f55abf725b7378b00c90b6d5a943191d8dd4a27438a12ffd03457043344/cyrax-3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "943e9697aac81bc09fb8ec071488f7c4", "sha256": "06bfa12c59f3a07c8595779e17fe6863df8ee51fc340b5ba4c848c7e5e16d4ff" }, "downloads": -1, "filename": "cyrax-3.0.tar.gz", "has_sig": false, "md5_digest": "943e9697aac81bc09fb8ec071488f7c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17850, "upload_time": "2019-10-01T13:49:08", "url": "https://files.pythonhosted.org/packages/b6/7d/8f55abf725b7378b00c90b6d5a943191d8dd4a27438a12ffd03457043344/cyrax-3.0.tar.gz" } ] }