Metadata-Version: 2.1
Name: sfkit
Version: 0.0.231
Summary: Some CLI Tools For The Secure Multi-party Genomic Analysis Website
Project-URL: Website, https://sfkit.org/
Project-URL: Github, https://github.com/hcholab/sfkit
Author-email: Simon Mendelsohn <smendels@broadinstitute.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9.2
Requires-Dist: bs4
Requires-Dist: checksumdir
Requires-Dist: google-auth
Requires-Dist: google-cloud-storage
Requires-Dist: ipaddr
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pynacl
Requires-Dist: qmplot
Requires-Dist: requests[socks]
Requires-Dist: scipy
Requires-Dist: setuptools
Requires-Dist: tomlkit
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx-argparse; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-inline-tabs; extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Description-Content-Type: text/markdown

## sfkit CLI

This is a collection of command-line interface tools to facilitate privacy perserving and secure genomics analyses with multiple parties. 

The full documentation, including installation instructions and tutorials can be found at [sfkit.readthedocs.io](https://sfkit.readthedocs.io/en/latest/).

The companion website is [sfkit.org](https://sfkit.org/), with a github repo at [github.com/hcholab/sfkit-website](https://github.com/hcholab/sfkit-website).

For questions or concerns, you can contact us at [support@sfkit.org](mailto:support@sfkit.org).
