{ "info": { "author": "Reiichiro Nakano", "author_email": "reiichiro.s.nakano@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: Unix", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "# Xcessiv\n\n[![PyPI](https://img.shields.io/pypi/v/xcessiv.svg)]()\n[![license](https://img.shields.io/github/license/reiinakano/xcessiv.svg)]()\n[![PyPI](https://img.shields.io/pypi/pyversions/xcessiv.svg)]()\n[![Build Status](https://travis-ci.org/reiinakano/xcessiv.svg?branch=master)](https://travis-ci.org/reiinakano/xcessiv)\n\n### Xcessiv is a tool to help you create the biggest, craziest, and most *excessive* stacked ensembles you can think of.\n\nStacked ensembles are simple in theory. You combine the predictions of smaller models and feed *those* into another model. However, in practice, implementing them can be a major headache.\n\nXcessiv holds your hand through all the implementation details of creating and optimizing stacked ensembles so you're free to fully define only the things you care about.\n\n## The Xcessiv process\n\n### Define your base learners and performance metrics\n\n![define_base_learner](docs/_static/baselearner.gif)\n\n### Keep track of hundreds of different model-hyperparameter combinations\n\n![list_base_learner](docs/_static/listbaselearner.gif)\n\n### Effortlessly choose your base learners and create an ensemble with the click of a button\n\n![ensemble](docs/_static/ensemble.gif)\n\n## Features\n\n* Fully define your data source, cross-validation process, relevant metrics, and base learners with Python code\n* Any model following the Scikit-learn API can be used as a base learner\n* Task queue based architecture lets you take full advantage of multiple cores and embarrassingly parallel hyperparameter searches\n* Direct integration with [TPOT](https://github.com/rhiever/tpot) for automated pipeline construction\n* Automated hyperparameter search through Bayesian optimization\n* Easy management and comparison of hundreds of different model-hyperparameter combinations\n* Automatic saving of generated secondary meta-features\n* Stacked ensemble creation in a few clicks\n* Automated ensemble construction through greedy forward model selection\n* Export your stacked ensemble as a standalone Python file to support multiple levels of stacking\n\n## Installation and Documentation\n\nYou can find installation instructions and detailed documentation hosted [here](http://xcessiv.readthedocs.io/).\n\n## FAQ\n\n#### Where does Xcessiv fit in the machine learning process?\n\nXcessiv fits in the model building part of the process after data preparation and feature engineering. At this point, there is no universally acknowledged way of determining which algorithm will work best for a particular dataset (see [No Free Lunch Theorem](https://en.wikipedia.org/wiki/No_free_lunch_theorem)), and while heuristic optimization methods do exist, things often break down into trial and error as you try to find the best model-hyperparameter combinations. \n\nStacking is an almost surefire method to improve performance beyond that of any single model, however, the complexity of proper implementation often makes it impractical to apply them in practice outside of Kaggle competitions. Xcessiv aims to make the construction of stacked ensembles as painless as possible and lower the barrier for entry.\n\n#### I don't care about fancy stacked ensembles and what not, should I still use Xcessiv?\n\nAbsolutely! Even without the ensembling functionality, the sheer amount of utility provided by keeping track of the performance of hundreds, and even thousands of ML models and hyperparameter combinations is a huge boon.\n\n#### How does Xcessiv generate meta-features for stacking?\n\nYou can choose whether to generate meta-features through cross-validation (stacked generalization) or with a holdout set (blending). You can read about these two methods and a lot more about stacked ensembles in the [Kaggle Ensembling Guide](https://mlwave.com/kaggle-ensembling-guide/). It's a great article and provides most of the inspiration for this project.\n\n## Contributing\n\nXcessiv is in its very early stages and needs the open-source community to guide it along. \n\nThere are many ways to contribute to Xcessiv. You could report a bug, suggest a feature, submit a pull request, improve documentation, and many more. \n\nIf you would like to contribute something, please visit our [Contributor Guidelines](CONTRIBUTING.md).\n\n## Project Status\n\nXcessiv is currently in alpha and is unstable. Future versions are not guaranteed to be backwards-compatible with current project files.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/reiinakano/xcessiv", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "xcessiv", "package_url": "https://pypi.org/project/xcessiv/", "platform": "any", "project_url": "https://pypi.org/project/xcessiv/", "project_urls": { "Homepage": "https://github.com/reiinakano/xcessiv" }, "release_url": "https://pypi.org/project/xcessiv/0.5.1/", "requires_dist": null, "requires_python": "", "summary": "A web-based application for quick and scalable construction of massive machine learning ensembles.", "version": "0.5.1" }, "last_serial": 3110719, "releases": { "0.1.0": [], "0.1.0.dev0": [ { "comment_text": "", "digests": { "md5": "c79d3e3774bdb12d3d2e769a381eb8ad", "sha256": "5a721cb1465edab51a8cfaf518c9195e2ff74b4744fb8458036e2aa6c9581f66" }, "downloads": -1, "filename": "xcessiv-0.1.0.dev0.tar.gz", "has_sig": false, "md5_digest": "c79d3e3774bdb12d3d2e769a381eb8ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2341092, "upload_time": "2017-05-18T20:27:42", "url": "https://files.pythonhosted.org/packages/b5/96/47b3e86ec48644b1a4d72156e8684599fecf5b64b7e5ee147c96494a69ef/xcessiv-0.1.0.dev0.tar.gz" } ], "0.1.0.dev1": [ { "comment_text": "", "digests": { "md5": "66876c9aeaee564a07029ded9d3e320b", "sha256": "a19b80864c17cc2dc4be29f7bab09091ceaef37068809dfac6f1a7d5a828d47a" }, "downloads": -1, "filename": "xcessiv-0.1.0.dev1.tar.gz", "has_sig": false, "md5_digest": "66876c9aeaee564a07029ded9d3e320b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2344636, "upload_time": "2017-05-18T20:33:33", "url": "https://files.pythonhosted.org/packages/e9/88/1ad506748a5333c59ea2bf35c0ea966568202761a42f00ca716489de01e5/xcessiv-0.1.0.dev1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0efe01dda427a773c869c2b99f21f83e", "sha256": "c7795fe33445a32339678e51e56d8c341ecfb31c5ee0876afb4ce5c91645ba3c" }, "downloads": -1, "filename": "xcessiv-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0efe01dda427a773c869c2b99f21f83e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2347435, "upload_time": "2017-05-23T14:23:50", "url": "https://files.pythonhosted.org/packages/cd/a9/7f7b53cadcb048d92ecd3537adac804294cd87094e0837160ecc15899098/xcessiv-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "de2c09a6d6c7191159e5454ed78100c8", "sha256": "52e35fedb30de500df436c1c24e7c9ab1e73dabcba157f79146c197291dba3d7" }, "downloads": -1, "filename": "xcessiv-0.1.2.tar.gz", "has_sig": false, "md5_digest": "de2c09a6d6c7191159e5454ed78100c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2347448, "upload_time": "2017-05-24T01:54:28", "url": "https://files.pythonhosted.org/packages/78/d6/9136da5af40e7e1e3d2deec2d8f2c4dcb6978844d995a929cbb586be42dc/xcessiv-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "6fd11117191bb20b5db9f09e2bb38094", "sha256": "6f0c6accba45e1940da5f0d8630d8135dfae5c0da0ce92fc5647a5513d5264a6" }, "downloads": -1, "filename": "xcessiv-0.1.3.tar.gz", "has_sig": false, "md5_digest": "6fd11117191bb20b5db9f09e2bb38094", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2348004, "upload_time": "2017-05-24T17:02:25", "url": "https://files.pythonhosted.org/packages/8b/13/24dbae0fc6787282fbce955da985c7dd1aa6cdadc283abade4343b015cb6/xcessiv-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "f7dc289bd80a014a18e1a2b5bc993e32", "sha256": "0268ca538809a2379cd3e4eb6a79679d57f2432cb7b3968b1b22e8efe59b3b9c" }, "downloads": -1, "filename": "xcessiv-0.1.4.tar.gz", "has_sig": false, "md5_digest": "f7dc289bd80a014a18e1a2b5bc993e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2347892, "upload_time": "2017-05-25T15:08:49", "url": "https://files.pythonhosted.org/packages/bf/88/a7821040fb4ecf0e932307d79b6b8f80f504debf4f3626da981496fe4220/xcessiv-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "b95c40c6b38e9bc5c010ff7e927c9717", "sha256": "7356328e73d16d63d78eb72a504720fbd31d35efb381df72f13dd16b9936d641" }, "downloads": -1, "filename": "xcessiv-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b95c40c6b38e9bc5c010ff7e927c9717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351609, "upload_time": "2017-05-26T13:41:24", "url": "https://files.pythonhosted.org/packages/39/bd/4608cd63d5a5803c7f95896ba5a1876591cf176114458958b6985a6b979b/xcessiv-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "5d17c8acf8a2aedf7e674fcf29e3a755", "sha256": "405e7dbccbf9209aea08e199518bdd937249a75f2336a9a503c08931393eec9d" }, "downloads": -1, "filename": "xcessiv-0.1.6.tar.gz", "has_sig": false, "md5_digest": "5d17c8acf8a2aedf7e674fcf29e3a755", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351405, "upload_time": "2017-05-28T06:47:23", "url": "https://files.pythonhosted.org/packages/da/ac/6ee6e75c75d08003cb64cda33f256fc380179789aac903eaa7854e0671a5/xcessiv-0.1.6.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5e1fdc90d22be0b7f8e86837f8f92008", "sha256": "56451f1ac45768d822420d49918e13b8ad81b130aef657c2636e271c6a66712c" }, "downloads": -1, "filename": "xcessiv-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5e1fdc90d22be0b7f8e86837f8f92008", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353019, "upload_time": "2017-05-28T15:56:28", "url": "https://files.pythonhosted.org/packages/c1/ef/68439c49839ab7ba27634be6f74433a6aa0bb49a557ada1a2a57e9b95958/xcessiv-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d20b7a38d01208beef4287362b6f47ee", "sha256": "6603578b25e6b6dac4f672178f1e734ac6146000f51a1267e9cc77ed5e461a48" }, "downloads": -1, "filename": "xcessiv-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d20b7a38d01208beef4287362b6f47ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353229, "upload_time": "2017-05-29T15:53:11", "url": "https://files.pythonhosted.org/packages/93/e1/468e7b951f26654b8af339e766279f684824260665dc6cff42b157148198/xcessiv-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e23953bd13948c9d776071333b8dc968", "sha256": "85b214a9aa7de09fcba8e498078ec1980cf72d67dd21c5754f4b5732f765c6f2" }, "downloads": -1, "filename": "xcessiv-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e23953bd13948c9d776071333b8dc968", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353209, "upload_time": "2017-05-29T19:08:35", "url": "https://files.pythonhosted.org/packages/2a/e4/abc29cb923556f79672a5f4a7ebf7655b9783036c2ce61156657ac38352e/xcessiv-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "b30bb3b07d570a1f45b5ad90a3138c38", "sha256": "5803be65103b49ec62fb2f7beeac1e4f9bc01ca01ea28febd7a2f26a37357fa1" }, "downloads": -1, "filename": "xcessiv-0.2.3.tar.gz", "has_sig": false, "md5_digest": "b30bb3b07d570a1f45b5ad90a3138c38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353565, "upload_time": "2017-05-30T12:14:14", "url": "https://files.pythonhosted.org/packages/5c/86/cddb7f7545fa579129898e0ef54a20d02676a77c85215ba56358d994ca38/xcessiv-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "64527de8c468e6da00406b42b8fb2fee", "sha256": "8a169324d3dc01f9f20c2805944938ebe21bea020bf555706ce6fc3a0ad5c665" }, "downloads": -1, "filename": "xcessiv-0.2.4.tar.gz", "has_sig": false, "md5_digest": "64527de8c468e6da00406b42b8fb2fee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353755, "upload_time": "2017-05-31T04:37:12", "url": "https://files.pythonhosted.org/packages/74/48/90e6f467d3daea162b2d7233d1e0901cc5d7399a25ba47e00342b180768e/xcessiv-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "455ba23646b782dc5ad67fc9fc268145", "sha256": "fd9231f8d480a9890f38c49d900f64720f8f860ce1ff18a613ab21a57b47f486" }, "downloads": -1, "filename": "xcessiv-0.2.5.tar.gz", "has_sig": false, "md5_digest": "455ba23646b782dc5ad67fc9fc268145", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353765, "upload_time": "2017-05-31T05:07:28", "url": "https://files.pythonhosted.org/packages/6e/a4/6192e5e3e52d48cb63bb6b8c5490cfcf14372e2b48423e487bfd085286b7/xcessiv-0.2.5.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "1c379765350cc399f71a4cc122c89fa9", "sha256": "480d93d4df95cb300abf4ca2b828944860c5078e5c6562894dc0e3090f7748e3" }, "downloads": -1, "filename": "xcessiv-0.3.4.tar.gz", "has_sig": false, "md5_digest": "1c379765350cc399f71a4cc122c89fa9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2364082, "upload_time": "2017-06-02T14:09:35", "url": "https://files.pythonhosted.org/packages/9c/3a/e371307006e6b2e35a2afa28c1961f35f4ded02adbdce106d97d32845096/xcessiv-0.3.4.tar.gz" } ], "0.3.4.dev0": [ { "comment_text": "", "digests": { "md5": "a9c43e5e57756f8b095f17f454a0da2f", "sha256": "681920934b09a6315be5785006182a79172567555cccbc03b9749f5e46e32dc2" }, "downloads": -1, "filename": "xcessiv-0.3.4.dev0.tar.gz", "has_sig": false, "md5_digest": "a9c43e5e57756f8b095f17f454a0da2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2364126, "upload_time": "2017-06-02T14:02:47", "url": "https://files.pythonhosted.org/packages/8c/66/fb74e13ba36e2c69fbeeb194fbab558f35639832bd53248746278e32d718/xcessiv-0.3.4.dev0.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "36e7af186f745d144e09ba184c5c88d0", "sha256": "f58211d21c1cefee8c0f385876a8d6a214b9c3f1d99e782c4de12edb70b1fa66" }, "downloads": -1, "filename": "xcessiv-0.3.5.tar.gz", "has_sig": false, "md5_digest": "36e7af186f745d144e09ba184c5c88d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369292, "upload_time": "2017-06-04T14:44:22", "url": "https://files.pythonhosted.org/packages/31/55/81bbdf94583736b27ae7710cbc510117595daf53411ed94cf5f3357e825c/xcessiv-0.3.5.tar.gz" } ], "0.3.5.dev0": [ { "comment_text": "", "digests": { "md5": "46274497ba3fd702751a098e8ec4e7eb", "sha256": "2b6dacd2d2f4c01ad57bcab22d9c6c134a1562e776e14fda1ff7baaea0104e0d" }, "downloads": -1, "filename": "xcessiv-0.3.5.dev0.tar.gz", "has_sig": false, "md5_digest": "46274497ba3fd702751a098e8ec4e7eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369321, "upload_time": "2017-06-04T14:24:13", "url": "https://files.pythonhosted.org/packages/16/12/3442c179cd5e7e5fbf50c7e9290f3d77c3a305f96f1da07bc31bab498d3e/xcessiv-0.3.5.dev0.tar.gz" } ], "0.3.5.dev1": [ { "comment_text": "", "digests": { "md5": "1cc3b304f26a6b06d3a1efd24461101d", "sha256": "be6e3eb76b0bfcbad916ca8b677670a5a8fafc38f5b24df3b824fca77bb36c83" }, "downloads": -1, "filename": "xcessiv-0.3.5.dev1.tar.gz", "has_sig": false, "md5_digest": "1cc3b304f26a6b06d3a1efd24461101d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369322, "upload_time": "2017-06-04T14:34:24", "url": "https://files.pythonhosted.org/packages/81/14/4ce34f47433b329a75ff13a167bcb06037875b5fc556b0c2d2c12a212dea/xcessiv-0.3.5.dev1.tar.gz" } ], "0.3.5.dev2": [ { "comment_text": "", "digests": { "md5": "1c1bbc7d919a2f43c0929d2955d572cf", "sha256": "cfdb937692ba063203e2d7b4b9787ef0d171c4662af7844526173a87ab4feb24" }, "downloads": -1, "filename": "xcessiv-0.3.5.dev2.tar.gz", "has_sig": false, "md5_digest": "1c1bbc7d919a2f43c0929d2955d572cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369316, "upload_time": "2017-06-04T14:38:25", "url": "https://files.pythonhosted.org/packages/26/21/55524a23816263f93728280c6ebf45063c79b4ec81b6a8fe83ddd5a8de50/xcessiv-0.3.5.dev2.tar.gz" } ], "0.3.5.dev3": [ { "comment_text": "", "digests": { "md5": "97f8e66315ae24e01f3403cf79aa765f", "sha256": "ff600f0c45262926da5661fea074ad9377edbb64c0a5eabcaf6f1a27c5ddeedc" }, "downloads": -1, "filename": "xcessiv-0.3.5.dev3.tar.gz", "has_sig": false, "md5_digest": "97f8e66315ae24e01f3403cf79aa765f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2369309, "upload_time": "2017-06-04T14:41:07", "url": "https://files.pythonhosted.org/packages/68/60/c759f722e70599c09f8af18adb608692a3d91408fb396d7f742d071740bf/xcessiv-0.3.5.dev3.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "af7a943f9a8b532ffea4871d1f70924b", "sha256": "369e1c2e240fa8b524271787504caa826739e47d01313ae84b46a80ff054c155" }, "downloads": -1, "filename": "xcessiv-0.3.6.tar.gz", "has_sig": false, "md5_digest": "af7a943f9a8b532ffea4871d1f70924b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2422838, "upload_time": "2017-06-06T17:18:20", "url": "https://files.pythonhosted.org/packages/37/cf/c27314203bccd5e739d840797c64203c62cee0d82e6e23c99aff6c15e792/xcessiv-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "130fd6aa79e6c2e71d0a1a9ec647a453", "sha256": "b14a7f6f2b926f7bb434655872672ac444880ad7b35e11321f7eebd50113463f" }, "downloads": -1, "filename": "xcessiv-0.3.7.tar.gz", "has_sig": false, "md5_digest": "130fd6aa79e6c2e71d0a1a9ec647a453", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2424783, "upload_time": "2017-06-07T16:07:44", "url": "https://files.pythonhosted.org/packages/1d/8f/4a75523c6b0f8f70aeffbc7f74edd6aa9caa007d97aaf3b2aa8e69835f1d/xcessiv-0.3.7.tar.gz" } ], "0.3.7.dev0": [ { "comment_text": "", "digests": { "md5": "db9313e347661f4569b0d635dde4a5c0", "sha256": "51686437ae5116be216f3ea8d5f95264496663cfe9fc8e2a3a418f53ebb10fd3" }, "downloads": -1, "filename": "xcessiv-0.3.7.dev0.tar.gz", "has_sig": false, "md5_digest": "db9313e347661f4569b0d635dde4a5c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2424209, "upload_time": "2017-06-07T15:59:36", "url": "https://files.pythonhosted.org/packages/c6/4a/07c548bf4953121470de42a0640bf2b59a21220745c58d5ac8a37c878f55/xcessiv-0.3.7.dev0.tar.gz" } ], "0.3.7.dev1": [ { "comment_text": "", "digests": { "md5": "ba86865d0888926a1b123a4ed78d1920", "sha256": "9aa288dd6ad628dd0a0797d0fe252fdb716af5cd5d9f940037852832ea27964d" }, "downloads": -1, "filename": "xcessiv-0.3.7.dev1.tar.gz", "has_sig": false, "md5_digest": "ba86865d0888926a1b123a4ed78d1920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2424814, "upload_time": "2017-06-07T16:03:49", "url": "https://files.pythonhosted.org/packages/e9/c1/4a0e9731ac5b0f65fb2e65de2a3e9a2e16a4fc000e21be74ffcdb17b1045/xcessiv-0.3.7.dev1.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "2c1c2ffd8d6addcb032b2ad1c9a286b3", "sha256": "0b24de9a3521059bbff14d095a7343e741cb34f626e15690687e88a5aa9141c0" }, "downloads": -1, "filename": "xcessiv-0.3.8.tar.gz", "has_sig": false, "md5_digest": "2c1c2ffd8d6addcb032b2ad1c9a286b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2424236, "upload_time": "2017-06-07T19:33:56", "url": "https://files.pythonhosted.org/packages/9f/bd/3d010810214e252d3c51e47c6b6776818edd8729f5e1c751280ae2685aac/xcessiv-0.3.8.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f5bddcbd8d128df685342ce539eeee09", "sha256": "bb5320660e35f4c0d1f5efe800fc70cd0288ca4a4066b212018d2f4a41e29209" }, "downloads": -1, "filename": "xcessiv-0.4.0.tar.gz", "has_sig": false, "md5_digest": "f5bddcbd8d128df685342ce539eeee09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2429934, "upload_time": "2017-06-15T16:01:17", "url": "https://files.pythonhosted.org/packages/9f/59/1a15da0649175f5a3c2d333181dd85bed415303f205a6f2e009120671ed0/xcessiv-0.4.0.tar.gz" } ], "0.4.0.dev0": [ { "comment_text": "", "digests": { "md5": "5de94e5361ba86975a42c1ee299aa2a5", "sha256": "28f78de5d1641f0e9a13c9bddbffaee4fad4dedf974569f2844949375f7f0bed" }, "downloads": -1, "filename": "xcessiv-0.4.0.dev0.tar.gz", "has_sig": false, "md5_digest": "5de94e5361ba86975a42c1ee299aa2a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2429948, "upload_time": "2017-06-15T15:43:21", "url": "https://files.pythonhosted.org/packages/5b/af/fcc4053bbfcd158c9cfa49872fe554b9e88e8f6baef30f9816ff6300c00a/xcessiv-0.4.0.dev0.tar.gz" } ], "0.4.0.dev1": [ { "comment_text": "", "digests": { "md5": "c2c400e8a4b66a40f01ed3477887000b", "sha256": "f07e785aa4e1db8068e3fd7c921ad9db9359d9f89e2a0cb1d20c0fc22d655de2" }, "downloads": -1, "filename": "xcessiv-0.4.0.dev1.tar.gz", "has_sig": false, "md5_digest": "c2c400e8a4b66a40f01ed3477887000b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2429956, "upload_time": "2017-06-15T15:55:55", "url": "https://files.pythonhosted.org/packages/8b/ee/872693aa2ba999d60e63bcf53d8646c89ce9553a3b8a9e0a3a92d2730cb2/xcessiv-0.4.0.dev1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "40fd1a36097e1f8c504393fe650debaa", "sha256": "cdab052b53647051e4360c9089c289cc647ffb96371fc2ebe9062cd8f2246d79" }, "downloads": -1, "filename": "xcessiv-0.5.0.tar.gz", "has_sig": false, "md5_digest": "40fd1a36097e1f8c504393fe650debaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2435784, "upload_time": "2017-06-23T18:07:10", "url": "https://files.pythonhosted.org/packages/5c/ad/3ebcf6118f2d29a4ee82cebd0fbd58cd3d9214baa21505b178a4b493f590/xcessiv-0.5.0.tar.gz" } ], "0.5.0.dev0": [ { "comment_text": "", "digests": { "md5": "26ef33af2d48ad18f397be30f26ffb78", "sha256": "0c0229c0a664c206203be7445f31e8d0406b274db02ab92a7f1368b7267e044d" }, "downloads": -1, "filename": "xcessiv-0.5.0.dev0.tar.gz", "has_sig": false, "md5_digest": "26ef33af2d48ad18f397be30f26ffb78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2435760, "upload_time": "2017-06-23T17:56:06", "url": "https://files.pythonhosted.org/packages/58/24/0b2371b6e4dcd23c22a5272a507b18fe62c5ca628d07ac48ac893a53e2d6/xcessiv-0.5.0.dev0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "77ad268256bd61a757f104ac24c59a06", "sha256": "6e74dab2c8890344277f8749439060564213d20fb6c4db5f0a1c4ba3453d431e" }, "downloads": -1, "filename": "xcessiv-0.5.1.tar.gz", "has_sig": false, "md5_digest": "77ad268256bd61a757f104ac24c59a06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436258, "upload_time": "2017-08-21T00:49:41", "url": "https://files.pythonhosted.org/packages/01/a8/ae149229d32755e65e61f4a42d170d4b7ba8172283feaa7107556ddc6900/xcessiv-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77ad268256bd61a757f104ac24c59a06", "sha256": "6e74dab2c8890344277f8749439060564213d20fb6c4db5f0a1c4ba3453d431e" }, "downloads": -1, "filename": "xcessiv-0.5.1.tar.gz", "has_sig": false, "md5_digest": "77ad268256bd61a757f104ac24c59a06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436258, "upload_time": "2017-08-21T00:49:41", "url": "https://files.pythonhosted.org/packages/01/a8/ae149229d32755e65e61f4a42d170d4b7ba8172283feaa7107556ddc6900/xcessiv-0.5.1.tar.gz" } ] }