synthesized


Namesynthesized JSON
Version 2.11 PyPI version JSON
download
home_page
SummarySynthesized SDK
upload_time2024-02-21 15:39:20
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright 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.
keywords synthetic generative data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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/)
[![PyPI](https://img.shields.io/pypi/v/synthesized?color=%23DA5&label=latest&logo=semver)](https://pypi.org/project/synthesized/) 
[![codecov](https://codecov.io/gh/synthesized-io/synthesized-sdk/branch/master/graph/badge.svg?token=YYOVQHUWFF)](https://codecov.io/gh/synthesized-io/synthesized-sdk)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=synthesized-io_synthesized-sdk&metric=alert_status&token=8f6373021560fd51af99c27919a0aca8753fd595)](https://sonarcloud.io/summary/new_code?id=synthesized-io_synthesized-sdk)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=synthesized-io_synthesized-sdk&metric=sqale_index&token=8f6373021560fd51af99c27919a0aca8753fd595)](https://sonarcloud.io/summary/new_code?id=synthesized-io_synthesized-sdk)
[![Supported Python Versions](https://shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11-blue)]()
[![Supported OS](https://shields.io/badge/platform-linux%20|%20macos%20(x64/arm)%20|%20windows-%2387B)]()

-----

![synthesize](https://user-images.githubusercontent.com/13236749/138488145-ae8ac235-1222-403c-8bee-eae84c682154.gif)


#  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

A licence key is required to use the full version of the package.
If you don't have one, a free 30-day trial licence key will be provided during the installation.
See the [comparison table](https://docs.synthesized.io/sdk/latest/user_guide/install#comparison) in the
[documentation](https://docs.synthesized.io/home/) for details about the features included in the trial.

Please [contact us](https://www.synthesized.io/contact-us) for more information about obtaining a full licence key.

## Installation

It is assumed that you have Python 3.8+ already installed on a Windows, Linux, or MacOS machine.

Before starting, ensure that `pip` and `wheel` are installed and up to date.

```shell
pip install -U pip wheel
```

Synthesized can then be installed directly with `pip`.

```shell
pip install synthesized
```


## Setting the licence key

Once you have installed the package, you'll need a licence key to run the
software. The quickest way to check if the SDK is working is by running the
command:

```shell
synth-validate
```

The first time this is run you will be asked if you have a licence key. If you
do not have one simply select "no" and the prompts will guide you in acquiring
one by entering your email address.

[![asciicast](https://asciinema.org/a/ZynbNNeSiiHRg9qHDBmGxsgBW.svg)](https://asciinema.org/a/ZynbNNeSiiHRg9qHDBmGxsgBW)

Once you have set your licence key, the SDK will briefly verify the
installation was successful.

With the SDK installed you are now able to get synthesizing! Check out our
[quick start](https://docs.synthesized.io/sdk/latest/user_guide/tutorials/quickstart) or
[user guides](https://docs.synthesized.io/sdk/latest/user_guide/) for
ways that the SDK can be put to use.


## Dependencies

Below are the minimum dependencies required to run the SDK.

|Package                               | Version |
| ------------------------------------ | ------- |
|[faker](https://github.com/joke2k/faker)| `>=8.0` |
|[matplotlib](https://matplotlib.org)|`>=3.4` |
|[numpy](https://www.numpy.org)|`>=1.19.2` |
|[pandas](https://pandas.pydata.org)|`<2.0, >=1.3` |
|[prompt-toolkit](https://pypi.org/project/prompt-toolkit/)|`>=3.0` |
|[PyYAML](https://pyyaml.org/)|`>=5.2` |
|[rsa](https://stuvel.eu/rsa)|`>=4.7` |
|[rstr](https://github.com/leapfrogonline/rstr)|`>=2.2` |
|[scikit_learn](http://scikit-learn.org)|`>=0.23` |
|[scipy](https://www.scipy.org)|`>=1.5` |
|[seaborn](https://seaborn.pydata.org)|`>=0.11` |
|[synthesized_insight](https://synthesized.io)|`>=0.5` |
|[tensorflow](https://www.tensorflow.org/)|`>=2.6` |
|[yamale](https://pypi.org/project/yamale/)|`>=4.0.4` |

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "synthesized",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "synthetic,generative,data",
    "author": "",
    "author_email": "\"Synthesized Ltd.\" <sdk-team@synthesized.io>",
    "download_url": "",
    "platform": "MacOS",
    "description": "<img width=\"450\" alt=\"Synthesized\" src=\"https://user-images.githubusercontent.com/13236749/127093790-daab8320-7d13-4073-962a-0723bf389d5c.png\">\n\n[![Documentation](https://shields.io/badge/docs-latest-lightblue)](https://docs.synthesized.io/sdk/latest/)\n[![PyPI](https://img.shields.io/pypi/v/synthesized?color=%23DA5&label=latest&logo=semver)](https://pypi.org/project/synthesized/) \n[![codecov](https://codecov.io/gh/synthesized-io/synthesized-sdk/branch/master/graph/badge.svg?token=YYOVQHUWFF)](https://codecov.io/gh/synthesized-io/synthesized-sdk)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=synthesized-io_synthesized-sdk&metric=alert_status&token=8f6373021560fd51af99c27919a0aca8753fd595)](https://sonarcloud.io/summary/new_code?id=synthesized-io_synthesized-sdk)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=synthesized-io_synthesized-sdk&metric=sqale_index&token=8f6373021560fd51af99c27919a0aca8753fd595)](https://sonarcloud.io/summary/new_code?id=synthesized-io_synthesized-sdk)\n[![Supported Python Versions](https://shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11-blue)]()\n[![Supported OS](https://shields.io/badge/platform-linux%20|%20macos%20(x64/arm)%20|%20windows-%2387B)]()\n\n-----\n\n![synthesize](https://user-images.githubusercontent.com/13236749/138488145-ae8ac235-1222-403c-8bee-eae84c682154.gif)\n\n\n#  Synthesized's Scientific Data Kit (SDK)\n\nThe SDK generates high quality, privacy-preserving datasets for machine learning and data science use cases.\nIt's available on PyPi for a free 30-day trial.\n\n## Usage\n\nA licence key is required to use the full version of the package.\nIf you don't have one, a free 30-day trial licence key will be provided during the installation.\nSee the [comparison table](https://docs.synthesized.io/sdk/latest/user_guide/install#comparison) in the\n[documentation](https://docs.synthesized.io/home/) for details about the features included in the trial.\n\nPlease [contact us](https://www.synthesized.io/contact-us) for more information about obtaining a full licence key.\n\n## Installation\n\nIt is assumed that you have Python 3.8+ already installed on a Windows, Linux, or MacOS machine.\n\nBefore starting, ensure that `pip` and `wheel` are installed and up to date.\n\n```shell\npip install -U pip wheel\n```\n\nSynthesized can then be installed directly with `pip`.\n\n```shell\npip install synthesized\n```\n\n\n## Setting the licence key\n\nOnce you have installed the package, you'll need a licence key to run the\nsoftware. The quickest way to check if the SDK is working is by running the\ncommand:\n\n```shell\nsynth-validate\n```\n\nThe first time this is run you will be asked if you have a licence key. If you\ndo not have one simply select \"no\" and the prompts will guide you in acquiring\none by entering your email address.\n\n[![asciicast](https://asciinema.org/a/ZynbNNeSiiHRg9qHDBmGxsgBW.svg)](https://asciinema.org/a/ZynbNNeSiiHRg9qHDBmGxsgBW)\n\nOnce you have set your licence key, the SDK will briefly verify the\ninstallation was successful.\n\nWith the SDK installed you are now able to get synthesizing! Check out our\n[quick start](https://docs.synthesized.io/sdk/latest/user_guide/tutorials/quickstart) or\n[user guides](https://docs.synthesized.io/sdk/latest/user_guide/) for\nways that the SDK can be put to use.\n\n\n## Dependencies\n\nBelow are the minimum dependencies required to run the SDK.\n\n|Package                               | Version |\n| ------------------------------------ | ------- |\n|[faker](https://github.com/joke2k/faker)| `>=8.0` |\n|[matplotlib](https://matplotlib.org)|`>=3.4` |\n|[numpy](https://www.numpy.org)|`>=1.19.2` |\n|[pandas](https://pandas.pydata.org)|`<2.0, >=1.3` |\n|[prompt-toolkit](https://pypi.org/project/prompt-toolkit/)|`>=3.0` |\n|[PyYAML](https://pyyaml.org/)|`>=5.2` |\n|[rsa](https://stuvel.eu/rsa)|`>=4.7` |\n|[rstr](https://github.com/leapfrogonline/rstr)|`>=2.2` |\n|[scikit_learn](http://scikit-learn.org)|`>=0.23` |\n|[scipy](https://www.scipy.org)|`>=1.5` |\n|[seaborn](https://seaborn.pydata.org)|`>=0.11` |\n|[synthesized_insight](https://synthesized.io)|`>=0.5` |\n|[tensorflow](https://www.tensorflow.org/)|`>=2.6` |\n|[yamale](https://pypi.org/project/yamale/)|`>=4.0.4` |\n\nThe library can use a GPU but it is not required.\n",
    "bugtrack_url": null,
    "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  \u201cConfidential Information\u201d 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\u2019s 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\u2019s 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 \u201cConfidential\u201d 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\u2019s 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\u2019s business and not primarily to general technology used by Supplier in the conduct of its core business.   \u201cInvention\u201d 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. ",
    "summary": "Synthesized SDK",
    "version": "2.11",
    "project_urls": {
        "documentation": "https://docs.synthesized.io/",
        "homepage": "https://synthesized.io",
        "repository": "https://github.com/synthesized-io/synthesized-sdk"
    },
    "split_keywords": [
        "synthetic",
        "generative",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b4b43a98cc71f2cf2b0ffa470dbf8ec905b3b9037e051dc532989c143d47b79",
                "md5": "f82530af1d9e8db09e35e7a916773b09",
                "sha256": "32b6153ef9207c3dd8e35b9dc09f2ee1a02ed8552bf9c640a8a710ffb76f3568"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f82530af1d9e8db09e35e7a916773b09",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 7702924,
            "upload_time": "2024-02-21T15:39:20",
            "upload_time_iso_8601": "2024-02-21T15:39:20.334071Z",
            "url": "https://files.pythonhosted.org/packages/8b/4b/43a98cc71f2cf2b0ffa470dbf8ec905b3b9037e051dc532989c143d47b79/synthesized-2.11-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0867ddf70aa8c63b577621875dc512d8bf4038cef5aceeacf68284d765f6bf27",
                "md5": "c68176625ac46949afdd964de46d1321",
                "sha256": "443847ef1ef4fe0fc942403c1389c740d24f60dd98f572c8b19d56a2f1d53c3f"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c68176625ac46949afdd964de46d1321",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 7262355,
            "upload_time": "2024-02-21T15:39:23",
            "upload_time_iso_8601": "2024-02-21T15:39:23.327642Z",
            "url": "https://files.pythonhosted.org/packages/08/67/ddf70aa8c63b577621875dc512d8bf4038cef5aceeacf68284d765f6bf27/synthesized-2.11-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe1500d379347bc7797f215c788ded88f40fc0f15d74629699704f90105d83b1",
                "md5": "806772ab30a487270b3fa10b62fc5d83",
                "sha256": "4db46792a3a8c3efea39421b93a07a701bbc880bd3c060acc7d98cdd84f0006d"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "806772ab30a487270b3fa10b62fc5d83",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 40018372,
            "upload_time": "2024-02-21T15:39:25",
            "upload_time_iso_8601": "2024-02-21T15:39:25.583781Z",
            "url": "https://files.pythonhosted.org/packages/fe/15/00d379347bc7797f215c788ded88f40fc0f15d74629699704f90105d83b1/synthesized-2.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8479c7ba72d8a015903d0499ac8602b3a99b6833a62456b3d0e0a7d43a46b563",
                "md5": "e0e4c1a63da0c055115cbf5dff904ee7",
                "sha256": "87251493dc4d5490bd4e3a98d6a439367405ac61265a690349a90292e51a926d"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e0e4c1a63da0c055115cbf5dff904ee7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6702733,
            "upload_time": "2024-02-21T15:39:28",
            "upload_time_iso_8601": "2024-02-21T15:39:28.494911Z",
            "url": "https://files.pythonhosted.org/packages/84/79/c7ba72d8a015903d0499ac8602b3a99b6833a62456b3d0e0a7d43a46b563/synthesized-2.11-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d5e9cc36b029ebed8194abf6a900c28e4ddd549eb4ac551539bd0158a87e55e",
                "md5": "869f2a219dd8578fc93866388d056832",
                "sha256": "d1d91aeb2e75c8189e2b5e96de51d55c35a2237959ed71633bc3ea784c6bdf64"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "869f2a219dd8578fc93866388d056832",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 7812682,
            "upload_time": "2024-02-21T15:39:30",
            "upload_time_iso_8601": "2024-02-21T15:39:30.188791Z",
            "url": "https://files.pythonhosted.org/packages/6d/5e/9cc36b029ebed8194abf6a900c28e4ddd549eb4ac551539bd0158a87e55e/synthesized-2.11-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4c634faea8e0e6d16642586c9c378b0e46880461f372a1b806d3ce9892c7c8d",
                "md5": "a73d0677ccc2f708c45b20074d40914a",
                "sha256": "71659c05401b6d698207fa0d5ed23046d289ed73a2d20b72f93cc3c474b059c5"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a73d0677ccc2f708c45b20074d40914a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 7348005,
            "upload_time": "2024-02-21T15:39:31",
            "upload_time_iso_8601": "2024-02-21T15:39:31.969749Z",
            "url": "https://files.pythonhosted.org/packages/f4/c6/34faea8e0e6d16642586c9c378b0e46880461f372a1b806d3ce9892c7c8d/synthesized-2.11-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab895a01262d928419e9a92e5f4f32e8accf2b640076ed1bfd551ea15729c7ee",
                "md5": "a30db29842ebf756997ab3373544b086",
                "sha256": "c78b0c6bf982a51f09f23c48c6a1150a740a388be363aca422ba5069822bd3df"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a30db29842ebf756997ab3373544b086",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 45279619,
            "upload_time": "2024-02-21T15:39:34",
            "upload_time_iso_8601": "2024-02-21T15:39:34.238806Z",
            "url": "https://files.pythonhosted.org/packages/ab/89/5a01262d928419e9a92e5f4f32e8accf2b640076ed1bfd551ea15729c7ee/synthesized-2.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ffab4e48893b9fb5ed50e9f7a637c116b0056f03a5799ff8a1685d8326aa4d8",
                "md5": "17e63c8978b7aa936f3d61a68ba235aa",
                "sha256": "86b8b257c57693e6726e5d3e28e694902839e47913c27095a483856e69b2a3df"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "17e63c8978b7aa936f3d61a68ba235aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6777347,
            "upload_time": "2024-02-21T15:39:37",
            "upload_time_iso_8601": "2024-02-21T15:39:37.501754Z",
            "url": "https://files.pythonhosted.org/packages/7f/fa/b4e48893b9fb5ed50e9f7a637c116b0056f03a5799ff8a1685d8326aa4d8/synthesized-2.11-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "485f709c3fa5e95ce1ee394326f78c521df9e00f6a9ebbf82c17e05671e1767d",
                "md5": "8458a8c2e5133e1ec1789a381287a0fb",
                "sha256": "2d657a2d4638dd0239f7c3ceff371e25f4fe0c228b160e0cec4a5f3de1812403"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8458a8c2e5133e1ec1789a381287a0fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 7522541,
            "upload_time": "2024-02-21T15:39:39",
            "upload_time_iso_8601": "2024-02-21T15:39:39.836732Z",
            "url": "https://files.pythonhosted.org/packages/48/5f/709c3fa5e95ce1ee394326f78c521df9e00f6a9ebbf82c17e05671e1767d/synthesized-2.11-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29a46db5c29034f8c2eafc1b4ddf9dde53908cf4de4589d40ff8e80e763cc0fb",
                "md5": "59fb0c2e868ebe0a0d4d7489864039a4",
                "sha256": "1eb55562818762c1f308596e830482a64079e74161ec63c6486dfc41bb61400e"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "59fb0c2e868ebe0a0d4d7489864039a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 36521364,
            "upload_time": "2024-02-21T15:39:42",
            "upload_time_iso_8601": "2024-02-21T15:39:42.498053Z",
            "url": "https://files.pythonhosted.org/packages/29/a4/6db5c29034f8c2eafc1b4ddf9dde53908cf4de4589d40ff8e80e763cc0fb/synthesized-2.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "397cba919cbe2b4e52426e952f11793a197d8312d49a3abf451290eaf23d45eb",
                "md5": "0c072ddfd7287dee34ae3336d486a91d",
                "sha256": "c7258bd0c90ff9167f0a48903d506fb88079dba5d38da31df6d7f9f6f6d643d5"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0c072ddfd7287dee34ae3336d486a91d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6637235,
            "upload_time": "2024-02-21T15:39:45",
            "upload_time_iso_8601": "2024-02-21T15:39:45.342572Z",
            "url": "https://files.pythonhosted.org/packages/39/7c/ba919cbe2b4e52426e952f11793a197d8312d49a3abf451290eaf23d45eb/synthesized-2.11-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a079f83a0475c15c87dea849f279c1d9299629e5b33dd796f37c443c5dd70fd7",
                "md5": "6d625bc3973e0860b063e0d33fc6bc5c",
                "sha256": "200075ab7c11d2b7eddbdc000b29aaa160899906d2e94a77aa6bda3e6e63ee8c"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d625bc3973e0860b063e0d33fc6bc5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 7681178,
            "upload_time": "2024-02-21T15:39:47",
            "upload_time_iso_8601": "2024-02-21T15:39:47.640939Z",
            "url": "https://files.pythonhosted.org/packages/a0/79/f83a0475c15c87dea849f279c1d9299629e5b33dd796f37c443c5dd70fd7/synthesized-2.11-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a24c99e397d13995d74fa88abca5ecd3e56e3ab21c17e2d6d0fbe25f73006a",
                "md5": "12c629b0759681dc55e9d183cd827fca",
                "sha256": "d6bd6f5c188e76d37a59fe1e4d029abcb25f2b29d7ad3a26259993b8b5c97d32"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "12c629b0759681dc55e9d183cd827fca",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 7271006,
            "upload_time": "2024-02-21T15:39:49",
            "upload_time_iso_8601": "2024-02-21T15:39:49.383702Z",
            "url": "https://files.pythonhosted.org/packages/64/a2/4c99e397d13995d74fa88abca5ecd3e56e3ab21c17e2d6d0fbe25f73006a/synthesized-2.11-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aa28dafc77a12a0dbe261e0f95864f7a3dcc79f890cd9815673b97f1c170de3",
                "md5": "935266cd0235ef8f98211e856fcc67b8",
                "sha256": "359a2ccb9715438e7a14d8a63d04f1730b77261bf50f4f2456efff392cb0fa89"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "935266cd0235ef8f98211e856fcc67b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 40840634,
            "upload_time": "2024-02-21T15:39:51",
            "upload_time_iso_8601": "2024-02-21T15:39:51.829478Z",
            "url": "https://files.pythonhosted.org/packages/6a/a2/8dafc77a12a0dbe261e0f95864f7a3dcc79f890cd9815673b97f1c170de3/synthesized-2.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "829c1738a847af37b465f038ab3d692c707a771b6c5527151d1833aa51723e1b",
                "md5": "f3a4c0016df987c4fc124f552de5c90c",
                "sha256": "0a93b27107ebdc7eeea2740ba5231a0b52e82eadfe074732d61065d36cfb58b6"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f3a4c0016df987c4fc124f552de5c90c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6741369,
            "upload_time": "2024-02-21T15:39:55",
            "upload_time_iso_8601": "2024-02-21T15:39:55.856801Z",
            "url": "https://files.pythonhosted.org/packages/82/9c/1738a847af37b465f038ab3d692c707a771b6c5527151d1833aa51723e1b/synthesized-2.11-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06a81b47671e7dd43f92e417130e6548e2f46f2931eb90e38fb51c8dc4a37617",
                "md5": "1e6e8705c0a2feab8e7fa35100a04c39",
                "sha256": "e6b2c7607b47e2844bd61c1fd0c44a73d9f5de2d708b5949bb663ac0a0ad65c1"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e6e8705c0a2feab8e7fa35100a04c39",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 7722874,
            "upload_time": "2024-02-21T15:39:57",
            "upload_time_iso_8601": "2024-02-21T15:39:57.790207Z",
            "url": "https://files.pythonhosted.org/packages/06/a8/1b47671e7dd43f92e417130e6548e2f46f2931eb90e38fb51c8dc4a37617/synthesized-2.11-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ed963621bb5d6f5253d5be69c33e1deea7160005a035dead49686553901f31d",
                "md5": "f2aaee4506a3555ebfbccd7c1eaede29",
                "sha256": "daa164471aa7744a9b1a225275cd67203d9dc740105e0a7e2f2373e2fc13affd"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f2aaee4506a3555ebfbccd7c1eaede29",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 7281701,
            "upload_time": "2024-02-21T15:39:59",
            "upload_time_iso_8601": "2024-02-21T15:39:59.962183Z",
            "url": "https://files.pythonhosted.org/packages/6e/d9/63621bb5d6f5253d5be69c33e1deea7160005a035dead49686553901f31d/synthesized-2.11-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60925f3c4cbfe7f13937456a3d45a77fa7ff67c8d0309829fe45094c2b5c4786",
                "md5": "95af886d3f4d13edffadc503bb0dff1c",
                "sha256": "53c9cb18a5cd5eae7a1fbae72d11fde730de901df6be00d3ed0548edc9d3ab5d"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "95af886d3f4d13edffadc503bb0dff1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 40004350,
            "upload_time": "2024-02-21T15:40:02",
            "upload_time_iso_8601": "2024-02-21T15:40:02.911474Z",
            "url": "https://files.pythonhosted.org/packages/60/92/5f3c4cbfe7f13937456a3d45a77fa7ff67c8d0309829fe45094c2b5c4786/synthesized-2.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba48a0ace9bb3971d285d2538286beb1f5fd04918301256261ee810096d485e3",
                "md5": "2c0c41cfa08a3204c09205501968e720",
                "sha256": "231a0feb6c158979206f3c0f5be8c17495fc9fa2f1549fae81f71a2adfffb37f"
            },
            "downloads": -1,
            "filename": "synthesized-2.11-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2c0c41cfa08a3204c09205501968e720",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6717426,
            "upload_time": "2024-02-21T15:40:06",
            "upload_time_iso_8601": "2024-02-21T15:40:06.181056Z",
            "url": "https://files.pythonhosted.org/packages/ba/48/a0ace9bb3971d285d2538286beb1f5fd04918301256261ee810096d485e3/synthesized-2.11-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 15:39:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "synthesized-io",
    "github_project": "synthesized-sdk",
    "github_not_found": true,
    "lcname": "synthesized"
}
        
Elapsed time: 0.19986s