Repository URL to install this package:
|
Version:
4.0.1 ▾
|
sarus_statistics
/
setup.cfg
|
|---|
[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