ModuleMixins

Library for performing module level mixins (a la Ruby) in Julia

https://github.com/jhidding/modulemixins.jl

Science Score: 54.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
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary

Keywords from Contributors

mesh interactive
Last synced: 6 months ago · JSON representation ·

Repository

Library for performing module level mixins (a la Ruby) in Julia

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 3
Created over 1 year ago · Last pushed 7 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

ModuleMixins

Stable Documentation In development documentation Build Status Test workflow status Docs workflow Status

Coverage DOI Contributor Covenant All Contributors

ModuleMixins is a way of composing families of struct definitions on a module level. Suppose we have several modules that contain structs of the same name. We can compose these modules such that all the structs they have in common are merged. Methods that work on one component should now work on the composed type.

```julia using ModuleMixins

@compose module A struct S a end end

@compose module B @mixin A

struct S b end end

@assert fieldnames(B.S) == (:a, :b) ```

See the full documentation.

How to Cite

If you use ModuleMixins.jl in your work, please cite using the reference given in CITATION.cff.

Contributing

If you want to make contributions of any kind, please first that a look into our contributing guide directly on GitHub or the contributing page on the website.


Contributors

Owner

  • Name: Johannes Hidding
  • Login: jhidding
  • Kind: user
  • Location: Amersfoort
  • Company: @NLeSC

Citation (CITATION.cff)

# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: ModuleMixins.jl.jl
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Johan Hidding
    email: j.hidding@esciencecenter.nl

GitHub Events

Total
  • Create event: 2
  • Commit comment event: 4
  • Issues event: 3
  • Release event: 2
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 11
  • Pull request event: 2
Last Year
  • Create event: 2
  • Commit comment event: 4
  • Issues event: 3
  • Release event: 2
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 11
  • Pull request event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 30
  • Total Committers: 3
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.067
Past Year
  • Commits: 30
  • Committers: 3
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.067
Top Committers
Name Email Commits
Johan Hidding j****g@e****l 28
dependabot[bot] 4****] 1
Abel Soares Siqueira a****a@e****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: 15 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 3
  • Pull requests: 3
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: 15 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • jhidding (2)
  • JuliaTagBot (1)
Pull Request Authors
  • dependabot[bot] (4)
  • abelsiqueira (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
juliahub.com: ModuleMixins

Library for performing module level mixins (a la Ruby) in Julia

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 3.2%
Average: 9.8%
Dependent packages count: 16.3%
Last synced: 6 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Copier.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
  • peter-evans/create-pull-request v6 composite
.github/workflows/Docs.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Lint.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
  • lycheeverse/lychee-action v1 composite
.github/workflows/PreCommitUpdate.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/create-pull-request v6 composite
.github/workflows/ReusableTest.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/Test.yml actions
.github/workflows/TestOnPRs.yml actions
poetry.lock pypi
  • annotated-types 0.7.0
  • argh 0.30.5
  • brei 0.2.3
  • colorama 0.4.6
  • copier 9.3.1
  • dunamai 1.21.2
  • entangled-cli 2.1.0
  • filelock 3.15.4
  • funcy 2.0
  • jinja2 3.1.4
  • jinja2-ansible-filters 1.3.2
  • markdown-it-py 3.0.0
  • markupsafe 2.1.5
  • mawk 0.1.4
  • mdurl 0.1.2
  • packaging 24.1
  • pathspec 0.12.1
  • pexpect 4.9.0
  • plumbum 1.8.3
  • prompt-toolkit 3.0.36
  • ptyprocess 0.7.0
  • pydantic 2.8.2
  • pydantic-core 2.20.1
  • pygments 2.18.0
  • pywin32 306
  • pyyaml 6.0.1
  • questionary 2.0.1
  • rich 13.7.1
  • rich-argparse 1.5.2
  • tomlkit 0.12.5
  • typing-extensions 4.12.2
  • watchdog 3.0.0
  • wcwidth 0.2.13
pyproject.toml pypi
  • copier ^9.3.1
  • entangled-cli *
  • python ^3.11