https://github.com/blockresearchgroup/compas_assembly

Assembly data structures for the COMPAS framework.

https://github.com/blockresearchgroup/compas_assembly

Science Score: 23.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
    5 of 11 committers (45.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary

Keywords

3dec assemblies discrete-element-modelling prd rbe

Keywords from Contributors

rhino3d constraints force-density form-finding aec blender3d datastructures geometry grasshopper3d tension
Last synced: 5 months ago · JSON representation

Repository

Assembly data structures for the COMPAS framework.

Basic Info
Statistics
  • Stars: 11
  • Watchers: 8
  • Forks: 15
  • Open Issues: 4
  • Releases: 11
Topics
3dec assemblies discrete-element-modelling prd rbe
Created about 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

COMPAS Assembly

GitHub - License PyPI - Python Version PyPI - Latest Release

Assembly data structure for the COMPAS framework.

Installation

Basic installation with pip.

bash pip install compas_assembly

Installation with pip in a conda environment.

bash conda create -n assembly compas conda activate assembly pip install compas_assembly

To use the viewer for visualisation of assemblies outside of CAD software, install compas_view2.

bash conda install compas_view2

First Steps

Try one of the examples included in the examples folder.

Questions and feedback

For questions and discussions try the forum: https://forum.compas-framework.org/.

Issue tracker

If you find a bug, please help us solve it by filing a report.

Changelog

See changes between releases on the changelog.

License

compas_ssembly is released under the MIT license.

Credits

See the list of authors for an overview of the contributors.

Owner

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

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 253
  • Total Committers: 11
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.368
Top Committers
Name Email Commits
Tom Van Mele v****t@e****h 160
brgcode t****e@g****m 52
Li l****0@g****m 12
brgcode v****e@a****h 10
Alessandro Dell'Endice a****e@g****m 5
Tom Van Mele b****g@a****h 4
GeneKao k****e@g****m 3
frankie r****o@a****h 3
Romana Rust r****t@a****h 2
Ricardo Maia Avelino 3****o@u****m 1
Gonzalo Casas g****s@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 6
  • Total pull requests: 8
  • Average time to close issues: about 20 hours
  • Average time to close pull requests: 21 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 1.67
  • Average comments per pull request: 0.38
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • yck011522 (3)
  • ricardoavelino (2)
  • filipejsbrandao (1)
Pull Request Authors
  • GeneKao (5)
  • franaudo (2)
  • petrasvestartas (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 56 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 11
  • Total maintainers: 2
pypi.org: compas-assembly
  • Homepage: https://blockresearchgroup.github.io/compas_assembly
  • Documentation: https://blockresearchgroup.github.io/compas_assembly
  • License: MIT License Copyright (c) 2018-2021 Block Research Group - ETH Zurich 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.7.1
    published almost 2 years ago
  • Versions: 11
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 56 Last month
Rankings
Dependent packages count: 4.7%
Forks count: 9.1%
Stargazers count: 17.7%
Average: 17.7%
Dependent repos count: 21.7%
Downloads: 35.3%
Maintainers (2)
Last synced: 6 months ago

Dependencies

requirements-dev.txt pypi
  • attrs >=17.4 development
  • autopep8 * development
  • bump2version >=1.0.1 development
  • check-manifest >=0.36 development
  • doc8 * development
  • flake8 * development
  • graphviz * development
  • invoke >=0.14 development
  • ipykernel * development
  • ipython >=5.8 development
  • isort * development
  • m2r2 * development
  • nbsphinx * development
  • pydocstyle * development
  • pytest >=3.2 development
  • sphinx >=3.4 development
  • sphinx_compas_theme >=0.13 development
  • twine * development
  • wheel * development
requirements.txt pypi
  • COMPAS >=1.0
  • shapely *
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • compas-dev/compas-actions.build v1.0.0 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • compas-dev/compas-actions.docs v1.3.0 composite
  • compas-dev/compas-actions.docversions v1.3.0 composite
  • crazy-max/ghaction-github-pages v2 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/setup-python v2 composite
  • compas-dev/compas-actions.publish v1.0.0 composite
.github/workflows/pr-checks.yml actions
  • Zomzog/changelog-checker v1.2.0 composite
  • actions/checkout v1 composite
pyproject.toml pypi