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

A collection of reusable pyinvoke tasks.

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

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
    2 of 2 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary

Keywords

developer-tools invoke tasks
Last synced: 5 months ago · JSON representation

Repository

A collection of reusable pyinvoke tasks.

Basic Info
  • Host: GitHub
  • Owner: compas-dev
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 8.44 MB
Statistics
  • Stars: 1
  • Watchers: 8
  • Forks: 1
  • Open Issues: 0
  • Releases: 8
Topics
developer-tools invoke tasks
Created over 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Authors

README.md

compas_invocations

pypi

A collection of reusable pyinvoke tasks

Usage

Import and add tasks to a collection in your project's tasks.py file:

import os
from invoke import Collection
from compas_invocations import style

ns = Collection(style.check, style.lint)
ns.configure(
    {
        "base_folder": os.path.dirname(__file__),
    }
)

For a more complete example, check the tasks.py of this project.

Owner

  • Name: compas-dev
  • Login: compas-dev
  • Kind: organization

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

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 38
  • Total Committers: 2
  • Avg Commits per committer: 19.0
  • Development Distribution Score (DDS): 0.053
Top Committers
Name Email Commits
Gonzalo Casas c****s@a****h 36
Chen Kasirer c****r@e****h 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 21 hours
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • gonzalocasas (2)
  • chenkasirer (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 539 last-month
  • Total dependent packages: 5
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 1
pypi.org: compas-invocations

A collection of reusable pyinvoke tasks

  • Versions: 8
  • Dependent Packages: 5
  • Dependent Repositories: 0
  • Downloads: 539 Last month
Rankings
Dependent packages count: 6.6%
Downloads: 7.8%
Average: 20.1%
Forks count: 23.2%
Dependent repos count: 30.6%
Stargazers count: 32.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements-dev.txt pypi
  • attrs >=17.4 development
  • autopep8 * development
  • black * development
  • bump2version >=1.0.1 development
  • check-manifest >=0.36 development
  • doc8 * development
  • graphviz * development
  • invoke * 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
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • compas-dev/compas-actions.build v1.1.1 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • compas-dev/compas-actions.docs v1.4.1 composite
  • compas-dev/compas-actions.docversions v1.3.0 composite
  • crazy-max/ghaction-github-pages v2 composite
.github/workflows/pr-checks.yml actions
  • Zomzog/changelog-checker v1.2.0 composite
  • actions/checkout v1 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/setup-python v2 composite
  • compas-dev/compas-actions.build v1.1.1 composite
  • compas-dev/compas-actions.publish v1.0.0 composite
  • mindsers/changelog-reader-action v2 composite
pyproject.toml pypi
requirements.txt pypi
setup.py pypi