Metadata-Version: 2.1
Name: fed-requests
Version: 0.0.5
Summary: A python package for managing requests to the FEDBIONET API
Home-page: https://gitlab.inria.fr/fedbionet/fedbiotools
Author: Santiago Silva
Author-email: santiago-smith.silva-rincon@inria.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2020.4.5.1)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: future (==0.18.2)
Requires-Dist: h11 (==0.9.0)
Requires-Dist: h2 (==3.2.0)
Requires-Dist: hpack (==3.0.0)
Requires-Dist: hstspreload (==2020.5.19)
Requires-Dist: httpx (==0.12.1)
Requires-Dist: hyperframe (==5.2.0)
Requires-Dist: idna (==2.9)
Requires-Dist: numpy (==1.18.4)
Requires-Dist: psutil (==5.7.0)
Requires-Dist: python-dotenv (==0.13.0)
Requires-Dist: requests (==2.23.0)
Requires-Dist: rfc3986 (==1.4.0)
Requires-Dist: sniffio (==1.1.0)
Requires-Dist: torch (==1.5.0)
Requires-Dist: urllib3 (==1.25.9)

# Fedbionet Requests API

A requests-like library specialiced for the FDBIONET API. It is used in both client and federators.

