Metadata-Version: 2.1
Name: synthesized3
Version: 3.0b15
Summary: Synthesized SDK.
Author-email: "Synthesized Ltd." <sdk-team@synthesized.io>
License: Copyright 2018 Synthesized LTD
        
        Licence
        
        Definitions. As used in this Licence:
        
        Collaborator means a person who get access to the private repository of Synthesized LTD
        
        “Confidential Information” means all trade secrets, proprietary information, know-how, and confidential information of Synthesized  LTD including but not limited to: (i) any and all technical, business or financial information or property, owned by or licensed to Synthesized  LTD, or otherwise relating to Synthesized  LTD and/or any of its subsidiaries, affiliates and related entities which is heretofore or hereinafter disclosed to Supplier, including but not limited to information regarding Synthesized  LTD’s goods or services, processes, personnel, finances, business plans, studies, analyses, projections, research, market data, operations, apparatus, computer software, know-how, trade secrets, inventions, equipment, tools, molds, dies, fixtures, parts, prototypes, samples, drawings, test results, material and manufacturing specifications, suppliers, customers, employees, processes, licensing and any other ideas or information relating to Synthesized  LTD’s business or Synthesized  LTD Products, the Supplies or any business or activity in which Synthesized  LTD is engaged, regardless of the form of disclosure, whether or not disclosed in a writing marked “Confidential” or in some similar manner or identified as confidential; (ii) improvements derived by Supplier from the information identified in Subsection l(A)(i) or from access to Synthesized  LTD’s facilities; and (iii) any and all software, reports, memoranda, documents, developments, or other results produced by Supplier in the performance of providing Supplies that are directly related to Synthesized  LTD’s business and not primarily to general technology used by Supplier in the conduct of its core business.
        
        
        “Invention” means any work of authorship, invention, know-how, device, design, algorithm, method, process, improvement, concept, idea, expression, discovery or invention, whether or not copyrightable or patentable and whether or not reduced to practice.
        
        "Intellectual Properties" means patents, utility models, trademarks, service marks, trade names, service names and copyrights and applications therefor and registrations thereof, and computer programs, software, firmware and documentation, designs, inventions, research records, drawings, technical knowledge and information, rights to products under research and development and trade secrets.
        
        B. Inventions and Patents.
        
        Collaborator agrees that all the Inventions are, upon creation, Inventions of the Synthesized  LTD, shall be the sole and exclusive property of the Synthesized  LTD and its assignees, and the Synthesized  LTD and its assignees shall be the sole and exclusive owner of all title, rights and interest in and to any patents, copyrights, trade secrets and all other rights of any kind or nature, including moral rights, in connection with such Inventions. 
        
        C. Confidential Information.
        
        During the term of this Licence and at all times thereafter, the Collaborator shall maintain the confidentiality of the Confidential Information and will exercise the same standard of care with respect to the storage of such information.
        
        The Collaborator agrees that he will not, during the term of this Licence or at any time thereafter, directly or indirectly:  (i) transfer or disclose any Confidential Information to any third party; (ii) use, access, copy, or manipulate any Confidential Information for any purpose other than solely as necessary to perform the work.
        
Project-URL: homepage, https://synthesized.io
Project-URL: repository, https://github.com/synthesized-io/sdk
Keywords: synthetic,generative,data
Platform: MacOS
Platform: Linux
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Healthcare Industry
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: prompt-toolkit (>=3.0.0)
Requires-Dist: pyarrow
Requires-Dist: pyspark (>=3.4)
Requires-Dist: pydantic (<2)
Requires-Dist: rsa (>=4.7)
Requires-Dist: scipy
Requires-Dist: tensorflow-probability (>=0.20)
Requires-Dist: pyyaml
Requires-Dist: tensorflow-cpu (>=2.13.0) ; platform_machine != "arm64" or platform_system != "Darwin"
Requires-Dist: tensorflow-macos (>=2.13.0) ; platform_machine == "arm64" and platform_system == "Darwin"
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: cython (>=3.0.2) ; extra == 'dev'
Requires-Dist: jupyterlab ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pylint-pydantic ; extra == 'dev'
Provides-Extra: evaluation
Requires-Dist: cython (>=3.0.2) ; extra == 'evaluation'
Requires-Dist: fire (==0.5.0) ; extra == 'evaluation'
Requires-Dist: insight[db] (==0.9rc6) ; extra == 'evaluation'
Requires-Dist: psutil (>=5.8.0) ; extra == 'evaluation'
Requires-Dist: pydantic (==1.10.12) ; extra == 'evaluation'
Requires-Dist: pyyaml (==6.0.1) ; extra == 'evaluation'
Requires-Dist: synthesized-datasets (==1.0) ; extra == 'evaluation'
Provides-Extra: test
Requires-Dist: cython (>=3.0.2) ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-timeout ; extra == 'test'
Requires-Dist: scikit-learn ; extra == 'test'
Requires-Dist: synthesized-datasets ; extra == 'test'

<img width="450" alt="Synthesized" src="https://user-images.githubusercontent.com/13236749/127093790-daab8320-7d13-4073-962a-0723bf389d5c.png">

[![Documentation](https://shields.io/badge/docs-latest-lightblue)](https://docs.synthesized.io/sdk/latest/)

-----

#  Synthesized's Scientific Data Kit (SDK)

The SDK generates high quality, privacy-preserving datasets for machine learning and data science use cases.
It's available on PyPi for a free 30-day trial.

## Usage

## Installation
 
## Dependencies

Below are the minimum dependencies required to run the SDK.

|Package                               | Version |
| ------------------------------------ | ------- |
|[numpy](https://www.numpy.org)|`???` |
|[pandas](https://pandas.pydata.org)|`???` |
|[scipy](https://www.scipy.org)|`???` |
|[synthesized_insight](https://synthesized.io)|`???` |
|[tensorflow_privacy](https://github.com/tensorflow/privacy)|`???` |
|[tensorflow](https://www.tensorflow.org/)|`???` |

The library can use a GPU but it is not required.
