Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (11.9%) to scientific vocabulary
Repository
abaqus plugin for compas_fea2
Basic Info
- Host: GitHub
- Owner: fea2
- License: other
- Language: Python
- Default Branch: main
- Size: 4.03 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
compasfea2abaqus
abaqus plugin for compas_fea2
Getting started with this project
Setup code editor
- Open project folder in VS Code
- Select python environment for the project
- First time using VS Code and on Windows? Make sure select the correct terminal profile:
Ctrl+Shift+P,Terminal: Select Default Profileand selectCommand Prompt.
All terminal commands in the following sections can be run from the VS Code integrated terminal.
First steps with git
- Go to the
Source controltab - Make an initial commit with all newly created files
First steps with code
Install the newly created project
pip install -e .Install it on Rhino
python -m compas_rhino.install
Code conventions
Code convention follows PEP8 style guidelines and line length of 120 characters.
Check adherence to style guidelines
invoke lintFormat code automatically
invoke format
Documentation
Documentation is generated automatically out of docstrings and RST files in this repository
Generate the docs
invoke docsCheck links in docs are valid
invoke linkcheckOpen docs in your browser (file explorer ->
dist/docs/index.html)
Testing
Tests are written using the pytest framework
Run all tests from terminal
invoke testOr run them from VS Code from the
Testingtab
Developing Grasshopper components
We use Grasshopper Componentizer to develop Python components that can be stored and edited on git.
Build components
invoke build-ghuser-componentsInstall components on Rhino
python -m compas_rhino.install
Publish release
Releases follow the semver versioning convention.
Create a new release
invoke release major
Owner
- Name: fea2
- Login: fea2
- Kind: organization
- Location: Switzerland
- Repositories: 2
- Profile: https://github.com/fea2
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Ranaudo
given-names: Francesco
orcid: https://orcid.org/0000-0002-1612-5612
title: compas_fea2_abaqus
version: v0.1
date-released: 2022-12-22
GitHub Events
Total
- Push event: 7
- Pull request event: 1
- Fork event: 1
Last Year
- Push event: 7
- Pull request event: 1
- Fork event: 1
Dependencies
- compas-dev/compas-actions.docs v2 composite
- attrs >=17.4 development
- autopep8 * development
- black * development
- bump2version >=1.0.1 development
- check-manifest >=0.36 development
- compas_invocations * development
- doc8 * development
- flake8 * development
- graphviz * development
- invoke >=0.14 development
- ipykernel * development
- ipython >=5.8 development
- isort * development
- m2r2 * development
- matplotlib * development
- nbsphinx * development
- pydocstyle * development
- pytest >=3.2 development
- sphinx >=3.4 development
- sphinx_compas_theme >=0.15.18 development
- twine * development
- wheel * development
- compas_fea2 main