[metadata]
name = PyBIS
version = 1.35.4rc2
author = ID SIS • ETH Zürich
author_email = openbis-support@id.ethz.ch
license = Apache Software License Version 2.0
description = openBIS connection and interaction, optimized for using with Jupyter
url = https://sissource.ethz.ch/sispub/openbis/tree/master/pybis
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: Apache Software License
    Operating System :: OS Independent

[options]
packages = find:
install_requires =
    pytest
    requests
    urllib3
    pandas
    texttable
    tabulate
    python-dateutil
python_requires = >=3.6