COMPAS


NameCOMPAS JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttp://compas.dev
SummaryThe COMPAS framework
upload_time2024-03-01 23:04:29
maintainer
docs_urlNone
authorTom Van Mele
requires_python>=2.7
licenseMIT
keywords architecture engineering fabrication construction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The COMPAS framework

![build](https://github.com/compas-dev/compas/workflows/build/badge.svg)
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas.svg)](https://github.com/compas-dev/compas)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/compas)](https://anaconda.org/conda-forge/compas)
[![pip downloads](https://img.shields.io/pypi/dm/compas)](https://pypi.python.org/project/COMPAS)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/COMPAS.svg)](https://pypi.python.org/project/COMPAS)
[![PyPI - Latest Release](https://img.shields.io/pypi/v/COMPAS.svg)](https://pypi.python.org/project/COMPAS)
[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/compas)](https://anaconda.org/conda-forge/compas)
[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas)](https://anaconda.org/conda-forge/compas)
[![DOI](https://zenodo.org/badge/104857648.svg)](https://zenodo.org/badge/latestdoi/104857648)
[![Twitter Follow](https://img.shields.io/twitter/follow/compas_dev?style=social)](https://twitter.com/compas_dev)

The **COMPAS** framework is an open-source, Python-based framework for computational research and collaboration in architecture, engineering, digital fabrication and construction.

The framework consists of a general-purpose core library, written in pure Python, and a growing collection of extensions that provide easy access to peer-reviewed research, state-of-the-art external libraries such as CGAL, libigl and Triangle, and tools with specialized functionality for AEFC applications such as Abaqus, ANSYS, SOFISTIK, ROS, etc.

COMPAS has dedicated packages for working with Rhino, Grasshopper, and Blender, but it can be used in any environment that supports Python scripting. It is available on PyPI and conda-forge and can be easily installed using popular package managers on multiple platforms.

## COMPAS 2.0!

We are working on a new major release of the framework, COMPAS 2.0!
Therefore, be aware that the current version of the repository already contains some changes that are incompatible with the version 1 releases.
The documentation of the latest stable version (COMPAS 1.17.6) [is available here](https://compas.dev/compas/1.17.6).

## Installation

The recommended way to install **COMPAS** is to use [Anaconda/conda](https://conda.io/docs/):

```bash
conda config --add channels conda-forge
conda install COMPAS
```

For other installation options, see <https://compas.dev/compas/latest/installation.html>

## First Steps

* <https://compas.dev/compas/latest/gettingstarted.html>
* <https://compas.dev/compas/latest/tutorial.html>
* <https://compas.dev/compas/latest/api.html>

## Questions and feedback

The **COMPAS** framework has a forum: <https://forum.compas-framework.org/>
for questions and discussions.

## Issue tracker

If you find a bug, please help us solve it by [filing a report](https://github.com/compas-dev/compas/issues).

## Contributing

If you want to contribute, check out the [contribution guidelines](https://compas.dev/compas/latest/devguide.html).

## Changelog

See changes between releases on the [changelog](https://compas.dev/compas/latest/changelog.html).

## License

The main library of **COMPAS** is [released under the MIT license](https://compas.dev/compas/latest/license.html).

## Credits

COMPAS is developed by a small team of core developers (`compas-dev`) and with the support of contributers from the open source community.
See the [list of authors](AUTHORS.md) for a complete overview...

            

Raw data

            {
    "_id": null,
    "home_page": "http://compas.dev",
    "name": "COMPAS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "",
    "keywords": "architecture,engineering,fabrication,construction",
    "author": "Tom Van Mele",
    "author_email": "van.mele@arch.ethz.ch",
    "download_url": "https://files.pythonhosted.org/packages/65/c0/65283cb7d85d0e8a0b4e51de611af47d50473dcaf44d67faef0cafff5185/COMPAS-2.1.0.tar.gz",
    "platform": null,
    "description": "# The COMPAS framework\r\n\r\n![build](https://github.com/compas-dev/compas/workflows/build/badge.svg)\r\n[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas.svg)](https://github.com/compas-dev/compas)\r\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/compas)](https://anaconda.org/conda-forge/compas)\r\n[![pip downloads](https://img.shields.io/pypi/dm/compas)](https://pypi.python.org/project/COMPAS)\r\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/COMPAS.svg)](https://pypi.python.org/project/COMPAS)\r\n[![PyPI - Latest Release](https://img.shields.io/pypi/v/COMPAS.svg)](https://pypi.python.org/project/COMPAS)\r\n[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/compas)](https://anaconda.org/conda-forge/compas)\r\n[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas)](https://anaconda.org/conda-forge/compas)\r\n[![DOI](https://zenodo.org/badge/104857648.svg)](https://zenodo.org/badge/latestdoi/104857648)\r\n[![Twitter Follow](https://img.shields.io/twitter/follow/compas_dev?style=social)](https://twitter.com/compas_dev)\r\n\r\nThe **COMPAS** framework is an open-source, Python-based framework for computational research and collaboration in architecture, engineering, digital fabrication and construction.\r\n\r\nThe framework consists of a general-purpose core library, written in pure Python, and a growing collection of extensions that provide easy access to peer-reviewed research, state-of-the-art external libraries such as CGAL, libigl and Triangle, and tools with specialized functionality for AEFC applications such as Abaqus, ANSYS, SOFISTIK, ROS, etc.\r\n\r\nCOMPAS has dedicated packages for working with Rhino, Grasshopper, and Blender, but it can be used in any environment that supports Python scripting. It is available on PyPI and conda-forge and can be easily installed using popular package managers on multiple platforms.\r\n\r\n## COMPAS 2.0!\r\n\r\nWe are working on a new major release of the framework, COMPAS 2.0!\r\nTherefore, be aware that the current version of the repository already contains some changes that are incompatible with the version 1 releases.\r\nThe documentation of the latest stable version (COMPAS 1.17.6) [is available here](https://compas.dev/compas/1.17.6).\r\n\r\n## Installation\r\n\r\nThe recommended way to install **COMPAS** is to use [Anaconda/conda](https://conda.io/docs/):\r\n\r\n```bash\r\nconda config --add channels conda-forge\r\nconda install COMPAS\r\n```\r\n\r\nFor other installation options, see <https://compas.dev/compas/latest/installation.html>\r\n\r\n## First Steps\r\n\r\n* <https://compas.dev/compas/latest/gettingstarted.html>\r\n* <https://compas.dev/compas/latest/tutorial.html>\r\n* <https://compas.dev/compas/latest/api.html>\r\n\r\n## Questions and feedback\r\n\r\nThe **COMPAS** framework has a forum: <https://forum.compas-framework.org/>\r\nfor questions and discussions.\r\n\r\n## Issue tracker\r\n\r\nIf you find a bug, please help us solve it by [filing a report](https://github.com/compas-dev/compas/issues).\r\n\r\n## Contributing\r\n\r\nIf you want to contribute, check out the [contribution guidelines](https://compas.dev/compas/latest/devguide.html).\r\n\r\n## Changelog\r\n\r\nSee changes between releases on the [changelog](https://compas.dev/compas/latest/changelog.html).\r\n\r\n## License\r\n\r\nThe main library of **COMPAS** is [released under the MIT license](https://compas.dev/compas/latest/license.html).\r\n\r\n## Credits\r\n\r\nCOMPAS is developed by a small team of core developers (`compas-dev`) and with the support of contributers from the open source community.\r\nSee the [list of authors](AUTHORS.md) for a complete overview...\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The COMPAS framework",
    "version": "2.1.0",
    "project_urls": {
        "Documentation": "http://compas.dev",
        "Forum": "https://forum.compas-framework.org/",
        "Homepage": "http://compas.dev",
        "Issues": "https://github.com/compas-dev/compas/issues",
        "Repository": "https://github.com/compas-dev/compas"
    },
    "split_keywords": [
        "architecture",
        "engineering",
        "fabrication",
        "construction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e549cd2bc101be280aff0fcbdc092c546826d3f455c219ec13667ea9cbfd67ff",
                "md5": "5ab72bbe2bb35dd215d16174daa2fc2e",
                "sha256": "0848d7ecd2fbf223f61c1d21a3e9823f472bb896215a53510253b99c5def64b8"
            },
            "downloads": -1,
            "filename": "COMPAS-2.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ab72bbe2bb35dd215d16174daa2fc2e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7",
            "size": 2459885,
            "upload_time": "2024-03-01T23:04:26",
            "upload_time_iso_8601": "2024-03-01T23:04:26.140449Z",
            "url": "https://files.pythonhosted.org/packages/e5/49/cd2bc101be280aff0fcbdc092c546826d3f455c219ec13667ea9cbfd67ff/COMPAS-2.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65c065283cb7d85d0e8a0b4e51de611af47d50473dcaf44d67faef0cafff5185",
                "md5": "fd41778da83e8debf4c122ab0d2f674b",
                "sha256": "47a82d774bd0bbed9db8be7e57b1ff108892516e988277ed483ce68d29fcc985"
            },
            "downloads": -1,
            "filename": "COMPAS-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fd41778da83e8debf4c122ab0d2f674b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 2258804,
            "upload_time": "2024-03-01T23:04:29",
            "upload_time_iso_8601": "2024-03-01T23:04:29.227565Z",
            "url": "https://files.pythonhosted.org/packages/65/c0/65283cb7d85d0e8a0b4e51de611af47d50473dcaf44d67faef0cafff5185/COMPAS-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 23:04:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "compas-dev",
    "github_project": "compas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "compas"
}
        
Elapsed time: 0.20988s