https://github.com/compas-dev/compas_triangle

COMPAS bindings for the triangle library.

https://github.com/compas-dev/compas_triangle

Science Score: 36.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
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

COMPAS bindings for the triangle library.

Basic Info
  • Host: GitHub
  • Owner: compas-dev
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 617 KB
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 2
  • Open Issues: 0
  • Releases: 7
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Code of conduct Authors

README.md

COMPAS Triangle

COMPAS-firendly wrappers for the Triangle library.

Installation

Stable releases can be installed from PyPI.

bash pip install compas_triangle

To install the latest version for development, do:

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

License

compas_triangle uses the Cython wrapper for Jonathan Richard Shewchuk's Triangle library. The Cython wrapper is available here: https://github.com/drufat/triangle

Use of the Triangle library is restricted to personal or academic purposes. The license of the library is included in this repo: LICENSE.Triangle

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: compas-dev
  • Login: compas-dev
  • Kind: organization

COMPAS - an open source computational framework for research and collaboration in AEC

GitHub Events

Total
  • Release event: 2
  • Push event: 4
  • Create event: 2
Last Year
  • Release event: 2
  • Push event: 4
  • Create event: 2

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 39
  • Total Committers: 2
  • Avg Commits per committer: 19.5
  • Development Distribution Score (DDS): 0.308
Top Committers
Name Email Commits
brgcode v****t@e****h 27
Li l****0@g****m 12
Committer Domains (Top 20 + Academic)
ethz.ch: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 23 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • 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
Pull Request Authors
  • petrasvestartas (4)
  • tkmmark (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 371 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 6
  • Total maintainers: 2
pypi.org: compas-triangle

COMPAS-firendly wrappers for the Triangle library

  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 371 Last month
Rankings
Dependent packages count: 4.8%
Downloads: 15.4%
Average: 17.8%
Forks count: 19.1%
Dependent repos count: 21.5%
Stargazers count: 27.8%
Maintainers (2)
Last synced: 10 months ago

Dependencies

requirements-dev.txt pypi
  • attrs >=17.4 development
  • autopep8 * development
  • bump2version >=0.5.11 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
requirements.txt pypi
  • compas >=1.10
  • triangle *
.github/workflows/build.yml actions
  • compas-dev/compas-actions.build v4 composite
.github/workflows/release.yml actions
  • compas-dev/compas-actions.build v4 composite
  • compas-dev/compas-actions.publish v3 composite
pyproject.toml pypi