{ "info": { "author": "Chris Spencer", "author_email": "chrisspen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Topic :: Software Development", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution", "Topic :: System :: Systems Administration" ], "description": "Burlap - configuration management designed for simplicity and speed\n===================================================================\n\n[![](https://img.shields.io/pypi/v/burlap.svg)](https://pypi.python.org/pypi/burlap)\n[![Pipeline Status](https://gitlab.com/chrisspen/burlap/badges/master/pipeline.svg)](https://gitlab.com/chrisspen/burlap/commits/master) \n[![](https://pyup.io/repos/gitlab/chrisspen/burlap/shield.svg)](https://pyup.io/repos/gitlab/chrisspen/burlap)\n\nOverview\n--------\n\nBurlap is a [configuration management](https://en.wikipedia.org/wiki/Comparison_of_open-source_configuration_management_software)\ntool and framework for deploying software to servers.\n\nIt's written in Python and is built ontop of [Fabric](http://www.fabfile.org/) to run commands remotely over SSH.\n\nUnlike [Chef](https://www.chef.io/) or [Ansible](http://www.ansible.com/) that target large \"web-scale\" platforms at the expense of great complexity, Burlap targets small- to medium-scale platforms and keeps its configuration simple.\n\nMuch of the code is also heavily influenced by [Fabtools](https://github.com/fabtools/fabtools), another Fabric-based toolkit.\n\nPython 2.7 is supported through version 0.9.54.\n\nInstallation\n------------\n\nInstall the package via pip with:\n\n pip install burlap\n\nQuickstart & Usage\n------------------\n\nBasic call format:\n\n fab \n\nA task is a Fabric command which can perform an arbitrary operation.\n\nA role is a special type of task that defines the servers that the following tasks should apply to.\n\nA role is defined in a top-level directory called 'roles', where every sub-directory represents the name of a role.\n\nThe file `settings.yaml` inside this directory defines all the settings for this role.\n\nTo create a base Burlap skeleton project with sample roles, run `burlap-admin.py skel myproject`.\n\nThere can be an arbitrary number of tasks called:\n\n fab staging rabbitmq.configure cron.configure apache.configure service.post_deploy\n\nTasks are organized in classes called Satchels. This allows them to share state and have a more organized naming scheme.\n\nFor example, all the tasks relating to Apache are in the Apache satchel, so to stop, deploy your Apache configuration, and then restart the staging server, you would do:\n\n fab staging apache.stop apache.configure apache.restart\n\nHowever, it gets even simpler than this. If you add `apache` to the `services` list inside `roles/staging/settings.yaml`, then Burlap will track changes and automatically deploy them when you run:\n\n fab staging deploy.push\n\nEach satchel defines how its changes are tracked, which are reported in the form of a manifest.\n\nBurlap retrieves this manifest for each satchel before and after the deployment, and calculates the difference to determine which satchels have outstanding changes with need to be deployed.\n\nSatchels can define dependencies, telling Burlap to run certain tasks in a specific order.\n\nFor example, a Django project hosted on Apache would require the Apache configuration to be deployed before any Django project code.\n\nThis allows a role to contain an arbitrary number of satchels, whose deployment can be calculated automatically.\n\nHowever, this auto-deployer can't foresee all use cases, and should exceptions arise, you can reset Burlap's last manifest, implicitly telling it that, \"Everything that needs to be deployed has been deployed\", but running:\n\n fab deploy.fake\n\nVirtually all Burlap tasks support a `dryrun` parameter, which, when set, will only output the command without applying any substantial changes to the server. It's activated like:\n\n fab some_task:dryrun=1\n\nMost Burlap tasks also support a `verbose` parameter, which will activate additional debugging info as defined by each satchel. It's activated like:\n\n fab some_task:verbose=1\n\nNearly all of Burlap's built-in tasks run Bash commands behind the scenes. Therefore, by activating dryrun mode and hiding all superfluous output except the generated Bash commands,\nit's possible to convert a Burlap call to a Bash script. To do this, set the environment variable `BURLAP_COMMAND_PREFIX=1`, activate dryrun, and capture the output to a file. e.g.\n\n export BURLAP_COMMAND_PREFIX=1; fab staging some_task:dryrun=1 > myscript.sh\n\nTo run all tests:\n\n tox -c tox-full.ini\n \nTo run all tests on a specific environment:\n\n tox -c tox-full.ini -e py37-ubuntu_18_04_64\n\nTo run a specific test in a specific environment:\n\n tox -c tox-full.ini -e py37-ubuntu_18_04_64 -- -s burlap/tests/functional_tests/test_md5.py::Md5Tests", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/chrisspen/burlap", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "burlap", "package_url": "https://pypi.org/project/burlap/", "platform": "", "project_url": "https://pypi.org/project/burlap/", "project_urls": { "Homepage": "https://gitlab.com/chrisspen/burlap" }, "release_url": "https://pypi.org/project/burlap/0.9.65/", "requires_dist": null, "requires_python": "", "summary": "Fabric commands for simplifying server deployments", "version": "0.9.65" }, "last_serial": 5952264, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "3efc4f6adde196d327a3abd51d5fa48c", "sha256": "dd19f20dc17eb173a0554a0b96a9d25b996b02cdbdb665f3d9238c790d9397e8" }, "downloads": -1, "filename": "burlap-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3efc4f6adde196d327a3abd51d5fa48c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55132, "upload_time": "2014-02-27T18:46:56", "url": "https://files.pythonhosted.org/packages/24/0a/61b78ffc5f0af63f353caf4dac707a0dcc23822ea4729c10660b7ea9ca8c/burlap-0.1.2.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "bafd8905e718a8990d7d402f56f4a0a3", "sha256": "34ca462994f403e7a25d8aa534c8e58f934ad00e9a4e540a1833bb0bd994fc0e" }, "downloads": -1, "filename": "burlap-0.2.10.tar.gz", "has_sig": false, "md5_digest": "bafd8905e718a8990d7d402f56f4a0a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56200, "upload_time": "2014-06-17T22:17:28", "url": "https://files.pythonhosted.org/packages/4e/90/5b5f42d2133fe05862221da155aa21d3fec738d4887c305cc1bc55f3dc3c/burlap-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "365f9c11e08e8ca573ea7075f2e8902d", "sha256": "5d753d5d0bf339c35d078eb49334fce16ceb8f8f03bd9cb0733284794929b2fc" }, "downloads": -1, "filename": "burlap-0.2.11.tar.gz", "has_sig": false, "md5_digest": "365f9c11e08e8ca573ea7075f2e8902d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56652, "upload_time": "2014-06-18T01:46:03", "url": "https://files.pythonhosted.org/packages/0f/26/a10c714e0f43306674a627ac62de6f67ad97ea7077be89c6f6af7ecf27a8/burlap-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "f5e965c17fc7081471a6501bae004aed", "sha256": "8ef50b2b2c0aa298e2c30d131734bcffbb21c7be8db1fe736d4cf60e718b0f1d" }, "downloads": -1, "filename": "burlap-0.2.12.tar.gz", "has_sig": false, "md5_digest": "f5e965c17fc7081471a6501bae004aed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74743, "upload_time": "2014-06-25T18:59:38", "url": "https://files.pythonhosted.org/packages/dd/29/42c04568242889a31aba46cea785bfbf5db6873e9dc35d4736ae622bda97/burlap-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "5e7960b476cf9b8ded406ed43b8da862", "sha256": "88a1aec87d824edbc821322816b137b2107257e2642ef1b3d62b8988ab7f88ca" }, "downloads": -1, "filename": "burlap-0.2.13.tar.gz", "has_sig": false, "md5_digest": "5e7960b476cf9b8ded406ed43b8da862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74829, "upload_time": "2014-06-25T21:20:24", "url": "https://files.pythonhosted.org/packages/a1/97/113bb67d494a7d829f1d672d6752335e75454dda9f62cf1523967235b784/burlap-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "fa5f304bd726d340e86d182e76497a73", "sha256": "c76bd50b11c80d0563cbd349fa680f6e5df4052544d0f3fc68f4dec01e9b5c94" }, "downloads": -1, "filename": "burlap-0.2.14.tar.gz", "has_sig": false, "md5_digest": "fa5f304bd726d340e86d182e76497a73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75161, "upload_time": "2014-07-01T00:53:54", "url": "https://files.pythonhosted.org/packages/85/bd/2d1c7bfeb9a934144a7ae889ba2117e897258dd09ce8b2680ca9f6965f51/burlap-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "54e7a912c333ce7664d75bf7c8435f0e", "sha256": "d13955eaf47e7fb666684a3edf6c733c90c10aaafe500f983fde462ac6231389" }, "downloads": -1, "filename": "burlap-0.2.15.tar.gz", "has_sig": false, "md5_digest": "54e7a912c333ce7664d75bf7c8435f0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76533, "upload_time": "2014-07-01T21:36:32", "url": "https://files.pythonhosted.org/packages/24/84/8e434f720dfd81fe3d37e8239fd5af5ec9b3b46c7e72034f05c1fb83edf1/burlap-0.2.15.tar.gz" } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "58ee20e1fee44a7c0f8107e533c5c760", "sha256": "db61d327e8beb8a90d8a3cf1173e23fe2aef768c0d95c3643ca658cfcd22b098" }, "downloads": -1, "filename": "burlap-0.2.16.tar.gz", "has_sig": false, "md5_digest": "58ee20e1fee44a7c0f8107e533c5c760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80795, "upload_time": "2014-07-16T19:04:35", "url": "https://files.pythonhosted.org/packages/72/ff/3fd857a089e8c6938f23e313100cb929468a7652af1c03aeea85d41a8665/burlap-0.2.16.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "1c1e053e1794f4edfa2d76018a6d074e", "sha256": "b6526409afb8c45be95f28c2de0fd4c0df4cd2df71976e1967bbc6a89990c874" }, "downloads": -1, "filename": "burlap-0.2.17.tar.gz", "has_sig": false, "md5_digest": "1c1e053e1794f4edfa2d76018a6d074e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88769, "upload_time": "2014-09-02T15:16:33", "url": "https://files.pythonhosted.org/packages/b7/5f/d488994985c720aff3aff7c1ab6c2d64ae6d551d56b3e84a1e5d8fb73bc1/burlap-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "f96eecd6d363cb7ee1c64296d9ac184f", "sha256": "2e5a90ea6858cf77c362fcd588d9b8afc44c3481f52dfbc36a65ef6994826c84" }, "downloads": -1, "filename": "burlap-0.2.18.tar.gz", "has_sig": false, "md5_digest": "f96eecd6d363cb7ee1c64296d9ac184f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95018, "upload_time": "2015-04-09T19:22:43", "url": "https://files.pythonhosted.org/packages/ce/5b/f3b17f039c1e2e5bd96452c42762e814d8033490bc91d091a8ae2d7758d7/burlap-0.2.18.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "64fa535cc835e3c6b2d56d1f11014ab6", "sha256": "8c269efe7ef7fb8b6d308e1854665b02ed1d414e220e453ebeacbbc0da8e8da5" }, "downloads": -1, "filename": "burlap-0.2.3.tar.gz", "has_sig": false, "md5_digest": "64fa535cc835e3c6b2d56d1f11014ab6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56101, "upload_time": "2014-06-17T21:12:04", "url": "https://files.pythonhosted.org/packages/43/54/6aed0bbb119324e4a2c390b370895761410c7498e5dca58fde4875c56cc1/burlap-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "6594e476bfeb8705f91fc883f8c28bd9", "sha256": "1ab2159244f35c53c901b170efc1bcea792e487fb00e8437efb3f187f0e797a6" }, "downloads": -1, "filename": "burlap-0.2.4.tar.gz", "has_sig": false, "md5_digest": "6594e476bfeb8705f91fc883f8c28bd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56092, "upload_time": "2014-06-17T21:21:23", "url": "https://files.pythonhosted.org/packages/dd/20/04060af9d38f27d72757fe9da9681627e3e797f53617436327417b6652be/burlap-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "044d14a164befa7622ac0ca0a66ad62e", "sha256": "c7d2b0051e677646ec8696eaf4e3ba95c0579b79db3e57748861d5b8021835f9" }, "downloads": -1, "filename": "burlap-0.2.5.tar.gz", "has_sig": false, "md5_digest": "044d14a164befa7622ac0ca0a66ad62e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56111, "upload_time": "2014-06-17T21:27:40", "url": "https://files.pythonhosted.org/packages/7b/c1/fe0c0a0d7c5d72f9ad1b27552248dcfc4c9ccac76db363f88424fd1dda2a/burlap-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "82aeed5e3350c3cf6454732bbc913290", "sha256": "03d060bac3c0bbf6b8431c5ba5312c7fe20c943230ecbebc51776009befbc548" }, "downloads": -1, "filename": "burlap-0.2.6.tar.gz", "has_sig": false, "md5_digest": "82aeed5e3350c3cf6454732bbc913290", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56104, "upload_time": "2014-06-17T21:36:05", "url": "https://files.pythonhosted.org/packages/a3/7b/3c9647a8c447b5562d37a627189b50d8256f90f673f167dfce28508cc5d7/burlap-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "c9397e816675cd3c10030728c5a4c491", "sha256": "fda80982f5837f8439f6a98fcce4d69f2bf2f8b17e541e985214c2ecc989c84d" }, "downloads": -1, "filename": "burlap-0.2.7.tar.gz", "has_sig": false, "md5_digest": "c9397e816675cd3c10030728c5a4c491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56160, "upload_time": "2014-06-17T21:42:18", "url": "https://files.pythonhosted.org/packages/4c/8d/542169b5a6d1dec89b6b71d15b497f9fdfdf06267dc6c2afd3ccfa1bfa0f/burlap-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "511c7ff3e4e2c8d620872ad39335dd46", "sha256": "8a41982cf910b8adad2a722e1b08e0e091c5b83c37674263342a8fa460ae29b2" }, "downloads": -1, "filename": "burlap-0.2.8.tar.gz", "has_sig": false, "md5_digest": "511c7ff3e4e2c8d620872ad39335dd46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56180, "upload_time": "2014-06-17T21:43:41", "url": "https://files.pythonhosted.org/packages/5c/a1/3cf06c302140c0ea44daaa09ae61e3432bb7b0eae1101ecce0fd7342c901/burlap-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "1dba10537ae0970f6780f3bc96f87a0e", "sha256": "44e4484b77bd9f390503584686873e81f0d03454a927417f01d27365b3500891" }, "downloads": -1, "filename": "burlap-0.2.9.tar.gz", "has_sig": false, "md5_digest": "1dba10537ae0970f6780f3bc96f87a0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56196, "upload_time": "2014-06-17T22:07:53", "url": "https://files.pythonhosted.org/packages/78/f0/e6fdd9314be6fb34e569fdf30330df85952c18aeb1fe85ec66df20d6ce33/burlap-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "268d9066a8931ad12926ba839e322181", "sha256": "8baaf88b640166a5ee99c2f8bddb64dd588b9b6108549619148b75a5644810fd" }, "downloads": -1, "filename": "burlap-0.3.0.tar.gz", "has_sig": false, "md5_digest": "268d9066a8931ad12926ba839e322181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95162, "upload_time": "2015-04-10T19:11:46", "url": "https://files.pythonhosted.org/packages/0e/e4/e25d390ffc8826bebf23b1d79e677656be91b37dc9617a537669b3998704/burlap-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "5882d6278073df9d10cd0e9434c2f615", "sha256": "95a50dafda8cd6e652ffda1d26b6d9cfd8df34fbd5e36964c1a5b4313a59e0ce" }, "downloads": -1, "filename": "burlap-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5882d6278073df9d10cd0e9434c2f615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95168, "upload_time": "2015-04-10T19:26:04", "url": "https://files.pythonhosted.org/packages/27/2b/81fd262f36ac9f17f9e1014a43b7e530744ba2206b68830be2bf2a67b705/burlap-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "1a8c007757e665a1c9742c93d16a9383", "sha256": "8ded329ab9f73646b1cbc469ce03083ee9d01c3afa151a0c4125c3eed45f1bc9" }, "downloads": -1, "filename": "burlap-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1a8c007757e665a1c9742c93d16a9383", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95297, "upload_time": "2015-04-10T20:07:42", "url": "https://files.pythonhosted.org/packages/12/51/19509ca79fdb83cb99831442a83323d673e451ee0a91f81cd4ab34c5518e/burlap-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "50491d2c7b5c4e666e1823ce0a405e7a", "sha256": "235f3f7a3b068b307e3a11043377cec4ac327c152ebdd91662578d1566a52fc4" }, "downloads": -1, "filename": "burlap-0.3.3.tar.gz", "has_sig": false, "md5_digest": "50491d2c7b5c4e666e1823ce0a405e7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95417, "upload_time": "2015-04-30T15:25:15", "url": "https://files.pythonhosted.org/packages/23/54/a57ba1ebe3ce83827b0692751121446eb85c9bdd3a16b065c20158649be0/burlap-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "dca0125d24cc13bb3d2df0b14ee093b9", "sha256": "ba1d61367d3131618cbfa1db209044743be4341a320427afda7defb5c519a86b" }, "downloads": -1, "filename": "burlap-0.3.4.tar.gz", "has_sig": false, "md5_digest": "dca0125d24cc13bb3d2df0b14ee093b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95441, "upload_time": "2015-04-30T15:29:24", "url": "https://files.pythonhosted.org/packages/46/42/001b7e4524794a70c31f416d2704dc10c799f686561c2c4280e3c5c5ed49/burlap-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "c1036832d22d435e46cee7e54c35a834", "sha256": "cde39975c914703d5101c508a05d22f887fd8ba6a6c84ebe4f454dabb3b23699" }, "downloads": -1, "filename": "burlap-0.3.5.tar.gz", "has_sig": false, "md5_digest": "c1036832d22d435e46cee7e54c35a834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95595, "upload_time": "2015-04-30T16:02:43", "url": "https://files.pythonhosted.org/packages/4c/00/ce8c22cc1547016df131dd0f20161ab2a74a768ead961f2d2713f56cb996/burlap-0.3.5.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "0433e43da36eb8729a0431d4b4491986", "sha256": "5368c78c35c01bef13f415c94ba3a33da29d4b782c2afdcf9c28d5a8ee032f84" }, "downloads": -1, "filename": "burlap-0.3.7.tar.gz", "has_sig": false, "md5_digest": "0433e43da36eb8729a0431d4b4491986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95531, "upload_time": "2015-05-28T22:16:32", "url": "https://files.pythonhosted.org/packages/87/74/c8dd0bdb2225cd5b322461d78c0977d83c06b61f352a0f2756b8ad8b84da/burlap-0.3.7.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "d336e839e17e06311dc37766f9532982", "sha256": "75ad34625229c76dbde71484a4750e5736fb4076f875b0296c0d37d1efd84379" }, "downloads": -1, "filename": "burlap-0.4.0.tar.gz", "has_sig": false, "md5_digest": "d336e839e17e06311dc37766f9532982", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97092, "upload_time": "2015-06-04T15:32:23", "url": "https://files.pythonhosted.org/packages/0d/73/073cc20d7495855ac775e74a13ee1bd6856a33b484333c622c772faba4b9/burlap-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "97afc2d104418a80567689e93429d2b1", "sha256": "71192670004988a9eec1cdb324b69851ca2bce3b0c2f209dbea78db081423d97" }, "downloads": -1, "filename": "burlap-0.4.1.tar.gz", "has_sig": false, "md5_digest": "97afc2d104418a80567689e93429d2b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98513, "upload_time": "2015-06-09T22:08:29", "url": "https://files.pythonhosted.org/packages/29/09/ac3c5de951827b1699fae7d280d911db50441a4cb18b4efcf25bac22a049/burlap-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "5e8db7c9adae9c6ecfa824b9ce4c108c", "sha256": "5c3039cfe991a194992057c8f850a828dbd3de7fb1aa1db654625c0c082ef9b6" }, "downloads": -1, "filename": "burlap-0.4.2.tar.gz", "has_sig": false, "md5_digest": "5e8db7c9adae9c6ecfa824b9ce4c108c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98522, "upload_time": "2015-06-09T22:14:31", "url": "https://files.pythonhosted.org/packages/12/7e/ca435047efbfae4a1acc263a8b9a836a789c088579d4d75155d802a4110c/burlap-0.4.2.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "1fe5c95dd4b403d74ecc55e753f0608e", "sha256": "de2d7e0a9cf2ecee0ba02a716ee22087d40df35bfa87791d975b5ecc86badcae" }, "downloads": -1, "filename": "burlap-0.4.4.tar.gz", "has_sig": false, "md5_digest": "1fe5c95dd4b403d74ecc55e753f0608e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98549, "upload_time": "2015-06-09T23:46:13", "url": "https://files.pythonhosted.org/packages/6d/e0/781d3ec2a20f16a0ce84fa18c163903dc85d0b0cac77af898640e74da9f4/burlap-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "0db191685c576553a60755d73c252a29", "sha256": "facbbf947ef4a57ada7f09cfefc802b2d5dad408a7a51196aa6b45b97bf4eede" }, "downloads": -1, "filename": "burlap-0.4.5.tar.gz", "has_sig": false, "md5_digest": "0db191685c576553a60755d73c252a29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98582, "upload_time": "2015-06-10T00:26:53", "url": "https://files.pythonhosted.org/packages/1c/3c/5860a73477d047dfef5dd3dc98ae81fce2e337a41aceefa25a66a8d9d628/burlap-0.4.5.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "7250c55151bec3040fb3d059cdb59bc0", "sha256": "9a0e61ec84a8992d3718740f760f351a9d43cadc8ce1ac603eaac8fe8a027108" }, "downloads": -1, "filename": "burlap-0.7.4.tar.gz", "has_sig": false, "md5_digest": "7250c55151bec3040fb3d059cdb59bc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126462, "upload_time": "2016-02-24T04:36:12", "url": "https://files.pythonhosted.org/packages/68/ac/e8423e4872ea6e36243f7c15bb869d4d8b3618e4c1f5a5bcacfc3f431102/burlap-0.7.4.tar.gz" } ], "0.9.11": [ { "comment_text": "", "digests": { "md5": "b4f381da3621b94b1ae77623818e1000", "sha256": "c038bd1c3c0d5fe7b0b0521826b4717f3beff4ac254dd028be6e6660f19a3198" }, "downloads": -1, "filename": "burlap-0.9.11.tar.gz", "has_sig": false, "md5_digest": "b4f381da3621b94b1ae77623818e1000", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180332, "upload_time": "2017-03-10T18:22:43", "url": "https://files.pythonhosted.org/packages/1d/bd/5f2e99ebbcd888fdc78a3f59649d3a4b7b38bb2e1637a512692b3deaa155/burlap-0.9.11.tar.gz" } ], "0.9.14": [ { "comment_text": "", "digests": { "md5": "94cc03ec69832283a9284b694d5ed55b", "sha256": "a14b25884bdf0d345abd1b027445ebd521eb8da1c466f96b8e8c257026948d28" }, "downloads": -1, "filename": "burlap-0.9.14.tar.gz", "has_sig": false, "md5_digest": "94cc03ec69832283a9284b694d5ed55b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184792, "upload_time": "2017-03-16T03:09:37", "url": "https://files.pythonhosted.org/packages/e4/02/49b3c227c35e34d2f4a8b3e8b774851fd26baac10730f5c2329069bb524f/burlap-0.9.14.tar.gz" } ], "0.9.15": [ { "comment_text": "", "digests": { "md5": "7cc0011a349dc0e36ba505aeb82540a4", "sha256": "43a8896407f488ad172aa558b39d2d4fc430408e18a6b4ffa5e8ba0a6e7a3ee0" }, "downloads": -1, "filename": "burlap-0.9.15.tar.gz", "has_sig": false, "md5_digest": "7cc0011a349dc0e36ba505aeb82540a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185305, "upload_time": "2017-03-23T02:17:44", "url": "https://files.pythonhosted.org/packages/1b/e9/081dd4c5c459095393920911b5c7604f8dc4610117dc0519aec2ddae08df/burlap-0.9.15.tar.gz" } ], "0.9.16": [ { "comment_text": "", "digests": { "md5": "94540c2f89b7892e33fbd0331de965ea", "sha256": "249ca2c0baefea38c79898cdd17bd5dbbdd123858b8e44322cda2e0225814682" }, "downloads": -1, "filename": "burlap-0.9.16.tar.gz", "has_sig": false, "md5_digest": "94540c2f89b7892e33fbd0331de965ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189594, "upload_time": "2017-03-23T21:01:44", "url": "https://files.pythonhosted.org/packages/2c/6b/856e8125ae3d13c6e651ee2dde692eff426f24564eede40d8c03b3c11442/burlap-0.9.16.tar.gz" } ], "0.9.17": [ { "comment_text": "", "digests": { "md5": "677faf85b9917c741567a6c51dbf93e5", "sha256": "b0a84f1e03b2fd279841d5f66d3211731c6db47214e94c5846f1d04247f09991" }, "downloads": -1, "filename": "burlap-0.9.17.tar.gz", "has_sig": false, "md5_digest": "677faf85b9917c741567a6c51dbf93e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 190351, "upload_time": "2017-03-28T18:39:33", "url": "https://files.pythonhosted.org/packages/a5/53/0048d376615db74a6e8300aa28538b57c68458c3feb1a1af59ec87db70d6/burlap-0.9.17.tar.gz" } ], "0.9.18": [ { "comment_text": "", "digests": { "md5": "1750c9d472891a6f91aeef1629a97e7a", "sha256": "22d6f762a0894ed13eb37a9396dcf41a69f45d9e400d8f2d3e93b47f3d3c71d1" }, "downloads": -1, "filename": "burlap-0.9.18.tar.gz", "has_sig": false, "md5_digest": "1750c9d472891a6f91aeef1629a97e7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191800, "upload_time": "2017-03-29T01:13:15", "url": "https://files.pythonhosted.org/packages/53/e6/94063b378126c17616e795c9043b3e2981cb238a567f98c620e957bc0cd0/burlap-0.9.18.tar.gz" } ], "0.9.19": [ { "comment_text": "", "digests": { "md5": "946dcddbc14b38de433c552d4b4f2d11", "sha256": "0a674799fb69750bba9f2218b864a603306f2c468413ded46f992fc1bb9a9856" }, "downloads": -1, "filename": "burlap-0.9.19.tar.gz", "has_sig": false, "md5_digest": "946dcddbc14b38de433c552d4b4f2d11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 193079, "upload_time": "2017-03-30T14:25:25", "url": "https://files.pythonhosted.org/packages/68/20/34da27de224baf230e3f16960672b536d3feb965d4d43d1faefdc63340bc/burlap-0.9.19.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "6a87c3075f704377c38fe1fdac5b2e3b", "sha256": "d2260b37ce1103e17835db4d91818cdab5d650520a7a7110fbe926dfb931a30a" }, "downloads": -1, "filename": "burlap-0.9.2.tar.gz", "has_sig": false, "md5_digest": "6a87c3075f704377c38fe1fdac5b2e3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224251, "upload_time": "2017-01-18T23:57:41", "url": "https://files.pythonhosted.org/packages/02/aa/916b065c738d43e4dd54f52996d8fac493cd46c86dc48ddc2a64e5ea9ab4/burlap-0.9.2.tar.gz" } ], "0.9.21": [ { "comment_text": "", "digests": { "md5": "b4a0550b597048ec45a08d232100d22b", "sha256": "baa5c8b7195104c71270de48c5d8c7fd803c81d4420d062e7c7c94430517523e" }, "downloads": -1, "filename": "burlap-0.9.21.tar.gz", "has_sig": false, "md5_digest": "b4a0550b597048ec45a08d232100d22b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192539, "upload_time": "2017-04-19T16:12:10", "url": "https://files.pythonhosted.org/packages/74/77/aa5de2702edb12ab96ae784253a5af544e03d8bbd44fbf865292139fde4a/burlap-0.9.21.tar.gz" } ], "0.9.22": [ { "comment_text": "", "digests": { "md5": "462706c575596f490830e838de366a59", "sha256": "7c52d88559ed30cde673d8d394ae4933d146dccf4203612f7d22da81e69d27eb" }, "downloads": -1, "filename": "burlap-0.9.22.tar.gz", "has_sig": false, "md5_digest": "462706c575596f490830e838de366a59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 193685, "upload_time": "2017-04-19T23:22:51", "url": "https://files.pythonhosted.org/packages/9f/65/d898f2410e0b0a41484376f0f74d7971aeaed19c4624735c3397a14b93e9/burlap-0.9.22.tar.gz" } ], "0.9.26": [ { "comment_text": "", "digests": { "md5": "f831bea5a549f61435238c8a77ff6dec", "sha256": "32ccc8491a350716a799755d9a442b00b9812592399fb02d172718029a772e17" }, "downloads": -1, "filename": "burlap-0.9.26.tar.gz", "has_sig": false, "md5_digest": "f831bea5a549f61435238c8a77ff6dec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196753, "upload_time": "2017-04-25T21:39:47", "url": "https://files.pythonhosted.org/packages/12/54/b4b9188fce2e8a4747d3bdbfa3e98f3709c32a2650443f88eaf36c6c6050/burlap-0.9.26.tar.gz" } ], "0.9.27": [ { "comment_text": "", "digests": { "md5": "ace61415b3865e8b2f829635b92d970e", "sha256": "0b9ff70734e778f00fa10f6da9ba93b6fc189011104cd26bab543d212dc41d22" }, "downloads": -1, "filename": "burlap-0.9.27.tar.gz", "has_sig": false, "md5_digest": "ace61415b3865e8b2f829635b92d970e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201529, "upload_time": "2017-06-23T19:44:36", "url": "https://files.pythonhosted.org/packages/4c/17/d12acab2ebf22a1d6695897c85abdd2c3fbdb514309302c7d0cabf2f5332/burlap-0.9.27.tar.gz" } ], "0.9.30": [ { "comment_text": "", "digests": { "md5": "5e68cbf6b5026d7b55089e3315536975", "sha256": "b648273ebe62c8cb793913154ca78ae888056a2462d2166410c2d5ffeb17dcab" }, "downloads": -1, "filename": "burlap-0.9.30.tar.gz", "has_sig": false, "md5_digest": "5e68cbf6b5026d7b55089e3315536975", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204731, "upload_time": "2018-01-14T14:13:32", "url": "https://files.pythonhosted.org/packages/f4/d3/80f3d65793a234ba4b96762b120e2952f160a4a1ec90a5289865a52211c3/burlap-0.9.30.tar.gz" } ], "0.9.32": [ { "comment_text": "", "digests": { "md5": "85c84b5f75660426d23c1490abb5f5c4", "sha256": "0037541ad216f431a8a05f3ac78c1befe4200b62f61708f6b5f85f02d07d7506" }, "downloads": -1, "filename": "burlap-0.9.32.tar.gz", "has_sig": false, "md5_digest": "85c84b5f75660426d23c1490abb5f5c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199020, "upload_time": "2018-01-14T14:26:07", "url": "https://files.pythonhosted.org/packages/b1/44/def18aae518897b83143432d6c509aebdf97500dbb7c2633ac237f2e89f2/burlap-0.9.32.tar.gz" } ], "0.9.33": [ { "comment_text": "", "digests": { "md5": "5aac54f5ff802970c6b075bc62714d21", "sha256": "02febc6830267ad67e183ea3a2a10a1b58c8c21ee2411f02b897352c9d606de1" }, "downloads": -1, "filename": "burlap-0.9.33.tar.gz", "has_sig": false, "md5_digest": "5aac54f5ff802970c6b075bc62714d21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199058, "upload_time": "2018-01-15T20:10:37", "url": "https://files.pythonhosted.org/packages/cd/c8/88460103774971158d75cbc938314aca22721baf66eed975c499fb69d718/burlap-0.9.33.tar.gz" } ], "0.9.34": [ { "comment_text": "", "digests": { "md5": "7112fa3436612dd613ccf539a8cb5ea6", "sha256": "4ae32309e1085aeb02e40d2297f1cf668fe9a7279cc74c207b092c8d60968bd9" }, "downloads": -1, "filename": "burlap-0.9.34.tar.gz", "has_sig": false, "md5_digest": "7112fa3436612dd613ccf539a8cb5ea6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198874, "upload_time": "2018-01-29T20:26:27", "url": "https://files.pythonhosted.org/packages/55/b8/da93b539d47e44829b5463ff601e3037924a410eb53f71ffbe11466576f4/burlap-0.9.34.tar.gz" } ], "0.9.35": [ { "comment_text": "", "digests": { "md5": "37a855afe3595d75b9e244acb7130e34", "sha256": "6c539797915a62018cb8b45cc21cd9f50706fc480a3edaf6903f23bdb1f5909b" }, "downloads": -1, "filename": "burlap-0.9.35.tar.gz", "has_sig": false, "md5_digest": "37a855afe3595d75b9e244acb7130e34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198939, "upload_time": "2018-01-29T21:45:34", "url": "https://files.pythonhosted.org/packages/cd/e5/7ce495b70139b347f779b14c230e4d8153111023ddac007e7d1b4e04888d/burlap-0.9.35.tar.gz" } ], "0.9.36": [ { "comment_text": "", "digests": { "md5": "d444f3c13a891067d0cb173496bc0639", "sha256": "a456f8cfb4e2ae34c755c0cdd6b0ef57ab816f6fc869a7325260a3b4d0658ab6" }, "downloads": -1, "filename": "burlap-0.9.36.tar.gz", "has_sig": false, "md5_digest": "d444f3c13a891067d0cb173496bc0639", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198959, "upload_time": "2018-01-30T00:00:35", "url": "https://files.pythonhosted.org/packages/d3/fe/9de5e1044cbe099f2eb9f1a264e1632dddcd1d6ea316045954498190a017/burlap-0.9.36.tar.gz" } ], "0.9.39": [ { "comment_text": "", "digests": { "md5": "dae4d2c652a0a6b10bd2b3b3c7130849", "sha256": "f31425fdd54768e91f7cdd6c0394b0cf42159db3a0a07c94ecc050c0d10a4399" }, "downloads": -1, "filename": "burlap-0.9.39.tar.gz", "has_sig": false, "md5_digest": "dae4d2c652a0a6b10bd2b3b3c7130849", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199238, "upload_time": "2018-06-27T20:21:13", "url": "https://files.pythonhosted.org/packages/9a/52/a30d146a60c59d6fbea419a518fb3b5372a75ba146b621a4ed5bbb12cfe4/burlap-0.9.39.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "595d3b2ebbf7009c08329eeffef11fa2", "sha256": "3c046831958feb188608622ad2b339ddc99cc44e4701ba35a8eed406b1e53ea5" }, "downloads": -1, "filename": "burlap-0.9.4.tar.gz", "has_sig": false, "md5_digest": "595d3b2ebbf7009c08329eeffef11fa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200361, "upload_time": "2017-02-26T03:28:53", "url": "https://files.pythonhosted.org/packages/3b/6c/34f6ed38975892c8e4b9f3bf6e76278ceb40ca528f8c982f41acd719fd0f/burlap-0.9.4.tar.gz" } ], "0.9.40": [ { "comment_text": "", "digests": { "md5": "2ad838fcccdf680a392981917986e35c", "sha256": "e1f75f220aba48363f5c29145497045b77c07a55afab47857601a65d5ad7430e" }, "downloads": -1, "filename": "burlap-0.9.40.tar.gz", "has_sig": false, "md5_digest": "2ad838fcccdf680a392981917986e35c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199398, "upload_time": "2018-08-14T17:59:30", "url": "https://files.pythonhosted.org/packages/55/4a/9bb7f172663d40c30447c627f41af1314d00d6dd7252ffb05fe21fcdae73/burlap-0.9.40.tar.gz" } ], "0.9.41": [ { "comment_text": "", "digests": { "md5": "3310ac189572cb743433929d2a57bf5f", "sha256": "8b8ebcb32fd4b59046bef9bd34b2517a935355a7f3350e7d1944ead14ddde944" }, "downloads": -1, "filename": "burlap-0.9.41.tar.gz", "has_sig": false, "md5_digest": "3310ac189572cb743433929d2a57bf5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200166, "upload_time": "2018-12-19T22:27:36", "url": "https://files.pythonhosted.org/packages/39/37/a922dabc38bf3994c4ba6d75ccf13a9d9aa9733bbaa60422524e9f5edc78/burlap-0.9.41.tar.gz" } ], "0.9.42": [ { "comment_text": "", "digests": { "md5": "7512043644413a6f160ce68dc1c45e96", "sha256": "93f720cdc022a4b7d55ba2feb062604311bf71cd86350812affec783f8e264c8" }, "downloads": -1, "filename": "burlap-0.9.42.tar.gz", "has_sig": false, "md5_digest": "7512043644413a6f160ce68dc1c45e96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200207, "upload_time": "2019-02-13T19:41:56", "url": "https://files.pythonhosted.org/packages/3f/39/8a1135475fba3508bb59a444b27eccddcbd2a27a025ae8ed0fe1635d4077/burlap-0.9.42.tar.gz" } ], "0.9.43": [ { "comment_text": "", "digests": { "md5": "a01266dd04456267ac567ef2ad131593", "sha256": "d07bea8fba2dd4b661d773e0e8c911f453e02a1e0c9ba778695d7b5672473d75" }, "downloads": -1, "filename": "burlap-0.9.43.tar.gz", "has_sig": false, "md5_digest": "a01266dd04456267ac567ef2ad131593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200215, "upload_time": "2019-02-13T19:46:00", "url": "https://files.pythonhosted.org/packages/3e/18/27fbee0b406e3837a9a3d8ba54cb5de11a54a8728e01142b69a706345686/burlap-0.9.43.tar.gz" } ], "0.9.44": [ { "comment_text": "", "digests": { "md5": "91098d780ed48986c192e36a0f323159", "sha256": "6f201d9a261f6f6432f89d298ca09315b90d9b0dbc7b190688137f5126c35852" }, "downloads": -1, "filename": "burlap-0.9.44.tar.gz", "has_sig": false, "md5_digest": "91098d780ed48986c192e36a0f323159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198726, "upload_time": "2019-03-14T18:09:46", "url": "https://files.pythonhosted.org/packages/6d/41/895eec90eaff98aaf3daa6a6fdd03b7dec2dc7d46925a881ee1fdd755047/burlap-0.9.44.tar.gz" } ], "0.9.45": [ { "comment_text": "", "digests": { "md5": "92e7b35d69fdc43fcf85e9786a94bd0b", "sha256": "c8e27f23cd4c889da74afae31dcca5014ab1a8d177cfd440bf5beb5e03d8a768" }, "downloads": -1, "filename": "burlap-0.9.45.tar.gz", "has_sig": false, "md5_digest": "92e7b35d69fdc43fcf85e9786a94bd0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199235, "upload_time": "2019-03-22T19:49:08", "url": "https://files.pythonhosted.org/packages/c2/38/ba1c3a32a4fc3467f36919cdd007a6e6c529dbb877f739f75c43741e5757/burlap-0.9.45.tar.gz" } ], "0.9.46": [ { "comment_text": "", "digests": { "md5": "b137ff4bcde3945e3495b56591da672a", "sha256": "36f6daa510d516d5835a2dcdcecaba4ed5fdfff9ddebf4ea6bd3f9bd0d6615ad" }, "downloads": -1, "filename": "burlap-0.9.46.tar.gz", "has_sig": false, "md5_digest": "b137ff4bcde3945e3495b56591da672a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199255, "upload_time": "2019-03-22T19:58:13", "url": "https://files.pythonhosted.org/packages/e5/61/ef79e03522d74aa894b404c2f45033dff1ccc4b98337619df02d4475d503/burlap-0.9.46.tar.gz" } ], "0.9.47": [ { "comment_text": "", "digests": { "md5": "a0aab64e1ace9548bde837c29a5317c2", "sha256": "8edcb2f4cdfb8c61e8a84f04cfce97d52d1b0c215374cb10760d6be2e65a03b0" }, "downloads": -1, "filename": "burlap-0.9.47.tar.gz", "has_sig": false, "md5_digest": "a0aab64e1ace9548bde837c29a5317c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201441, "upload_time": "2019-03-28T17:47:29", "url": "https://files.pythonhosted.org/packages/0e/9f/0cca4598c0b725ead1db6334b1925e4bb50f46e2b3ac12ccb0b4b3b226c8/burlap-0.9.47.tar.gz" } ], "0.9.48": [ { "comment_text": "", "digests": { "md5": "0202563dddaafcf5beb6e48d4482a2e0", "sha256": "9103d9fdd4a4def69094a42d529897efd3ac39db90423328be8d2fffbd7af5fa" }, "downloads": -1, "filename": "burlap-0.9.48.tar.gz", "has_sig": false, "md5_digest": "0202563dddaafcf5beb6e48d4482a2e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201453, "upload_time": "2019-04-02T21:41:28", "url": "https://files.pythonhosted.org/packages/f6/e8/cebac339ba4b2fba56a5fc5d50c241176b8c317f76933b2640b772448eda/burlap-0.9.48.tar.gz" } ], "0.9.49": [ { "comment_text": "", "digests": { "md5": "61b5e9e3e655726aad29a092fa655625", "sha256": "3718eb916b5d94e0529422bc43fa9be989546e3caff079fbac7bd1fc155940c5" }, "downloads": -1, "filename": "burlap-0.9.49.tar.gz", "has_sig": false, "md5_digest": "61b5e9e3e655726aad29a092fa655625", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202401, "upload_time": "2019-04-05T19:36:27", "url": "https://files.pythonhosted.org/packages/da/30/e09530d2a1052b270034fdd7980b6fa6d853e861bf9a4b920fddd196dba2/burlap-0.9.49.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "c9aa386b5818142d514fe095da434813", "sha256": "59dbf3bd4034ef8d538858ae3941953e9ea8923399552eb48ce8ab1eeaa210fd" }, "downloads": -1, "filename": "burlap-0.9.5.tar.gz", "has_sig": false, "md5_digest": "c9aa386b5818142d514fe095da434813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181307, "upload_time": "2017-03-01T06:09:19", "url": "https://files.pythonhosted.org/packages/a1/c0/5904c406358424bb23bd8ec05e630dd7c16f0f1f80fb7ba43fde81bf41dd/burlap-0.9.5.tar.gz" } ], "0.9.51": [ { "comment_text": "", "digests": { "md5": "cee18d94f8747180a430958b955f5c6c", "sha256": "432f3624c2a648aaace88dd97c3dd7caf6641632058216ed9dacfd72063351ff" }, "downloads": -1, "filename": "burlap-0.9.51.tar.gz", "has_sig": false, "md5_digest": "cee18d94f8747180a430958b955f5c6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 203348, "upload_time": "2019-04-23T14:05:16", "url": "https://files.pythonhosted.org/packages/48/ab/475a176693bcf665d245cf7d20cb8a02fa7e3a1e017796883a0f8c44924a/burlap-0.9.51.tar.gz" } ], "0.9.53": [ { "comment_text": "", "digests": { "md5": "c078e956b8761715263c7ddff618734f", "sha256": "49c7ba6786995d3ae335901e2acd40f39667b3326162b4a3098e1bfad31f3097" }, "downloads": -1, "filename": "burlap-0.9.53.tar.gz", "has_sig": false, "md5_digest": "c078e956b8761715263c7ddff618734f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204572, "upload_time": "2019-05-02T02:35:36", "url": "https://files.pythonhosted.org/packages/59/d7/c5fa249247cbf6fe2ec923464468fd81134094753f84f1d95a7cd0bbf2ad/burlap-0.9.53.tar.gz" } ], "0.9.54": [ { "comment_text": "", "digests": { "md5": "51f951569894f4cdf1d50e5db0263afe", "sha256": "d3b9a6def1f42ebfc8bb1d80262bf351ffe0509735044435117d8ca39192d8b3" }, "downloads": -1, "filename": "burlap-0.9.54.tar.gz", "has_sig": false, "md5_digest": "51f951569894f4cdf1d50e5db0263afe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204645, "upload_time": "2019-05-02T16:13:44", "url": "https://files.pythonhosted.org/packages/09/fe/049949442c4a11ca164aba683bd89886a3c3f6b9531552f3f8147ce3068c/burlap-0.9.54.tar.gz" } ], "0.9.55": [ { "comment_text": "", "digests": { "md5": "362524fa61a573362e3594338c608307", "sha256": "34ad52e548b0f4961af432bd7ed2173dbbc3a8fe743b45f6be37b8713546fe22" }, "downloads": -1, "filename": "burlap-0.9.55.tar.gz", "has_sig": false, "md5_digest": "362524fa61a573362e3594338c608307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204469, "upload_time": "2019-06-18T20:20:45", "url": "https://files.pythonhosted.org/packages/7f/ad/4fc77014b56f3fe2804c0923ce63a6f729ab66378187eb380abb21f6d929/burlap-0.9.55.tar.gz" } ], "0.9.56": [ { "comment_text": "", "digests": { "md5": "e7bbd2f201a4cc037855bb3296a73e21", "sha256": "b71334bbf9b58d9fb7e4df7e11a7015bd87f975f7079dc42faee25781c44a7d4" }, "downloads": -1, "filename": "burlap-0.9.56.tar.gz", "has_sig": false, "md5_digest": "e7bbd2f201a4cc037855bb3296a73e21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204506, "upload_time": "2019-06-21T19:44:38", "url": "https://files.pythonhosted.org/packages/b3/ba/65eae5d1929276a5b09c59150b72bf6d8d4a9a3e96c308fd0be76ccd9781/burlap-0.9.56.tar.gz" } ], "0.9.57": [ { "comment_text": "", "digests": { "md5": "be8f72a2fdc30ae75ceae6bac336c19d", "sha256": "1106c505f2dd768508683feb5fc88c0db7d441743cca4486891558f6c3bd3c1c" }, "downloads": -1, "filename": "burlap-0.9.57.tar.gz", "has_sig": false, "md5_digest": "be8f72a2fdc30ae75ceae6bac336c19d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204548, "upload_time": "2019-06-27T21:52:41", "url": "https://files.pythonhosted.org/packages/99/cc/51a4c8c95067b05d380d0505d59d55c96a1ecc880fcd3bca44b30e20e8ae/burlap-0.9.57.tar.gz" } ], "0.9.58": [ { "comment_text": "", "digests": { "md5": "60b400c5d9f89b535d394dd3503a8958", "sha256": "85eac46d229ebb2ef1005db1ec6e816abfca4d6db832ee7022f222db7dc888e4" }, "downloads": -1, "filename": "burlap-0.9.58.tar.gz", "has_sig": false, "md5_digest": "60b400c5d9f89b535d394dd3503a8958", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202280, "upload_time": "2019-07-11T16:47:47", "url": "https://files.pythonhosted.org/packages/94/8c/cd691c598e5c535c467685f3aa6c8ada8408d2a07dbed8ad3d75075c929a/burlap-0.9.58.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "6a7d9a848b9c3cb5d12933dc6355a262", "sha256": "1b59d0266539a7b47e17ad45d4fb192ecbf808e3be51fd61d95901ac47c31a0a" }, "downloads": -1, "filename": "burlap-0.9.6.tar.gz", "has_sig": false, "md5_digest": "6a7d9a848b9c3cb5d12933dc6355a262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177171, "upload_time": "2017-03-06T00:56:45", "url": "https://files.pythonhosted.org/packages/6e/8a/bf81b1c025baeb267ef380a2123210e4ee8f1cf62da078a1bd964757f86a/burlap-0.9.6.tar.gz" } ], "0.9.60": [ { "comment_text": "", "digests": { "md5": "f734f94d16697a75aebd160c6a756fc8", "sha256": "e16a60b6fbcb4c0d493ed27153b60c1b54b7d18a7a3abd04a1c1d5652e4ed021" }, "downloads": -1, "filename": "burlap-0.9.60.tar.gz", "has_sig": false, "md5_digest": "f734f94d16697a75aebd160c6a756fc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204642, "upload_time": "2019-07-25T14:33:47", "url": "https://files.pythonhosted.org/packages/3e/b7/f45e42e8b680907af4a293b3f59cba30715b3a7e047873c1e25c48a8911c/burlap-0.9.60.tar.gz" } ], "0.9.61": [ { "comment_text": "", "digests": { "md5": "734d84ed5a86a640f1c122f9111e618e", "sha256": "ffcccc3f44bcbee403004257e22a8cb0069211aa1472573d1edb7419f9f7d86b" }, "downloads": -1, "filename": "burlap-0.9.61.tar.gz", "has_sig": false, "md5_digest": "734d84ed5a86a640f1c122f9111e618e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204672, "upload_time": "2019-07-25T14:50:50", "url": "https://files.pythonhosted.org/packages/53/10/9656a14323bb71b2647a0eef6de5694f3305809292e7de00cdd7ead7c290/burlap-0.9.61.tar.gz" } ], "0.9.62": [ { "comment_text": "", "digests": { "md5": "b291fe872c2210ac0d178959f1756ff2", "sha256": "ffcb43c8020d9add3d3335e7eb75393423c771c1e24e11e92b03bd45c380ed8b" }, "downloads": -1, "filename": "burlap-0.9.62.tar.gz", "has_sig": false, "md5_digest": "b291fe872c2210ac0d178959f1756ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204704, "upload_time": "2019-07-25T21:17:34", "url": "https://files.pythonhosted.org/packages/7a/9b/984f200f2971e014a6921820f9852aa2b578510aeb5d5b4474f95fa3ce1f/burlap-0.9.62.tar.gz" } ], "0.9.64": [ { "comment_text": "", "digests": { "md5": "402d6650ca578cf053b900d7980be2a3", "sha256": "3ce64ec0f1275e1fbc2866eae4508dea5de7310f223556b85dd45ae2b947e357" }, "downloads": -1, "filename": "burlap-0.9.64.tar.gz", "has_sig": false, "md5_digest": "402d6650ca578cf053b900d7980be2a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202830, "upload_time": "2019-09-19T17:27:27", "url": "https://files.pythonhosted.org/packages/e1/ed/882b4e872a9b97e3f249299a1615af0cc070c0129d02587db0aacc998285/burlap-0.9.64.tar.gz" } ], "0.9.65": [ { "comment_text": "", "digests": { "md5": "c5f6c2f19c6e131b5510a77d44b804f8", "sha256": "b10a166eea1170fe3012f61d4a757054d55e7ce814c3c712d42fd9be8e12620a" }, "downloads": -1, "filename": "burlap-0.9.65.tar.gz", "has_sig": false, "md5_digest": "c5f6c2f19c6e131b5510a77d44b804f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 205140, "upload_time": "2019-10-09T22:19:35", "url": "https://files.pythonhosted.org/packages/7e/40/0f74ef6d08805af9a911062d4c22a2debc5c4318da71a1457f8fc919f8f7/burlap-0.9.65.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "e771a7dfa13c42cd1676306a5ade40c4", "sha256": "9c1309efc00ad4f9cdd3a078ea20c402cc7c396d26d1b39f4e95bc6887f73c40" }, "downloads": -1, "filename": "burlap-0.9.9.tar.gz", "has_sig": false, "md5_digest": "e771a7dfa13c42cd1676306a5ade40c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177639, "upload_time": "2017-03-09T00:40:10", "url": "https://files.pythonhosted.org/packages/ad/cf/4d5db2bed992775f1857c6cb49584c4456af7836405dc183c4b36ffc4139/burlap-0.9.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5f6c2f19c6e131b5510a77d44b804f8", "sha256": "b10a166eea1170fe3012f61d4a757054d55e7ce814c3c712d42fd9be8e12620a" }, "downloads": -1, "filename": "burlap-0.9.65.tar.gz", "has_sig": false, "md5_digest": "c5f6c2f19c6e131b5510a77d44b804f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 205140, "upload_time": "2019-10-09T22:19:35", "url": "https://files.pythonhosted.org/packages/7e/40/0f74ef6d08805af9a911062d4c22a2debc5c4318da71a1457f8fc919f8f7/burlap-0.9.65.tar.gz" } ] }