Metadata-Version: 2.1
Name: b3get
Version: 0.4.0
Summary: library to download image sets from Broad Bioimage Benchmark Collection images
Home-page: https://github.com/psteinb/b3get
Author: Peter Steinbach
Author-email: steinbach@scionics.de
License: BSD 3-Clause License
Project-URL: Documentation, https://b3get.readthedocs.io/
Project-URL: Changelog, https://b3get.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/psteinb/b3get/issues
Keywords: machine learning,data,download,life science,training,validation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: requests (>=2.20.0)
Requires-Dist: beautifulsoup4 (>=4.7.1)
Requires-Dist: tifffile (>=2019.3.8)
Requires-Dist: numpy (>=1.11.3)
Requires-Dist: six (>=1.11.0)
Requires-Dist: tqdm (>=4.31.1)

========
Overview
========



library to download image sets from Broad Bioimage Benchmark Collection images

* Free software: BSD 3-Clause License

Installation
============

::

    pip install b3get

Documentation
=============


https://b3get.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2019-02-15)
------------------

* First release on PyPI.


