flowty


Nameflowty JSON
Version 2.1.0 PyPI version JSON
download
home_pageNone
SummaryFlowty Network Optimization Solver
upload_time2024-11-21 10:59:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCommunity License Copyright 2024 Flowty ApS All rights reserved. The community license described in these terms is a license to the general community which may have limited features and additional restrictions. For an unlimited commercial, academic or trial license contact Flowty at <info@flowty.ai>. TERMS AND CONDITIONS 1. The "Program" means the modules of the Flowty network optimization optimization software. 2. The license is a nonexclusive software end user license, according to which the licensee is entitled to use an object code copy of the licensed software for commercial as well as non-commercial purposes. 3. The licensee acquires the right to use the delivered (downloaded) object code copy of the Program only and does not acquire any rights of ownership. 4. The licensee shall be prohibited from sublicensing and otherwise letting third parties use the Program without prior written consent from the licensor. 5. The licensee shall not be entitled to modify, reverse engineer, disassemble or decompile the Program. The licensee shall only be entitled to make copies of the Program for backup purposes. 6. The licensee is not required to accept this license, since the licensee has not signed it. However, nothing else grants the licensee permission to use the Program. These actions are prohibited by law if you do not accept this license. Therefore, by using the Program (or any work based on the Program), you indicate your acceptance of this license to do so and all its terms and conditions for the Program or works based on it. NO WARRANTY 7. Because the program is licensed free of charge, there is no warranty for the program to the extent permitted by applicable law. The copyright holders provide the program "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair, or correction. 8. In no event will any copyright holder, or any other party who may modify and/or redistribute the program as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages.
keywords optimization nework optimization combinatorial optimization linear programming integer programming operations research mathematical programming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Flowty

The Flowty Optimisation Solver is a column generation based solver. It is used to solve mixed integer linear programming models formulated with (resource constrained) paths in specified graphs. The solver is well suited for solving planning & scheduling, routing and multi-commodity flow problems. The solver is written in C++ with a Python interface.

## Installation

Install with

```sh
pip install flowty
```

## License

The solver ships with a Community License that is restricted to 10 days use.

Please contact [license@flowty.ai](mailto:license@flowty.ai) or visit [flowty.ai](https://flowty.ai) for additional license options. For information on how to setup your license, visit the [documentation](https://docs.flowty.ai/license).

## Contact

For inquires contact [info@flowty.ai](mailto:info@flowty.ai) or visit [flowty.ai](https://flowty.ai) for information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flowty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Optimization, Nework Optimization, Combinatorial Optimization, Linear Programming, Integer Programming, Operations Research, Mathematical Programming",
    "author": null,
    "author_email": "Flowty <info@flowty.ai>",
    "download_url": null,
    "platform": null,
    "description": "# Flowty\n\nThe Flowty Optimisation Solver is a column generation based solver. It is used to solve mixed integer linear programming models formulated with (resource constrained) paths in specified graphs. The solver is well suited for solving planning & scheduling, routing and multi-commodity flow problems. The solver is written in C++ with a Python interface.\n\n## Installation\n\nInstall with\n\n```sh\npip install flowty\n```\n\n## License\n\nThe solver ships with a Community License that is restricted to 10 days use.\n\nPlease contact [license@flowty.ai](mailto:license@flowty.ai) or visit [flowty.ai](https://flowty.ai) for additional license options. For information on how to setup your license, visit the [documentation](https://docs.flowty.ai/license).\n\n## Contact\n\nFor inquires contact [info@flowty.ai](mailto:info@flowty.ai) or visit [flowty.ai](https://flowty.ai) for information.\n",
    "bugtrack_url": null,
    "license": "Community License  Copyright 2024 Flowty ApS All rights reserved.  The community license described in these terms is a license to the general community which may have limited features and additional restrictions. For an unlimited commercial, academic or trial license contact Flowty at <info@flowty.ai>.  TERMS AND CONDITIONS  1. The \"Program\" means the modules of the Flowty network optimization optimization software. 2. The license is a nonexclusive software end user license, according to which the licensee is entitled to use an object code copy of the licensed software for commercial as well as non-commercial purposes. 3. The licensee acquires the right to use the delivered (downloaded) object code copy of the Program only and does not acquire any rights of ownership. 4. The licensee shall be prohibited from sublicensing and otherwise letting third parties use the Program without prior written consent from the licensor. 5. The licensee shall not be entitled to modify, reverse engineer, disassemble or decompile the Program. The licensee shall only be entitled to make copies of the Program for backup purposes. 6. The licensee is not required to accept this license, since the licensee has not signed it. However, nothing else grants the licensee permission to use the Program. These actions are prohibited by law if you do not accept this license. Therefore, by using the Program (or any work based on the Program), you indicate your acceptance of this license to do so and all its terms and conditions for the Program or works based on it.  NO WARRANTY  7. Because the program is licensed free of charge, there is no warranty for the program to the extent permitted by applicable law. The copyright holders provide the program \"as is\" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair, or correction. 8. In no event will any copyright holder, or any other party who may modify and/or redistribute the program as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages. ",
    "summary": "Flowty Network Optimization Solver",
    "version": "2.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/flowty/flowty/issues",
        "Documentation": "https://docs.flowty.ai",
        "Homepage": "https://flowty.ai"
    },
    "split_keywords": [
        "optimization",
        " nework optimization",
        " combinatorial optimization",
        " linear programming",
        " integer programming",
        " operations research",
        " mathematical programming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "131a0923df9829a8c2490d1bb75e2f02d916279106374c83132ba60957fbbf20",
                "md5": "a8d8823b45a43ee0ab553814a259e9d8",
                "sha256": "ef4510c7be5482a7dd2e591e964c6776e522198a35831815c80adc27951fd365"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp310-cp310-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a8d8823b45a43ee0ab553814a259e9d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3224087,
            "upload_time": "2024-11-21T10:59:30",
            "upload_time_iso_8601": "2024-11-21T10:59:30.706683Z",
            "url": "https://files.pythonhosted.org/packages/13/1a/0923df9829a8c2490d1bb75e2f02d916279106374c83132ba60957fbbf20/flowty-2.1.0-cp310-cp310-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47940c9b3416f3f41d3c121f0ef610f6081b2ea2122429a564b0dfc75fd8da0b",
                "md5": "d79a1e8d834c17ab317594f9a3b6c2bf",
                "sha256": "8b92ae4dcb169dc4b944f5af5e516b3073dbc6d5bcea767cf55d529a2674f3cb"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp310-cp310-manylinux_2_35_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d79a1e8d834c17ab317594f9a3b6c2bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3003444,
            "upload_time": "2024-11-21T10:59:19",
            "upload_time_iso_8601": "2024-11-21T10:59:19.762022Z",
            "url": "https://files.pythonhosted.org/packages/47/94/0c9b3416f3f41d3c121f0ef610f6081b2ea2122429a564b0dfc75fd8da0b/flowty-2.1.0-cp310-cp310-manylinux_2_35_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f599aa3caf4486b2684d2f469d4b914d32099927d9a47190aceea31e1787ccdc",
                "md5": "53b7aa3e431ab288e2c44e0468cfb875",
                "sha256": "bea78382db1af5e617d095d4c4cb34c700b09e0a66582dd00ea97bff316529ac"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp310-cp310-manylinux_2_35_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53b7aa3e431ab288e2c44e0468cfb875",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3290205,
            "upload_time": "2024-11-21T10:59:22",
            "upload_time_iso_8601": "2024-11-21T10:59:22.304246Z",
            "url": "https://files.pythonhosted.org/packages/f5/99/aa3caf4486b2684d2f469d4b914d32099927d9a47190aceea31e1787ccdc/flowty-2.1.0-cp310-cp310-manylinux_2_35_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25678751c6857815f17540cfaa68593572bcbf080b7001357a5fe632e452209e",
                "md5": "db74e3f335a2b1b37db7d153ad77fa00",
                "sha256": "6bea6ddb5d3ec22378bb8ead29da6fc59bd2ad1fb95a1062707ace762b958a3e"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "db74e3f335a2b1b37db7d153ad77fa00",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2119836,
            "upload_time": "2024-11-21T10:59:31",
            "upload_time_iso_8601": "2024-11-21T10:59:31.771919Z",
            "url": "https://files.pythonhosted.org/packages/25/67/8751c6857815f17540cfaa68593572bcbf080b7001357a5fe632e452209e/flowty-2.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85ae397ca48073bfda84d372cdf38da141225966351acabf73f355ea6f028bf5",
                "md5": "a2589324092bb6874b24fe62a63c7771",
                "sha256": "7f9309e32335298242efde39cd58399e06d3e4de1b4e0d19010b25f1ddd64f78"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp311-cp311-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a2589324092bb6874b24fe62a63c7771",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3225305,
            "upload_time": "2024-11-21T10:59:32",
            "upload_time_iso_8601": "2024-11-21T10:59:32.000881Z",
            "url": "https://files.pythonhosted.org/packages/85/ae/397ca48073bfda84d372cdf38da141225966351acabf73f355ea6f028bf5/flowty-2.1.0-cp311-cp311-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "957c2f9c661eaf80e4562d70da1e4a5ba0e1b8d850e0ac3e020febff386d3c6b",
                "md5": "c3461d1851bd86f0dab9feb000bcec22",
                "sha256": "f37a77c03d96e15ef96d8e54a1f9f830d720578c7cee08123404ac0289d382d4"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp311-cp311-manylinux_2_35_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c3461d1851bd86f0dab9feb000bcec22",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3005827,
            "upload_time": "2024-11-21T10:59:21",
            "upload_time_iso_8601": "2024-11-21T10:59:21.724677Z",
            "url": "https://files.pythonhosted.org/packages/95/7c/2f9c661eaf80e4562d70da1e4a5ba0e1b8d850e0ac3e020febff386d3c6b/flowty-2.1.0-cp311-cp311-manylinux_2_35_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8c9a2c171dc04f998e88fa2629d032b3d9990912160ba84db99c1863ed23568",
                "md5": "f8ad93a54d1485d4514bf95d1e1710c2",
                "sha256": "ef7c9ecabbeeb62c006fb37a7f6b92a2275babc222722497fa4c81733bbe5532"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp311-cp311-manylinux_2_35_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f8ad93a54d1485d4514bf95d1e1710c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3291080,
            "upload_time": "2024-11-21T10:59:25",
            "upload_time_iso_8601": "2024-11-21T10:59:25.531226Z",
            "url": "https://files.pythonhosted.org/packages/a8/c9/a2c171dc04f998e88fa2629d032b3d9990912160ba84db99c1863ed23568/flowty-2.1.0-cp311-cp311-manylinux_2_35_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38aff901722e58ff373c871d47d6b5e4e58fa8ee65e264733dd24c5943561ea3",
                "md5": "407b476c25f60e4ce49a0eb1209f803e",
                "sha256": "ba4c10b1b1e1f6e4e4c8d44d1feec836ba8ec6fc830efb057e3c73ff252feae9"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "407b476c25f60e4ce49a0eb1209f803e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2120842,
            "upload_time": "2024-11-21T10:59:34",
            "upload_time_iso_8601": "2024-11-21T10:59:34.904828Z",
            "url": "https://files.pythonhosted.org/packages/38/af/f901722e58ff373c871d47d6b5e4e58fa8ee65e264733dd24c5943561ea3/flowty-2.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6f3475a1951a3d358430aa569961fac9f1217402ac80d38fc022a489a9b3650",
                "md5": "54adfdbaececc3b6086b30c76d3030c5",
                "sha256": "545f13520e6cd5bf0a81ada6a8f246c7dc2105a005235e2ea255efee1b3ddf5b"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp312-cp312-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "54adfdbaececc3b6086b30c76d3030c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3224439,
            "upload_time": "2024-11-21T10:59:35",
            "upload_time_iso_8601": "2024-11-21T10:59:35.682199Z",
            "url": "https://files.pythonhosted.org/packages/a6/f3/475a1951a3d358430aa569961fac9f1217402ac80d38fc022a489a9b3650/flowty-2.1.0-cp312-cp312-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "badf5bf9e8953b73acedc459073bf270427354061453f586dd8dc84a4bc319c9",
                "md5": "2ae8f4474fab4cb86a19d69cd610bebd",
                "sha256": "1b86d353b497f34bdbe4eff655457a5c7e4feada615c2975c2525572f803e03e"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp312-cp312-manylinux_2_35_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2ae8f4474fab4cb86a19d69cd610bebd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2999364,
            "upload_time": "2024-11-21T10:59:24",
            "upload_time_iso_8601": "2024-11-21T10:59:24.056227Z",
            "url": "https://files.pythonhosted.org/packages/ba/df/5bf9e8953b73acedc459073bf270427354061453f586dd8dc84a4bc319c9/flowty-2.1.0-cp312-cp312-manylinux_2_35_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79b967b73999ebacd3b4e7be029af745498391f01e5fc04f5c6bead60cff0c2c",
                "md5": "570047da162190296f20a3b2f05b8dad",
                "sha256": "324d9e578eadda61e236f61b39b8efa60e9f150779a6fc17b915850e749da8f2"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp312-cp312-manylinux_2_35_x86_64.whl",
            "has_sig": false,
            "md5_digest": "570047da162190296f20a3b2f05b8dad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3286795,
            "upload_time": "2024-11-21T10:59:28",
            "upload_time_iso_8601": "2024-11-21T10:59:28.428653Z",
            "url": "https://files.pythonhosted.org/packages/79/b9/67b73999ebacd3b4e7be029af745498391f01e5fc04f5c6bead60cff0c2c/flowty-2.1.0-cp312-cp312-manylinux_2_35_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4347993d59d6bd708fc68b0b25d4e224ed1ada9bfc4d747f9a5b51a4dbf81e1e",
                "md5": "182e5c1d006982bcf40bfc63da425c2c",
                "sha256": "dfb37b49dc805caac4c14bb6792b204c4522c11de13664190084df137de6f415"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "182e5c1d006982bcf40bfc63da425c2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2121942,
            "upload_time": "2024-11-21T10:59:37",
            "upload_time_iso_8601": "2024-11-21T10:59:37.424642Z",
            "url": "https://files.pythonhosted.org/packages/43/47/993d59d6bd708fc68b0b25d4e224ed1ada9bfc4d747f9a5b51a4dbf81e1e/flowty-2.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c19bd76572893fa9cc43d04aebd25087c932693933b4066c078311dce025f9c1",
                "md5": "2a32d0b23b690842d54d760954fe4c57",
                "sha256": "2e241f54e496dc68288dd73dcbef0bcd7ff521013eaeac1833e11c0c60c32bfb"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp39-cp39-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2a32d0b23b690842d54d760954fe4c57",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3223534,
            "upload_time": "2024-11-21T10:59:38",
            "upload_time_iso_8601": "2024-11-21T10:59:38.263517Z",
            "url": "https://files.pythonhosted.org/packages/c1/9b/d76572893fa9cc43d04aebd25087c932693933b4066c078311dce025f9c1/flowty-2.1.0-cp39-cp39-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4832983f27fa43cb77e414b593bf99e59e2e8a5da40279628ada222434b54eec",
                "md5": "ac2475033b4c57afd163ab0426881af8",
                "sha256": "1c41bc15fe834159dca2d741a3755ca94e2ac37ec4921fa19fdf9ea089d23b15"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp39-cp39-manylinux_2_35_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ac2475033b4c57afd163ab0426881af8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3004046,
            "upload_time": "2024-11-21T10:59:27",
            "upload_time_iso_8601": "2024-11-21T10:59:27.020407Z",
            "url": "https://files.pythonhosted.org/packages/48/32/983f27fa43cb77e414b593bf99e59e2e8a5da40279628ada222434b54eec/flowty-2.1.0-cp39-cp39-manylinux_2_35_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0da21fbd69056e2278f262f6972801c3393c4574f8b39d9b05feda50ce571eab",
                "md5": "4cb6498748306a6e9a9518177e983808",
                "sha256": "c270b90276c94ead7a576d1d0c6d311ca6a8bdc60fab1f40849ba97abb9048cb"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp39-cp39-manylinux_2_35_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4cb6498748306a6e9a9518177e983808",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3290448,
            "upload_time": "2024-11-21T10:59:30",
            "upload_time_iso_8601": "2024-11-21T10:59:30.838559Z",
            "url": "https://files.pythonhosted.org/packages/0d/a2/1fbd69056e2278f262f6972801c3393c4574f8b39d9b05feda50ce571eab/flowty-2.1.0-cp39-cp39-manylinux_2_35_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2530479d7aebcb6c8a6e951cb0ce22b608a8ef9f887cdd8a2fb4df1be8b59ae",
                "md5": "cd43aa79fd76eeeeba7140a2367075d1",
                "sha256": "71b4aaf232a41a0c3b3235a57a309840b96bf12d7e1d3d230f6be03bbb6a9541"
            },
            "downloads": -1,
            "filename": "flowty-2.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cd43aa79fd76eeeeba7140a2367075d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2102980,
            "upload_time": "2024-11-21T10:59:39",
            "upload_time_iso_8601": "2024-11-21T10:59:39.471071Z",
            "url": "https://files.pythonhosted.org/packages/f2/53/0479d7aebcb6c8a6e951cb0ce22b608a8ef9f887cdd8a2fb4df1be8b59ae/flowty-2.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 10:59:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flowty",
    "github_project": "flowty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "flowty"
}
        
Elapsed time: 0.62866s