ModuleMixins
Library for performing module level mixins (a la Ruby) in Julia
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
Repository
Library for performing module level mixins (a la Ruby) in Julia
Basic Info
- Host: GitHub
- Owner: jhidding
- License: apache-2.0
- Language: Julia
- Default Branch: main
- Homepage: https://jhidding.github.io/ModuleMixins.jl
- Size: 508 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
- Releases: 3
Metadata Files
README.md
ModuleMixins
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
- Website: https://jhidding.github.io/
- Repositories: 114
- Profile: https://github.com/jhidding
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
Top Committers
| Name | 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
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
- Homepage: https://jhidding.github.io/ModuleMixins.jl
- Documentation: https://docs.juliahub.com/General/ModuleMixins/stable/
- License: Apache-2.0
-
Latest release: 0.2.0
published over 1 year ago
Rankings
Dependencies
- julia-actions/cache v2 composite
- julia-actions/setup-julia v2 composite
- 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
- actions/checkout v4 composite
- julia-actions/cache v2 composite
- julia-actions/setup-julia v2 composite
- 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
- actions/checkout v4 composite
- actions/setup-python v5 composite
- peter-evans/create-pull-request v6 composite
- 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
- JuliaRegistries/TagBot v1 composite
- 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
- copier ^9.3.1
- entangled-cli *
- python ^3.11