{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# bdbag\n[![Build Status](https://travis-ci.org/fair-research/bdbag.svg)](https://travis-ci.org/fair-research/bdbag)\n[![Coverage Status](https://img.shields.io/coveralls/github/fair-research/bdbag/master.svg)](https://coveralls.io/github/fair-research/bdbag?branch=master)\n[![PyPi Version](https://img.shields.io/pypi/v/bdbag.svg)](https://pypi.python.org/pypi/bdbag)\n[![PyPi Wheel](https://img.shields.io/pypi/wheel/bdbag.svg)](https://pypi.python.org/pypi/bdbag)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bdbag.svg)](https://pypi.python.org/pypi/bdbag)\n[![License](https://img.shields.io/pypi/l/bdbag.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n\n## Big Data Bag Utilities\n\nThe `bdbag` utilities are a collection of software programs for working with\n[BagIt](https://datatracker.ietf.org/doc/draft-kunze-bagit/) packages that conform to the BDBag and Bagit/RO profiles.\n\nThe `bdbag` [profiles](https://github.com/fair-research/bdbag/tree/master/profiles) specify the use of the fetch.txt file, require serialization, and specify what manifests must be provided with a *bdbag*.\n\nThese utilities combine various other components such as the\n[Bagit-Python](https://github.com/LibraryOfCongress/bagit-python) bag creation utility and the\n[Bagit-Profiles-Validator](https://github.com/ruebot/bagit-profiles)\nutility into a single, easy to use software package.\n\nEnhanced bag support includes:\n\n* Update-in-place functionality for existing bags.\n* Automatic archiving and extraction of bags using ZIP, TAR, and TGZ formats.\n* Automatic generation of remote file manifest entries and fetch.txt via configuration file.\n* Automatic file retrieval based on the contents of a bag's fetch.txt file with multiple protocol support.\n* Built-in profile validation.\n* Built-in support for creation of bags with [Bagit/RO profile](https://github.com/ResearchObject/bagit-ro) compatibility.\n\nAn experimental Graphical User Interface (GUI) for `bdbag` can be found [here](https://github.com/fair-research/bdbag_gui).\n\n#### Technical Papers\n\n[\"I'll take that to go: Big data bags and minimal identifiers for exchange of large, complex datasets\"](https://zenodo.org/record/820878) explains the motivation for BDBags and the related Minid construct, provides details on design and implementation, and gives examples of use. \n\n[\"Reproducible big data science: A case study in continuous FAIRness\"](https://www.biorxiv.org/content/early/2018/02/27/268755) presents a data analysis use case in which BDBags and Minids are used to capture a transcription factor binding site analysis.\n\n### Dependencies\n\n* [Python 2.7](https://www.python.org/downloads/release/python-27/) is the minimum Python version required.\n* The code and dependencies are also compatible with Python 3, versions 3.4 through 3.7.\n\n### Installation\nThe latest `bdbag` release is available on PyPi and can be installed using `pip`:\n\n```sh\npip install bdbag\n```\n\nNote that the above command will install `bdbag` with only the minimal dependencies required to run.\nIf you wish to install `bdbag` with the extra fetch transport handler support provided by `boto` (for AWS S3)\nand `globus` (for Globus Transfer) packages, use the following command:\n```sh\npip install bdbag[boto,globus]\n```\n\n### Installation from Source\nYou can use `pip` to install `bdbag` directly from GitHub:\n\n```sh\nsudo pip install git+https://github.com/fair-research/bdbag\n```\nor:\n```sh\npip install --user git+https://github.com/fair-research/bdbag\n```\n\nYou can also [download](https://github.com/fair-research/bdbag/archive/master.zip) the current `bdbag` source code from GitHub or\nalternatively clone the source from GitHub if you have *git* installed:\n\n```sh\ngit clone https://github.com/fair-research/bdbag\n```\nFrom the root of the `bdbag` source code directory execute the following command:\n```sh\nsudo pip install .\n```\nor:\n```sh\npip install --user .\n```\nNote that if you want to install the extra dependencies from a local source directory you would use the following command:\n```sh\npip install .[boto,globus]\n```\n\n### Testing\nThe unit tests can be run by invoking the following command from the root of the `bdbag` source code directory:\n```sh\npython setup.py test\n```\n\n### Usage\n\nThis software can be used from the command-line environment by running the `bdbag` script. For detailed usage\ninstructions, see the [CLI Guide](./doc/cli.md).\n\n### Configuration\n\nSome components of the `bdbag` software can be configured via JSON-formatted configuration files.\nSee the [Configuration Guide](./doc/config.md) for further details.\n\n### Application Programming Interface\n\nIt is also possible to use `bdbag` from within other Python programs via an API.\nSee the [API Guide](./doc/api.md) for further details.\n\n### Utilities\n\nA CLI utility module is provided for various ancillary tasks commonly involved with authoring **bdbags**.\nSee the [Utility Guide](./doc/utils.md) for further details.\n\n### Change Log\n\nThe change log is located [here](CHANGELOG.md).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fair-research/bdbag/", "keywords": "", "license": "Apache 2.0", "maintainer": "USC Information Sciences Institute, Informatics Systems Research Division", "maintainer_email": "isrd-support@isi.edu", "name": "bdbag", "package_url": "https://pypi.org/project/bdbag/", "platform": "", "project_url": "https://pypi.org/project/bdbag/", "project_urls": { "Homepage": "https://github.com/fair-research/bdbag/" }, "release_url": "https://pypi.org/project/bdbag/1.5.6/", "requires_dist": [ "pytz", "tzlocal", "certifi", "requests (>=2.7.0)", "setuptools-scm", "bagit (==1.7.0)", "boto3 (>=1.9.5) ; extra == 'boto'", "botocore ; extra == 'boto'", "awscli ; extra == 'boto'", "globus-sdk (>=1.6.0) ; extra == 'globus'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "summary": "Big Data Bag Utilities", "version": "1.5.6" }, "last_serial": 5952048, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "96bc427776ec261c9c8735ba2e3ecf31", "sha256": "483a58b75c3884d1fd11a12c759dbf3e30880f5a71e17060b50d6beba060851f" }, "downloads": -1, "filename": "bdbag-1.1.0.tar.gz", "has_sig": false, "md5_digest": "96bc427776ec261c9c8735ba2e3ecf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27911, "upload_time": "2017-12-11T23:00:52", "url": "https://files.pythonhosted.org/packages/41/a9/4ceb605a3a57a3a3228cb42cafee3ed868eed26c7217fde6349379a650e8/bdbag-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "c25c1c3d3732e8242688777346fa8220", "sha256": "83eaa1ffb939553c6ec1872575c6fd61fce1ba89117226db4a50dc0cbfc963f6" }, "downloads": -1, "filename": "bdbag-1.1.1.tar.gz", "has_sig": false, "md5_digest": "c25c1c3d3732e8242688777346fa8220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27936, "upload_time": "2017-12-12T00:43:02", "url": "https://files.pythonhosted.org/packages/81/e6/54b3534339a3a0c8e18c282f822657a763e06b9a93c497e37d8458f4c1ec/bdbag-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "3dbc17606184370f778111ccc7d6746f", "sha256": "732775ae0440542ca2be1002c298478adc197951864110d17bdc13152c75f27d" }, "downloads": -1, "filename": "bdbag-1.1.2.tar.gz", "has_sig": false, "md5_digest": "3dbc17606184370f778111ccc7d6746f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28067, "upload_time": "2018-01-08T21:31:19", "url": "https://files.pythonhosted.org/packages/2d/33/54471c80c99d9cffb42b4c859d17ae6197068ba2eb3dbe79aafd3bd0c194/bdbag-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "adc1eb7bf66607d6910fc796e830a5ef", "sha256": "ef37a8052d924d2913958131c13fd68c559cd0a129887e738e090cdf02990dfd" }, "downloads": -1, "filename": "bdbag-1.1.3.tar.gz", "has_sig": false, "md5_digest": "adc1eb7bf66607d6910fc796e830a5ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28091, "upload_time": "2018-01-26T19:34:41", "url": "https://files.pythonhosted.org/packages/a2/e7/f87e99d6dbc04f12e61cb9fa27be0dce98ccf5eabd8ea42d7cb00b13a39c/bdbag-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "0bcc7f73205f203aa1e7894b85d87767", "sha256": "e00d1870446a68a7e135314fa3f6a8997af6aeab580bf1d10d7808a7f9280e49" }, "downloads": -1, "filename": "bdbag-1.1.4.tar.gz", "has_sig": false, "md5_digest": "0bcc7f73205f203aa1e7894b85d87767", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28244, "upload_time": "2018-02-04T17:46:23", "url": "https://files.pythonhosted.org/packages/2f/46/123d822e9afb333659c99ec1169c3a8f33e2bb0fdf643cad038895f328d6/bdbag-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "a2d77951cbffa7c5fe4ec4b4a7ac0a2b", "sha256": "b2dcb953276ab9f054969b0f5b1891815ee470760be9ef84735fa71826d26f32" }, "downloads": -1, "filename": "bdbag-1.1.5.tar.gz", "has_sig": false, "md5_digest": "a2d77951cbffa7c5fe4ec4b4a7ac0a2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30813, "upload_time": "2018-02-27T22:58:39", "url": "https://files.pythonhosted.org/packages/42/e1/5ea670fc77b163724bc42f1e3bca9fc97dad491bdf6d1015867bc5cc81d5/bdbag-1.1.5.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "663c86f7de9e3a274a97eba954d534c6", "sha256": "50c51b6752f9169853b09cb40ecde935cf9e9301046a2fdce1ad8c1b531c7c4b" }, "downloads": -1, "filename": "bdbag-1.2.0.tar.gz", "has_sig": false, "md5_digest": "663c86f7de9e3a274a97eba954d534c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31424, "upload_time": "2018-02-27T22:58:40", "url": "https://files.pythonhosted.org/packages/c6/d6/b1348ebb9e23b1cec04823f9342c41bee64ba31eb41721cd4e31a4548aa7/bdbag-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "7d9fdcbc3a41d17e5f6665f98fa2fbd0", "sha256": "00844630641f9bfc1af3920c93e849263c371823cbf6477fb967eef2235814dc" }, "downloads": -1, "filename": "bdbag-1.2.1.tar.gz", "has_sig": false, "md5_digest": "7d9fdcbc3a41d17e5f6665f98fa2fbd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33005, "upload_time": "2018-03-16T18:08:58", "url": "https://files.pythonhosted.org/packages/fa/19/3d839da47837fd1bf5d677bf32ec49ca08ab3046a4bd85e737859a8bcac5/bdbag-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "a8a5b3ce45e51fa6fbbf75c12ff013b6", "sha256": "cfc47ffa63e0a84db88fe47284da2a55f05a1d88baaef29f2b59f4f5d5bac551" }, "downloads": -1, "filename": "bdbag-1.2.2.tar.gz", "has_sig": false, "md5_digest": "a8a5b3ce45e51fa6fbbf75c12ff013b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33006, "upload_time": "2018-03-19T22:01:06", "url": "https://files.pythonhosted.org/packages/bf/05/ffee348063484ae2f00af4973a44dd8bd30938a2ade91a6b226cff45682b/bdbag-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "e883f85572ee8a71d2a04a77b90246d3", "sha256": "77aa7542ab08ba6ac625bec075b4d85d69689a6cbd1ebbf91efa0c00510a5505" }, "downloads": -1, "filename": "bdbag-1.2.3.tar.gz", "has_sig": false, "md5_digest": "e883f85572ee8a71d2a04a77b90246d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32862, "upload_time": "2018-03-20T22:18:00", "url": "https://files.pythonhosted.org/packages/b6/1a/438547d93a7916970711e98c34c976fca280c3c618e4f90d374f765c807b/bdbag-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "e170bb6df90525e25326f125c82bed45", "sha256": "0b25dd91eb00b09f368156fc6edd53c8cc0ac728ce86b5a105a67b8f8b1dccd3" }, "downloads": -1, "filename": "bdbag-1.2.4.tar.gz", "has_sig": false, "md5_digest": "e170bb6df90525e25326f125c82bed45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33757, "upload_time": "2018-03-26T23:49:41", "url": "https://files.pythonhosted.org/packages/e8/33/cbeef2cf2124fd73a77ef636804f9b83ce42cf9a4efb62cbe6b06df09e5a/bdbag-1.2.4.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "52958d1e7246ad0b93a151657aeedb14", "sha256": "b9fcbe13934ee742715571a0e186c538a813ae2fc72876eeccda8c55a6b82180" }, "downloads": -1, "filename": "bdbag-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52958d1e7246ad0b93a151657aeedb14", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 49527, "upload_time": "2018-05-25T01:34:51", "url": "https://files.pythonhosted.org/packages/50/d2/71398f39caac2519beda49a80c143595ab5cbab25b3a08847045b1c788dd/bdbag-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e71da7f75f5b828b50a46f8ec4bbcf6", "sha256": "981ca84523b8476e3236fe77b3df2382ba78e771f14ce5d21ae5584c7551c76e" }, "downloads": -1, "filename": "bdbag-1.3.0.tar.gz", "has_sig": false, "md5_digest": "5e71da7f75f5b828b50a46f8ec4bbcf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36717, "upload_time": "2018-05-25T01:34:52", "url": "https://files.pythonhosted.org/packages/86/39/e0214dfad4b5882cc8bacb2c10b441a15f68301430074087127da0448cb3/bdbag-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "d75e3907911211863e6e81463203ac23", "sha256": "80ea29ca13a3e9a9279745994eecf2617330e954b8005d149f5cc98dfc3abcbc" }, "downloads": -1, "filename": "bdbag-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d75e3907911211863e6e81463203ac23", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63979, "upload_time": "2018-06-12T23:05:09", "url": "https://files.pythonhosted.org/packages/77/e9/0490396cbdfa95aefef6f99756b013958828c9bacfd88b25ae2a8355bdc1/bdbag-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbb6661eac42435d38a2b75d8e0df7cb", "sha256": "b3c41a2c3bce6f482572f1d66af6749e78256337acc39bc4dfc080d0fe910f33" }, "downloads": -1, "filename": "bdbag-1.4.0.tar.gz", "has_sig": false, "md5_digest": "bbb6661eac42435d38a2b75d8e0df7cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50927, "upload_time": "2018-06-12T23:05:10", "url": "https://files.pythonhosted.org/packages/6e/74/7d9b97d8001bfdbbdec41ebf8870dcc608a5ea91f65d5b76b44e3c97599c/bdbag-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "394aff3ca8138fbebfcf2152c02e39c2", "sha256": "c85e87ef1f2619538354086fcf8a3bcaa909a0eb530fcc76ffe985bf709c8b7c" }, "downloads": -1, "filename": "bdbag-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "394aff3ca8138fbebfcf2152c02e39c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63977, "upload_time": "2018-06-12T23:41:13", "url": "https://files.pythonhosted.org/packages/53/c1/c28ec526b699813287f94cd4b9971918881505ecb1e7760a3a0fa8d9bf9c/bdbag-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac6cfc565651fc069ecfba61316caa72", "sha256": "87968510233e733f3d0f086b8327bdf2c9e59e9617446a6e4c50956204254366" }, "downloads": -1, "filename": "bdbag-1.4.1.tar.gz", "has_sig": false, "md5_digest": "ac6cfc565651fc069ecfba61316caa72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50931, "upload_time": "2018-06-12T23:41:14", "url": "https://files.pythonhosted.org/packages/5b/fa/58186d822ab117f1f98e81603028265b80aec588951075a086b7e4de915f/bdbag-1.4.1.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "0049eff96dbf3d05e5cc77b89f19172d", "sha256": "19ea0b5c0c2fd9515441e00084adfa80101a58d4080785ec44033ff459223f73" }, "downloads": -1, "filename": "bdbag-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0049eff96dbf3d05e5cc77b89f19172d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 87889, "upload_time": "2018-10-18T23:10:42", "url": "https://files.pythonhosted.org/packages/8a/a5/c8d73ad956667c4f939d7c722d7b46df9506341b5c2c163707e38f7acf1b/bdbag-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91a0550c58b60db06aa1401963a3fc9b", "sha256": "08c9b527cefe0363a3e5a42cfbd1121c47c2ee132e93dcd6da9c764178eb3c3d" }, "downloads": -1, "filename": "bdbag-1.5.0.tar.gz", "has_sig": false, "md5_digest": "91a0550c58b60db06aa1401963a3fc9b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 63857, "upload_time": "2018-10-18T23:10:44", "url": "https://files.pythonhosted.org/packages/c3/63/6aec1e96b43e7bf5f83bc0da5f9ae6052a5fbe8206d8b3bdad9c2c60a91d/bdbag-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "75b0225cbdf8375c2f52fb2b49eb15cf", "sha256": "7c5068187a5735cdad2db808bf855aeecb7b58f0b20d848969dcc9522ff4c265" }, "downloads": -1, "filename": "bdbag-1.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "75b0225cbdf8375c2f52fb2b49eb15cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 87903, "upload_time": "2018-11-08T03:21:46", "url": "https://files.pythonhosted.org/packages/90/05/572d72f8b83c0deca20916dc38b19b687f1a856ebba74d21cd1c502d0c66/bdbag-1.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c38b86813156270cf6e4bc177c60fe3e", "sha256": "7a7e80383e6138040d406191b5b9ba61ea9fae91805afa681db1df5d528db379" }, "downloads": -1, "filename": "bdbag-1.5.1.tar.gz", "has_sig": false, "md5_digest": "c38b86813156270cf6e4bc177c60fe3e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 63865, "upload_time": "2018-11-08T03:21:47", "url": "https://files.pythonhosted.org/packages/8f/5c/32190e6449e1532796288da3ee3186463a1f3370b8892f5c02d7f18d1202/bdbag-1.5.1.tar.gz" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "353c71740c8783eb01b0ffa261f57505", "sha256": "6275fdeba12175db4caf9fa1e17a8c233b4c4fdac5b229313eeac717dbeb1753" }, "downloads": -1, "filename": "bdbag-1.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "353c71740c8783eb01b0ffa261f57505", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 65644, "upload_time": "2019-02-11T23:37:34", "url": "https://files.pythonhosted.org/packages/9a/22/2dd9be8930a02a6db8fc607d75683f42f13dd215a8a63585cb1312e71a2b/bdbag-1.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd30c7a070dae000940c55a1d661222e", "sha256": "61aad9d9ed6e7e69f4a0fa73be96073a66868561cacec7a09b2a135c59981791" }, "downloads": -1, "filename": "bdbag-1.5.3.tar.gz", "has_sig": false, "md5_digest": "bd30c7a070dae000940c55a1d661222e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 1277731, "upload_time": "2019-02-11T23:37:36", "url": "https://files.pythonhosted.org/packages/50/d4/5d90ad2b3f5beb8bd071ee1e3478be7f49eada526463c9659dc8aa09af9c/bdbag-1.5.3.tar.gz" } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "c25abaf84efa6f8599704a8518e96b45", "sha256": "ba7c70206337880cf736682d9abb95d044f812d6125478617951f1ee2d37b0b5" }, "downloads": -1, "filename": "bdbag-1.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c25abaf84efa6f8599704a8518e96b45", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 65584, "upload_time": "2019-03-12T21:55:14", "url": "https://files.pythonhosted.org/packages/e5/1b/49954a504debc80ac07a4c364a048977f0a852f8c988007dbf3aed4611e8/bdbag-1.5.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0d07a156eeab706530a5ec4bc640f32", "sha256": "aa01cdd3ef206399545668ccadd947159612158bfa04a616cde880b57b098e30" }, "downloads": -1, "filename": "bdbag-1.5.4.tar.gz", "has_sig": false, "md5_digest": "c0d07a156eeab706530a5ec4bc640f32", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 1277566, "upload_time": "2019-03-12T21:55:16", "url": "https://files.pythonhosted.org/packages/6d/3c/a48cecc477a8ef6fe6cb38efb5847fb3078a714db57c4b6376c3f47b38ef/bdbag-1.5.4.tar.gz" } ], "1.5.5": [ { "comment_text": "", "digests": { "md5": "6f2c13719e24931502c5e5103525b9c8", "sha256": "3f4e880f1c2ea2a12abaf7fbcb2d8be6b0ebec2e440f98534af73f701b3c64b6" }, "downloads": -1, "filename": "bdbag-1.5.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6f2c13719e24931502c5e5103525b9c8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 65664, "upload_time": "2019-08-13T00:13:41", "url": "https://files.pythonhosted.org/packages/60/29/fcb2668b88d0de08e25f41a389ceb838574bf35215f55226fca60b6819bb/bdbag-1.5.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87eb625460a643ba04b234a9d7a45542", "sha256": "589e5d2b6000e717a62b700f9ee2d237d5d89f427e473fe196ffa2b63f731a5a" }, "downloads": -1, "filename": "bdbag-1.5.5.tar.gz", "has_sig": false, "md5_digest": "87eb625460a643ba04b234a9d7a45542", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4", "size": 1278110, "upload_time": "2019-08-13T00:13:43", "url": "https://files.pythonhosted.org/packages/c2/36/2ba87085a7ff3587b1ee3453f6b8c10ac2b3908c83c1efe54cbd55630418/bdbag-1.5.5.tar.gz" } ], "1.5.6": [ { "comment_text": "", "digests": { "md5": "202499483c19fb3dd6f13abff11504b9", "sha256": "aaab889f97acc75c46cd9329e1eb524faac613cc3861eee1b74b6fb12a291c3d" }, "downloads": -1, "filename": "bdbag-1.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "202499483c19fb3dd6f13abff11504b9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 66296, "upload_time": "2019-10-09T21:18:14", "url": "https://files.pythonhosted.org/packages/82/70/17792d7bc71bb2d1378ef06f06a06d7332beae5301272fcc3ec1b1bbb3da/bdbag-1.5.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66a6878203aebc055cef6683322d2f73", "sha256": "ae057fec9640442ad039fe50b60afa1d71c0109f9163d182f4f4b27774bbc8b3" }, "downloads": -1, "filename": "bdbag-1.5.6.tar.gz", "has_sig": false, "md5_digest": "66a6878203aebc055cef6683322d2f73", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 1279904, "upload_time": "2019-10-09T21:18:17", "url": "https://files.pythonhosted.org/packages/fc/b0/0671bb0494a86c17a86035912b1062827173da5ed60aba792c7ee9a4d71a/bdbag-1.5.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "202499483c19fb3dd6f13abff11504b9", "sha256": "aaab889f97acc75c46cd9329e1eb524faac613cc3861eee1b74b6fb12a291c3d" }, "downloads": -1, "filename": "bdbag-1.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "202499483c19fb3dd6f13abff11504b9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 66296, "upload_time": "2019-10-09T21:18:14", "url": "https://files.pythonhosted.org/packages/82/70/17792d7bc71bb2d1378ef06f06a06d7332beae5301272fcc3ec1b1bbb3da/bdbag-1.5.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66a6878203aebc055cef6683322d2f73", "sha256": "ae057fec9640442ad039fe50b60afa1d71c0109f9163d182f4f4b27774bbc8b3" }, "downloads": -1, "filename": "bdbag-1.5.6.tar.gz", "has_sig": false, "md5_digest": "66a6878203aebc055cef6683322d2f73", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 1279904, "upload_time": "2019-10-09T21:18:17", "url": "https://files.pythonhosted.org/packages/fc/b0/0671bb0494a86c17a86035912b1062827173da5ed60aba792c7ee9a4d71a/bdbag-1.5.6.tar.gz" } ] }