synthesized3


Namesynthesized3 JSON
Version 3.2 PyPI version JSON
download
home_pageNone
SummarySynthesized SDK.
upload_time2024-03-20 11:54:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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">

#  Synthesized SDK3

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.

## 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 with `pip`.

```
pip install synthesized3
```

### 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
synth3-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.

With the SDK installed you are now able to get synthesizing! Check out our
tutorials or API reference documentation for ways that the SDK can be put to use.

## Dependencies

Below are the minimum dependencies required to run the SDK.

|Package                               | Version |
| ------------------------------------ | ------- |
|[ff3](https://pypi.org/project/ff3/)| |
|[numpy](https://www.numpy.org)| |
|[pandas](https://pandas.pydata.org)| |
|[prompt-toolkit](https://pypi.org/project/prompt-toolkit/)|`>=3.0.0` |
|[pyarrow](https://pypi.org/project/pyarrow/)| |
|[pycryptodome](https://pypi.org/project/pycryptodome/)| |
|[pyspark](https://pypi.org/project/pyspark/)|`>=3.4` |
|[pydantic](https://pydantic.dev/)|`<2` |
|[PyYAML](https://pyyaml.org/)| |
|[rsa](https://stuvel.eu/rsa)|`>=4.7` |
|[rstr](https://github.com/leapfrogonline/rstr)| |
|[scipy](https://www.scipy.org)| |
|[tensorflow-cpu](https://www.tensorflow.org/)|`>=2.13` |
|[tensorflow-probability](https://www.tensorflow.org/)|`>=0.20` |

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "synthesized3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "synthetic, generative, data",
    "author": null,
    "author_email": "\"Synthesized Ltd.\" <sdk-team@synthesized.io>",
    "download_url": null,
    "platform": "MacOS",
    "description": "<img width=\"450\" alt=\"Synthesized\" src=\"https://user-images.githubusercontent.com/13236749/127093790-daab8320-7d13-4073-962a-0723bf389d5c.png\">\n\n#  Synthesized SDK3\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## Installation\n\nIt is assumed that you have Python 3.8+ already installed on a Windows, Linux\nor 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 with `pip`.\n\n```\npip install synthesized3\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\nsynth3-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\nWith the SDK installed you are now able to get synthesizing! Check out our\ntutorials or API reference documentation for ways that the SDK can be put to use.\n\n## Dependencies\n\nBelow are the minimum dependencies required to run the SDK.\n\n|Package                               | Version |\n| ------------------------------------ | ------- |\n|[ff3](https://pypi.org/project/ff3/)| |\n|[numpy](https://www.numpy.org)| |\n|[pandas](https://pandas.pydata.org)| |\n|[prompt-toolkit](https://pypi.org/project/prompt-toolkit/)|`>=3.0.0` |\n|[pyarrow](https://pypi.org/project/pyarrow/)| |\n|[pycryptodome](https://pypi.org/project/pycryptodome/)| |\n|[pyspark](https://pypi.org/project/pyspark/)|`>=3.4` |\n|[pydantic](https://pydantic.dev/)|`<2` |\n|[PyYAML](https://pyyaml.org/)| |\n|[rsa](https://stuvel.eu/rsa)|`>=4.7` |\n|[rstr](https://github.com/leapfrogonline/rstr)| |\n|[scipy](https://www.scipy.org)| |\n|[tensorflow-cpu](https://www.tensorflow.org/)|`>=2.13` |\n|[tensorflow-probability](https://www.tensorflow.org/)|`>=0.20` |\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": "3.2",
    "project_urls": {
        "homepage": "https://synthesized.io",
        "repository": "https://github.com/synthesized-io/sdk"
    },
    "split_keywords": [
        "synthetic",
        " generative",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efe71e3891f04e6e311c2861a5148876651d1c21dbd9f1590cfada13be72e299",
                "md5": "f2a3a812e833b726f140efdfe950214f",
                "sha256": "83fe8a7d9b232dacd7db73c0a0ea9749715fbd25388cc31f96dffb940660aa61"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2a3a812e833b726f140efdfe950214f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3431597,
            "upload_time": "2024-03-20T11:54:34",
            "upload_time_iso_8601": "2024-03-20T11:54:34.661556Z",
            "url": "https://files.pythonhosted.org/packages/ef/e7/1e3891f04e6e311c2861a5148876651d1c21dbd9f1590cfada13be72e299/synthesized3-3.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09e5ea0ae9ca08e4bd879749348aaf0dd0c097aed80538fbef72aa5efa6df485",
                "md5": "36ff1bd0e4cc4aca32fad55177c00568",
                "sha256": "61c1b434733596bbce32fcf9967b34d67d90aba45de2cb2661aea2053bc08439"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "36ff1bd0e4cc4aca32fad55177c00568",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3275956,
            "upload_time": "2024-03-20T11:54:37",
            "upload_time_iso_8601": "2024-03-20T11:54:37.357759Z",
            "url": "https://files.pythonhosted.org/packages/09/e5/ea0ae9ca08e4bd879749348aaf0dd0c097aed80538fbef72aa5efa6df485/synthesized3-3.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ee8b44885ee5297d9abd095482f77c6aa7b9cd74a37dcf22c1a3ed940964af8",
                "md5": "2c696d5bd841d3e1561f065d987a1780",
                "sha256": "c56f424d90ca33a4280ccd9f50a31f2eb3898f3db1b43c2cd538ca6ca90bdf22"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c696d5bd841d3e1561f065d987a1780",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 17609802,
            "upload_time": "2024-03-20T11:54:40",
            "upload_time_iso_8601": "2024-03-20T11:54:40.129354Z",
            "url": "https://files.pythonhosted.org/packages/8e/e8/b44885ee5297d9abd095482f77c6aa7b9cd74a37dcf22c1a3ed940964af8/synthesized3-3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdbc99056643bb2f3d6a50197145c6a24b3115d8d2d42745ba68e01cc9961b6d",
                "md5": "0e282c30e2c1e4517e0963d75d406b2b",
                "sha256": "8e6896a58f7cfd94936978956b5d009ac6f7bba161d8ca63d18390298c189693"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0e282c30e2c1e4517e0963d75d406b2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3145164,
            "upload_time": "2024-03-20T11:54:43",
            "upload_time_iso_8601": "2024-03-20T11:54:43.483462Z",
            "url": "https://files.pythonhosted.org/packages/fd/bc/99056643bb2f3d6a50197145c6a24b3115d8d2d42745ba68e01cc9961b6d/synthesized3-3.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "737f7aef8cf4fc59344389efeca9dab7b3b14c290578f987c88f59611a8c5ed5",
                "md5": "df4181334853bcc73d8c4b374ca733df",
                "sha256": "6178fa79193374b61d6364953258ae0682321a5b0354ebbeb35840d3ff92ef20"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df4181334853bcc73d8c4b374ca733df",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3451208,
            "upload_time": "2024-03-20T11:54:45",
            "upload_time_iso_8601": "2024-03-20T11:54:45.398357Z",
            "url": "https://files.pythonhosted.org/packages/73/7f/7aef8cf4fc59344389efeca9dab7b3b14c290578f987c88f59611a8c5ed5/synthesized3-3.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cda9a7d13f3317a24dd5609135e99fbf55e4ce8337ea9deeb6c594b88b2ff321",
                "md5": "990bf26e0606781083312c723ccf1b7c",
                "sha256": "428823cf6ffa2c2650b7708d7882594611fa1f0b5c912228f0f9feba3d19f558"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "990bf26e0606781083312c723ccf1b7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3288362,
            "upload_time": "2024-03-20T11:54:47",
            "upload_time_iso_8601": "2024-03-20T11:54:47.823417Z",
            "url": "https://files.pythonhosted.org/packages/cd/a9/a7d13f3317a24dd5609135e99fbf55e4ce8337ea9deeb6c594b88b2ff321/synthesized3-3.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2efbfb97fc3608df70cb8f9730dfed493f96f649f0bebd9e7ca1780145abc710",
                "md5": "3e014eec6389b47c2caf571b6b3c2639",
                "sha256": "fcae0ca7281d0a9b224619b86b3368aba8d7f61997c46dc81eaf5adc3112f567"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e014eec6389b47c2caf571b6b3c2639",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 19650307,
            "upload_time": "2024-03-20T11:54:50",
            "upload_time_iso_8601": "2024-03-20T11:54:50.870591Z",
            "url": "https://files.pythonhosted.org/packages/2e/fb/fb97fc3608df70cb8f9730dfed493f96f649f0bebd9e7ca1780145abc710/synthesized3-3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e660e48ebc6516b379a9f918cd0472d7ecb4667ee552300fc16faf0130516e03",
                "md5": "e93fa2988ddfb1cd9d40e5b06c30e69d",
                "sha256": "1496ffe25c40a7995661c2f0ddcfd9ff1cb7fd43a35ca6409c393c8ce3eb7f13"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e93fa2988ddfb1cd9d40e5b06c30e69d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3158269,
            "upload_time": "2024-03-20T11:54:54",
            "upload_time_iso_8601": "2024-03-20T11:54:54.031743Z",
            "url": "https://files.pythonhosted.org/packages/e6/60/e48ebc6516b379a9f918cd0472d7ecb4667ee552300fc16faf0130516e03/synthesized3-3.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fe3878cf45229ab8cfca1bf5172fad9a200f1545cd3a41df4962f93bc5d54ea",
                "md5": "6ef7f587e44b2e29f70fdf853acdc54b",
                "sha256": "92bb86812ce81c53410c7d1a0f185f70b82d508e526a97389b648f13b6452747"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ef7f587e44b2e29f70fdf853acdc54b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3436729,
            "upload_time": "2024-03-20T11:54:56",
            "upload_time_iso_8601": "2024-03-20T11:54:56.035541Z",
            "url": "https://files.pythonhosted.org/packages/0f/e3/878cf45229ab8cfca1bf5172fad9a200f1545cd3a41df4962f93bc5d54ea/synthesized3-3.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f58b1df0afeddf4990f528d028ac90f45a335f24ecb0d05cc4826caeb6719427",
                "md5": "e4544c1399cf77c8601d689ac897323a",
                "sha256": "263222e8dc6f773f62be48ee431d382d1a407b97f758d80b7434a9b0d0416f5b"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e4544c1399cf77c8601d689ac897323a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3280184,
            "upload_time": "2024-03-20T11:54:58",
            "upload_time_iso_8601": "2024-03-20T11:54:58.345323Z",
            "url": "https://files.pythonhosted.org/packages/f5/8b/1df0afeddf4990f528d028ac90f45a335f24ecb0d05cc4826caeb6719427/synthesized3-3.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ff38100c4c0813a8c9077280a381c940e6c767a77413d23a2132bec968def9b",
                "md5": "beb60d5b5ff65c0cfc609e07f4e71326",
                "sha256": "13e5bd7406e8549f4f76e28b4204ae451c3284115940053f5c139d138faf4408"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "beb60d5b5ff65c0cfc609e07f4e71326",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 17609177,
            "upload_time": "2024-03-20T11:55:01",
            "upload_time_iso_8601": "2024-03-20T11:55:01.243460Z",
            "url": "https://files.pythonhosted.org/packages/2f/f3/8100c4c0813a8c9077280a381c940e6c767a77413d23a2132bec968def9b/synthesized3-3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ca89d815c07cffc699de34ae1d3b42fdba7fb0eef506855beeab2f4c73e241f",
                "md5": "059775e3c27c97b6313bbeb57b0d4b27",
                "sha256": "608bdc019e2813b6a7275b21b1c0f505e732c0707980e08a8e5e148e6138da89"
            },
            "downloads": -1,
            "filename": "synthesized3-3.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "059775e3c27c97b6313bbeb57b0d4b27",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3148572,
            "upload_time": "2024-03-20T11:55:04",
            "upload_time_iso_8601": "2024-03-20T11:55:04.567125Z",
            "url": "https://files.pythonhosted.org/packages/4c/a8/9d815c07cffc699de34ae1d3b42fdba7fb0eef506855beeab2f4c73e241f/synthesized3-3.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 11:54:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "synthesized-io",
    "github_project": "sdk",
    "github_not_found": true,
    "lcname": "synthesized3"
}
        
Elapsed time: 0.21361s