https://github.com/blockresearchgroup/compas_model

A universal model datastructure for design, analysis, fabrication, and construction

https://github.com/blockresearchgroup/compas_model

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords

bam bim bom
Last synced: 5 months ago · JSON representation

Repository

A universal model datastructure for design, analysis, fabrication, and construction

Basic Info
Statistics
  • Stars: 4
  • Watchers: 4
  • Forks: 4
  • Open Issues: 5
  • Releases: 15
Topics
bam bim bom
Created about 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Code of conduct

README.md

COMPAS Model

This package provides a universal model datastructure for design, analysis, fabrication, and construction of AEC objects.

Installation

Stable releases can be installed from PyPI.

bash pip install compas_model

To install the latest version for development, do:

bash git clone https://github.com/blockresearchgroup/compas_model.git cd compas_model pip install -e ".[dev]"

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS DR docs

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.

Owner

  • Name: Block Research Group
  • Login: BlockResearchGroup
  • Kind: organization
  • Location: Zurich

GitHub Events

Total
  • Create event: 18
  • Release event: 8
  • Issues event: 5
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 183
  • Pull request review comment event: 68
  • Pull request review event: 39
  • Pull request event: 37
  • Fork event: 3
Last Year
  • Create event: 18
  • Release event: 8
  • Issues event: 5
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 183
  • Pull request review comment event: 68
  • Pull request review event: 39
  • Pull request event: 37
  • Fork event: 3

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 5
  • Total pull requests: 23
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 13 days
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.39
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 15
  • Average time to close issues: 1 day
  • Average time to close pull requests: 2 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • petrasvestartas (4)
  • chenkasirer (1)
Pull Request Authors
  • petrasvestartas (17)
  • chenkasirer (3)
  • tomvanmele (2)
  • adellendice (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 3,637 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 14
  • Total maintainers: 1
pypi.org: compas-model

This package provides a universal model datastructure for design, analysis, fabrication, and construction of AEC objects.

  • Homepage: https://blockresearchgroup.github.io/compas_model
  • Documentation: https://blockresearchgroup.github.io/compas_model
  • License: MIT License ETH Zurich - Block Research Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.9.0
    published 6 months ago
  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,637 Last month
Rankings
Dependent packages count: 10.0%
Average: 37.9%
Dependent repos count: 65.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/build.yml actions
  • compas-dev/compas-actions.build v3 composite
.github/workflows/docs.yml actions
  • compas-dev/compas-actions.docs v2 composite
.github/workflows/pr-checks.yml actions
  • Zomzog/changelog-checker v1.2.0 composite
  • actions/checkout v1 composite
.github/workflows/release.yml actions
  • compas-dev/compas-actions.build v3 composite
  • compas-dev/compas-actions.publish v2 composite
requirements-dev.txt pypi
  • attrs >=17.4 development
  • black ==22.12.0 development
  • bump2version >=1.0.1 development
  • check-manifest >=0.36 development
  • compas_invocations * development
  • doc8 * development
  • flake8 * development
  • graphviz * development
  • importlib_metadata <5.0 development
  • invoke >=0.14 development
  • ipykernel * development
  • ipython >=5.8 development
  • isort * development
  • jinja2 >=3.0 development
  • m2r2 * development
  • nbsphinx * development
  • numpydoc * development
  • pydata-sphinx-theme * development
  • pydocstyle * development
  • pytest * development
  • pytest-mock * development
  • sphinx ==4.5 development
  • sphinx-copybutton * development
  • sphinx-design * development
  • sphinx-inline-tabs * development
  • sphinx-remove-toctrees * development
  • sphinx-togglebutton * development
  • sphinx_book_theme * development
  • sphinx_compas_theme >=0.15.18 development
  • sphinxcontrib-bibtex * development
  • sphinxcontrib-youtube * development
  • twine * development
  • wheel * development
requirements.txt pypi
  • compas >=2.0.0a2
  • nptyping *
  • typing_extensions *
pyproject.toml pypi