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    
Size: Mime:
[metadata]
name = sarus_differential_privacy
description = A library to register privacy and do accounting for Sarus
long_description = file: README.md
license = PRIVATE
author = Sarus
author_email = 
provides = sarus_differential_privacy
url = 
download_url = 
classifiers = 
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3.8
	Programming Language :: Python :: 3.9

[options]
zip_safe = False
python_requires = >=3.8
packages = find:
include_package_data = True
install_requires = 
	numpy >= 1.19.0
	scipy >= 1.5.0
	sqlalchemy ~= 2.0
	protobuf >= 3.20.3
	absl-py >= 0.13

[options.extras_require]
tests = 
	pytest >= 6.2
	pytest-mock >= 3.6
	pytest-cov >= 2.12
	tensorflow == 2.6.0

[options.package_data]
* = py.typed

[options.packages.find]
exclude = tests

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0