Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sarus / setup.cfg
Size: Mime:
[metadata]
name = sarus
description = Python client for the Sarus Gateway
long_description = file: README.rst
license = Apache License 2.0
author = Sarus Technologies
author_email = contact@sarus.tech
provides = sarus
url = https://sarus.tech
download_url = 
keywords = differential privacy, AI, Data privacy
classifiers = 
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3.7
	Programming Language :: Python :: 3.8
	Development Status :: 3 - Alpha
	Intended Audience :: Developers
	Topic :: Scientific/Engineering :: Artificial Intelligence
	License :: OSI Approved :: Apache Software License

[options]
zip_safe = False
python_requires = >=3.7, <3.10
packages = find:
include_package_data = True
install_requires = 
	sarus_data_spec_public==1.3.17.dev19
	matplotlib>=3.1
	cloudpickle>=1.2, <2.1
	nest-asyncio~=1.5.5
	pyyaml
	pandas
	protobuf>=3.9, <4.0

[options.extras_require]
sklearn = 
	scikit-learn==1.1.1
	scipy==1.9.0
imblearn = 
	imbalanced-learn
tensorflow = 
	tensorflow
pandas_profiling = 
	pandas-profiling
plotly = 
	plotly
xgboost = 
	xgboost
skopt = 
	skopt
tests = 
	pytest~=6.0.0
	pytest-mock~=3.2.0
	pytest-cov >= 2.8.1, <3
	responses

[options.package_data]
* = py.typed

[options.packages.find]
exclude = tests

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0