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_statistics / setup.cfg
Size: Mime:
[metadata]
name = sarus_statistics
description = package for differentially private statistical methods
long_description = file: README.md
license = PRIVATE
author = Sarus
author_email = 
provides = sarus_statistics
url = 
download_url = 
classifiers = 
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3.7
	Programming Language :: Python :: 3.8

[options]
zip_safe = False
python_requires = >=3.8
packages = find:
include_package_data = True
install_requires = 
	numpy>=1.19
	pandas>=1.2
	scipy>=1.5
	sqlalchemy~=2.0
	scikit-learn
	opendp~=0.6.2
	diffprivlib
	statsmodels

[options.extras_require]
tests = 
	pytest~=6.0.0
	pytest-mock~=3.2.0
text = 
	transformers~=4.9.0

[options.package_data]
* = py.typed

[options.packages.find]
exclude = tests

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0