aequilibrae


Nameaequilibrae JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/AequilibraE/aequilibrae
SummaryA package for transportation modeling
upload_time2024-02-25 08:34:12
maintainer
docs_urlNone
authorPedro Camargo
requires_python
licenseSee LICENSE.TXT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # AequilibraE

[![Documentation](https://github.com/AequilibraE/aequilibrae/actions/workflows/documentation.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/documentation.yml)

[![unit tests](https://github.com/AequilibraE/aequilibrae/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/unit_tests.yml)

[![Code coverage](https://github.com/AequilibraE/aequilibrae/actions/workflows/test_linux_with_coverage.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/test_linux_with_coverage.yml)

[![Linux builds](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_linux.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_linux.yml)

[![MacOS buils](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_mac.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_mac.yml)

[![Windows builds](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_windows.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_windows.yml)

[![QAequilibraE artifacts](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_artifacts_qgis.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_artifacts_qgis.yml)


AequilibraE is a fully-featured Open-Source transportation modeling package and
the first comprehensive package of its kind for the Python ecosystem, and is 
released under an extremely permissive and business-friendly license.

It is developed as general-purpose modeling software and imposes very little 
underlying structure on models built upon it. This flexibility also extends to
the ability of using all its core algorithms without an actual AequilibraE 
model by simply building very simple memory objects from Pandas DataFrames, and
NumPY arrays, making it the perfect candidate for use-cases where transport is 
one component of a bigger and more general planning or otherwise analytical 
modeling pipeline.

Different than in traditional packages, AequilibraE's network is stored in 
SQLite/Spatialite, a widely supported open format, and its editing capabilities
are built into its data layer through a series of spatial database triggers, 
which allows network editing to be done on Any GIS package supporting SpatiaLite, 
through a dedicated Python API or directly from an SQL console while maintaining
full geographical consistency between links and nodes, as well as data integrity
and consistency with other model tables.

AequilibraE provides full support for OMX matrices, which can be used as input
for any AequilibraE procedure, and makes its outputs, particularly skim matrices 
readily available to other modeling activities.

AequilibraE includes multi-class user-equilibrium assignment with full support
for class-specific networks, value-of-time and generalized cost functions, and 
includes a range of equilibration algorithms, including MSA, the traditional 
Frank-Wolfe as well as the state-of-the-art Bi-conjugate Frank-Wolfe.

AequilibraE's support for public transport includes a GTFS importer that can 
map-match routes into the model network and an optimized version of the
traditional "Optimal-Strategies" transit assignment, and full support in the data 
model for other schedule-based assignments to be implemented in the future.

State-of-the-art computational performance and full multi-threading can be 
expected from all key algorithms in AequilibraE, from cache-optimized IPF, 
to path-computation based on sophisticated data structures and cascading network
loading, which all ensure that AequilibraE performs at par with the best
commercial packages current available on the market.

AequilibraE has also a Graphical Interface for the popular GIS package QGIS, 
which gives access to most AequilibraE procedures and includes a wide range of
visualization tools, such as flow maps, desire and delaunay lines, scenario 
comparison, matrix visualization, etc. This GUI, called QAequilibraE, is 
currently available in English, French and Portuguese and more languages are
continuously being added, which is another substantial point of difference from 
commercial packages.

Finally, AequilibraE is developed 100% in the open and incorporates software-development 
best practices for testing and documentation. AequilibraE's testing includes all 
major operating systems (Windows, Linux and MacOS) and all currently supported versions
of Python. AequilibraE is also supported on ARM-based cloud computation nodes, making 
cloud deployments substantially less expensive.

## Comprehensive documentation

[AequilibraE documentation built with Sphinx ](http://www.aequilibrae.com)


### What is available only in QGIS

Some common resources for transportation modeling are inherently visual, and therefore they make more sense if
available within a GIS platform. For that reason, many resources are available only from AequilibraE's 
[QGIS plugin](http://plugins.qgis.org/plugins/qaequilibrae/),
which uses AequilibraE as its computational workhorse and also provides GUIs for most of AequilibraE's tools. Said tool
is developed independently and a little delayed with relationship to the Python package, and more details can be found in its 
[GitHub repository](https://github.com/AequilibraE/qaequilibrae).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AequilibraE/aequilibrae",
    "name": "aequilibrae",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pedro Camargo",
    "author_email": "c@margo.co",
    "download_url": "https://files.pythonhosted.org/packages/f4/96/0b13cac5080d47e73d4c74a11f0c59d7ab47f2c02ecabaaf002885f1f64e/aequilibrae-1.0.1.tar.gz",
    "platform": null,
    "description": "# AequilibraE\r\n\r\n[![Documentation](https://github.com/AequilibraE/aequilibrae/actions/workflows/documentation.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/documentation.yml)\r\n\r\n[![unit tests](https://github.com/AequilibraE/aequilibrae/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/unit_tests.yml)\r\n\r\n[![Code coverage](https://github.com/AequilibraE/aequilibrae/actions/workflows/test_linux_with_coverage.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/test_linux_with_coverage.yml)\r\n\r\n[![Linux builds](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_linux.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_linux.yml)\r\n\r\n[![MacOS buils](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_mac.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_mac.yml)\r\n\r\n[![Windows builds](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_windows.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_windows.yml)\r\n\r\n[![QAequilibraE artifacts](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_artifacts_qgis.yml/badge.svg)](https://github.com/AequilibraE/aequilibrae/actions/workflows/build_artifacts_qgis.yml)\r\n\r\n\r\nAequilibraE is a fully-featured Open-Source transportation modeling package and\r\nthe first comprehensive package of its kind for the Python ecosystem, and is \r\nreleased under an extremely permissive and business-friendly license.\r\n\r\nIt is developed as general-purpose modeling software and imposes very little \r\nunderlying structure on models built upon it. This flexibility also extends to\r\nthe ability of using all its core algorithms without an actual AequilibraE \r\nmodel by simply building very simple memory objects from Pandas DataFrames, and\r\nNumPY arrays, making it the perfect candidate for use-cases where transport is \r\none component of a bigger and more general planning or otherwise analytical \r\nmodeling pipeline.\r\n\r\nDifferent than in traditional packages, AequilibraE's network is stored in \r\nSQLite/Spatialite, a widely supported open format, and its editing capabilities\r\nare built into its data layer through a series of spatial database triggers, \r\nwhich allows network editing to be done on Any GIS package supporting SpatiaLite, \r\nthrough a dedicated Python API or directly from an SQL console while maintaining\r\nfull geographical consistency between links and nodes, as well as data integrity\r\nand consistency with other model tables.\r\n\r\nAequilibraE provides full support for OMX matrices, which can be used as input\r\nfor any AequilibraE procedure, and makes its outputs, particularly skim matrices \r\nreadily available to other modeling activities.\r\n\r\nAequilibraE includes multi-class user-equilibrium assignment with full support\r\nfor class-specific networks, value-of-time and generalized cost functions, and \r\nincludes a range of equilibration algorithms, including MSA, the traditional \r\nFrank-Wolfe as well as the state-of-the-art Bi-conjugate Frank-Wolfe.\r\n\r\nAequilibraE's support for public transport includes a GTFS importer that can \r\nmap-match routes into the model network and an optimized version of the\r\ntraditional \"Optimal-Strategies\" transit assignment, and full support in the data \r\nmodel for other schedule-based assignments to be implemented in the future.\r\n\r\nState-of-the-art computational performance and full multi-threading can be \r\nexpected from all key algorithms in AequilibraE, from cache-optimized IPF, \r\nto path-computation based on sophisticated data structures and cascading network\r\nloading, which all ensure that AequilibraE performs at par with the best\r\ncommercial packages current available on the market.\r\n\r\nAequilibraE has also a Graphical Interface for the popular GIS package QGIS, \r\nwhich gives access to most AequilibraE procedures and includes a wide range of\r\nvisualization tools, such as flow maps, desire and delaunay lines, scenario \r\ncomparison, matrix visualization, etc. This GUI, called QAequilibraE, is \r\ncurrently available in English, French and Portuguese and more languages are\r\ncontinuously being added, which is another substantial point of difference from \r\ncommercial packages.\r\n\r\nFinally, AequilibraE is developed 100% in the open and incorporates software-development \r\nbest practices for testing and documentation. AequilibraE's testing includes all \r\nmajor operating systems (Windows, Linux and MacOS) and all currently supported versions\r\nof Python. AequilibraE is also supported on ARM-based cloud computation nodes, making \r\ncloud deployments substantially less expensive.\r\n\r\n## Comprehensive documentation\r\n\r\n[AequilibraE documentation built with Sphinx ](http://www.aequilibrae.com)\r\n\r\n\r\n### What is available only in QGIS\r\n\r\nSome common resources for transportation modeling are inherently visual, and therefore they make more sense if\r\navailable within a GIS platform. For that reason, many resources are available only from AequilibraE's \r\n[QGIS plugin](http://plugins.qgis.org/plugins/qaequilibrae/),\r\nwhich uses AequilibraE as its computational workhorse and also provides GUIs for most of AequilibraE's tools. Said tool\r\nis developed independently and a little delayed with relationship to the Python package, and more details can be found in its \r\n[GitHub repository](https://github.com/AequilibraE/qaequilibrae).\r\n",
    "bugtrack_url": null,
    "license": "See LICENSE.TXT",
    "summary": "A package for transportation modeling",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/AequilibraE/aequilibrae"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d78a54fd54624388e295a9816b34fd66dbe14cc688848f0f9e78ce6a06cdcc56",
                "md5": "0676d9015d722d7e034892342ba39379",
                "sha256": "de948b03c587aa49c53853d0da61dde4206d6eef1e310ac2ac48dd213dfe07c7"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0676d9015d722d7e034892342ba39379",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 10531349,
            "upload_time": "2024-02-25T08:34:37",
            "upload_time_iso_8601": "2024-02-25T08:34:37.206416Z",
            "url": "https://files.pythonhosted.org/packages/d7/8a/54fd54624388e295a9816b34fd66dbe14cc688848f0f9e78ce6a06cdcc56/aequilibrae-1.0.1-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0658557b6554deed5a1b0471212327242978df00538d7648d816601e9a2c5b3",
                "md5": "d9b43f3ab279a22eedd69ddd0c2899a5",
                "sha256": "ef831e1ddad2dd0c8e07ed1b751de6ec4ba48455752e460bf1fc2908ed8c8784"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d9b43f3ab279a22eedd69ddd0c2899a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 13068991,
            "upload_time": "2024-02-25T08:37:02",
            "upload_time_iso_8601": "2024-02-25T08:37:02.506021Z",
            "url": "https://files.pythonhosted.org/packages/a0/65/8557b6554deed5a1b0471212327242978df00538d7648d816601e9a2c5b3/aequilibrae-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "255da78c2c6e0bef43f8de256f493224e3d3d3e3183bc034dceaa2958880f13e",
                "md5": "64bfc309e4d130c75f04163cf28924d4",
                "sha256": "9d03fcc82ecfb42e2976abfccf61fd9f48bf58ee60692c960df48997c286638f"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "64bfc309e4d130c75f04163cf28924d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 10328899,
            "upload_time": "2024-02-25T08:32:09",
            "upload_time_iso_8601": "2024-02-25T08:32:09.236075Z",
            "url": "https://files.pythonhosted.org/packages/25/5d/a78c2c6e0bef43f8de256f493224e3d3d3e3183bc034dceaa2958880f13e/aequilibrae-1.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1627d76c096cfe4e926af4ce002ccd3d85c91a52c875bc302833333f81a219e",
                "md5": "cb9da4f0013c2b73d66ca401bb9d0436",
                "sha256": "8d42fa8b8676c364554b26e9ebf7e23a486c1cc78fa828cefc44b35a36083458"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "cb9da4f0013c2b73d66ca401bb9d0436",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 10532496,
            "upload_time": "2024-02-25T08:34:09",
            "upload_time_iso_8601": "2024-02-25T08:34:09.289110Z",
            "url": "https://files.pythonhosted.org/packages/b1/62/7d76c096cfe4e926af4ce002ccd3d85c91a52c875bc302833333f81a219e/aequilibrae-1.0.1-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e61f4eeef1228f9ca5784edfddb568237efce26da7648cfe2d127c9cca3fd2ce",
                "md5": "6a114ca9e7e96779c086fd8edb8a23c7",
                "sha256": "3a471cae7c6c3456ad9937b0bd7ddba6a8b12843b8b48a6a773e325202b417d4"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a114ca9e7e96779c086fd8edb8a23c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 13291890,
            "upload_time": "2024-02-25T08:37:04",
            "upload_time_iso_8601": "2024-02-25T08:37:04.758074Z",
            "url": "https://files.pythonhosted.org/packages/e6/1f/4eeef1228f9ca5784edfddb568237efce26da7648cfe2d127c9cca3fd2ce/aequilibrae-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1721df61b21268516a905da1ea096d6ce3acfff6b686e2b886dd3fb872155a6",
                "md5": "925048d4118a47cc44554ee5b45a6ef9",
                "sha256": "0ee88bdc22e591a0f66fd2ea3ea7231ea3e3506b7e1ca65cd0c0b75fbf65032b"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "925048d4118a47cc44554ee5b45a6ef9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 10329701,
            "upload_time": "2024-02-25T08:32:25",
            "upload_time_iso_8601": "2024-02-25T08:32:25.395100Z",
            "url": "https://files.pythonhosted.org/packages/a1/72/1df61b21268516a905da1ea096d6ce3acfff6b686e2b886dd3fb872155a6/aequilibrae-1.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "034ba4ce21cfd34d672a5fe668966de7badeafe7234b178a86f473ff41cb648e",
                "md5": "c8dc02ea487053a029ca13e5c5893782",
                "sha256": "579b545f63a3c876fcdff7eacaaef7ebfd24557c47654b5072b210cc32aecd33"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "c8dc02ea487053a029ca13e5c5893782",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 10511634,
            "upload_time": "2024-02-25T08:34:18",
            "upload_time_iso_8601": "2024-02-25T08:34:18.342251Z",
            "url": "https://files.pythonhosted.org/packages/03/4b/a4ce21cfd34d672a5fe668966de7badeafe7234b178a86f473ff41cb648e/aequilibrae-1.0.1-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49584e85fb0c766862a88d07afa3b990da3925876ce780b3119fd125ab219220",
                "md5": "72a28520fd41462555b7a23e35f3fe47",
                "sha256": "708b10b4b90920e5eac044f3e47deb28e0273fc2758bddf1cd69a849a644db99"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72a28520fd41462555b7a23e35f3fe47",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 13321179,
            "upload_time": "2024-02-25T08:37:07",
            "upload_time_iso_8601": "2024-02-25T08:37:07.884931Z",
            "url": "https://files.pythonhosted.org/packages/49/58/4e85fb0c766862a88d07afa3b990da3925876ce780b3119fd125ab219220/aequilibrae-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8140493ece257797d47324bdf9bfb18ff6f69df879131dd235c45e96acb99618",
                "md5": "e9e6265721b517ed73b4792317187ab4",
                "sha256": "3f0d629ee331903111a21bead7e7350531f5771fa2773e6e9a2fb92201f4ca20"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e9e6265721b517ed73b4792317187ab4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 10328270,
            "upload_time": "2024-02-25T08:32:59",
            "upload_time_iso_8601": "2024-02-25T08:32:59.346396Z",
            "url": "https://files.pythonhosted.org/packages/81/40/493ece257797d47324bdf9bfb18ff6f69df879131dd235c45e96acb99618/aequilibrae-1.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bfe6d4d727d44cdbe91450eb1e06a13c21ca4b256958026d7ae8d95466a6b9e",
                "md5": "7d4d4d32bbb296d0e712c0bbdcea2ae7",
                "sha256": "9f817ac65027643dd9f46fe97b07b2e2a50075dc2fd7334f84c7c8e82a29200e"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d4d4d32bbb296d0e712c0bbdcea2ae7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 10536944,
            "upload_time": "2024-02-25T08:35:30",
            "upload_time_iso_8601": "2024-02-25T08:35:30.441231Z",
            "url": "https://files.pythonhosted.org/packages/3b/fe/6d4d727d44cdbe91450eb1e06a13c21ca4b256958026d7ae8d95466a6b9e/aequilibrae-1.0.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be9b2cc1a4745150f7fdede5eaaad691afee4d583bdc9f426e663b3c4789cf4d",
                "md5": "fb002783c14b5b2deacaf4f0d95434bb",
                "sha256": "8f6fcb6e99648250dfbc848e83cea5304c50129600676964eb62ed9f61018228"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb002783c14b5b2deacaf4f0d95434bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 13148103,
            "upload_time": "2024-02-25T08:37:10",
            "upload_time_iso_8601": "2024-02-25T08:37:10.660182Z",
            "url": "https://files.pythonhosted.org/packages/be/9b/2cc1a4745150f7fdede5eaaad691afee4d583bdc9f426e663b3c4789cf4d/aequilibrae-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df0822939d3b98655e9ba5dd51779a366570720c0e22206ee0495a243fb94ead",
                "md5": "55432cafd2ee07d531c14d4f69395dbe",
                "sha256": "d2f95f22e58df3eaef6da46b440f5187413e55a1c5558da296ad240b4c536aab"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "55432cafd2ee07d531c14d4f69395dbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 10333648,
            "upload_time": "2024-02-25T08:32:19",
            "upload_time_iso_8601": "2024-02-25T08:32:19.863239Z",
            "url": "https://files.pythonhosted.org/packages/df/08/22939d3b98655e9ba5dd51779a366570720c0e22206ee0495a243fb94ead/aequilibrae-1.0.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6389eb3e0b31919d9acccf75cfe8afc89aea95d3af25621f151f37bb89bfc042",
                "md5": "3396060d349e8e4aa5fe239052925e10",
                "sha256": "401393f9999fa84e6c751fa2aa5c54af0f6380ce1f1cd60dda30142a876fc455"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3396060d349e8e4aa5fe239052925e10",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 10533737,
            "upload_time": "2024-02-25T08:34:45",
            "upload_time_iso_8601": "2024-02-25T08:34:45.182528Z",
            "url": "https://files.pythonhosted.org/packages/63/89/eb3e0b31919d9acccf75cfe8afc89aea95d3af25621f151f37bb89bfc042/aequilibrae-1.0.1-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5781ee5b485843f57d2ab67b6103bb0123eb1c7df2fc69a850c1c300452c6690",
                "md5": "92c239fb3eb545fd77c85c93596049dc",
                "sha256": "3b9c0ec4c3cfa0da8874c9ff2167e68866010bf35b3f0bbb9c57b054e2479915"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "92c239fb3eb545fd77c85c93596049dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 13080608,
            "upload_time": "2024-02-25T08:37:13",
            "upload_time_iso_8601": "2024-02-25T08:37:13.461752Z",
            "url": "https://files.pythonhosted.org/packages/57/81/ee5b485843f57d2ab67b6103bb0123eb1c7df2fc69a850c1c300452c6690/aequilibrae-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d5be980ae2279aabcfe50864fde1500f3219deeb298c2e53e51308173af5238",
                "md5": "77972403b6ae4cc83aef27dc0f37130d",
                "sha256": "c059f89a97888a1fa53b4e512c1397472e4b44c05f26a38418b5b24994887764"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "77972403b6ae4cc83aef27dc0f37130d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 10331116,
            "upload_time": "2024-02-25T08:32:11",
            "upload_time_iso_8601": "2024-02-25T08:32:11.776069Z",
            "url": "https://files.pythonhosted.org/packages/9d/5b/e980ae2279aabcfe50864fde1500f3219deeb298c2e53e51308173af5238/aequilibrae-1.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4960b13cac5080d47e73d4c74a11f0c59d7ab47f2c02ecabaaf002885f1f64e",
                "md5": "2423f1d239cddef07628faf737d7f290",
                "sha256": "c29a80eff3cb71fc2b2e6e093742e403ce49a79f56db64bdd0bbce27d1176c45"
            },
            "downloads": -1,
            "filename": "aequilibrae-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2423f1d239cddef07628faf737d7f290",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10547709,
            "upload_time": "2024-02-25T08:34:12",
            "upload_time_iso_8601": "2024-02-25T08:34:12.614382Z",
            "url": "https://files.pythonhosted.org/packages/f4/96/0b13cac5080d47e73d4c74a11f0c59d7ab47f2c02ecabaaf002885f1f64e/aequilibrae-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 08:34:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AequilibraE",
    "github_project": "aequilibrae",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "aequilibrae"
}
        
Elapsed time: 0.18081s