Science Score: 26.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Keywords from Contributors
Repository
A requirements traceability tool
Basic Info
- Host: GitHub
- Owner: awslabs
- License: apache-2.0
- Language: Rust
- Default Branch: main
- Homepage: https://awslabs.github.io/duvet/
- Size: 1.59 MB
Statistics
- Stars: 84
- Watchers: 10
- Forks: 16
- Open Issues: 37
- Releases: 2
Metadata Files
README.md
Duvet
Duvet is a tool that establishes a bidirectional link between implementation and specification. This practice is called requirements traceability, which is defined as:
the ability to describe and follow the life of a requirement in both a forwards and backwards direction (i.e., from its origins, through its development and specification, to its subsequent deployment and use, and through periods of ongoing refinement and iteration in any of these phases)
Quick Start
Before getting started, Duvet requires a rust toolchain.
Install command
console $ cargo install duvet --lockedInitialize repository
In this example, we are using Rust. However, Duvet can be used with any language.
console $ duvet init --lang-rust --specification https://www.rfc-editor.org/rfc/rfc2324Add a implementation comment in the project
```rust // src/lib.rs
//= https://www.rfc-editor.org/rfc/rfc2324#section-2.1.1 //# A coffee pot server MUST accept both the BREW and POST method //# equivalently. ```
Generate a report
console $ duvet report
Development
Building
console
$ cargo xtask build
Testing
console
$ cargo xtask test
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
Owner
- Name: Amazon Web Services - Labs
- Login: awslabs
- Kind: organization
- Location: Seattle, WA
- Website: http://amazon.com/aws/
- Repositories: 914
- Profile: https://github.com/awslabs
AWS Labs
GitHub Events
Total
- Issues event: 9
- Watch event: 18
- Delete event: 46
- Issue comment event: 20
- Push event: 161
- Pull request review comment event: 45
- Pull request review event: 77
- Pull request event: 90
- Fork event: 3
- Create event: 49
Last Year
- Issues event: 9
- Watch event: 18
- Delete event: 46
- Issue comment event: 20
- Push event: 161
- Pull request review comment event: 45
- Pull request review event: 77
- Pull request event: 90
- Fork event: 3
- Create event: 49
Committers
Last synced: about 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Cameron Bytheway | b****n@g****m | 9 |
| dependabot[bot] | 4****]@u****m | 6 |
| Julian Eager | e****r@t****m | 5 |
| Alex Chew | a****w@a****m | 3 |
| seebees | r****r@a****m | 3 |
| Cameron Bytheway | b****c@a****m | 2 |
| Amazon GitHub Automation | 5****o@u****m | 1 |
| James Mayclin | m****j@a****m | 1 |
| torben-hansen | 5****n@u****m | 1 |
| Tony Knapp | 5****y@u****m | 1 |
| Lindsay Stewart | s****y@g****m | 1 |
| toidiu | a****v@t****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 45
- Total pull requests: 166
- Average time to close issues: 3 months
- Average time to close pull requests: about 1 month
- Total issue authors: 10
- Total pull request authors: 15
- Average comments per issue: 0.89
- Average comments per pull request: 0.44
- Merged pull requests: 106
- Bot issues: 1
- Bot pull requests: 35
Past Year
- Issues: 11
- Pull requests: 78
- Average time to close issues: 6 days
- Average time to close pull requests: 14 days
- Issue authors: 4
- Pull request authors: 5
- Average comments per issue: 0.18
- Average comments per pull request: 0.17
- Merged pull requests: 51
- Bot issues: 1
- Bot pull requests: 17
Top Authors
Issue Authors
- seebees (16)
- eagr (13)
- camshaft (8)
- texastony (2)
- johubertj (1)
- chenyuan99 (1)
- lavaleri (1)
- alex-chew (1)
- maddeleine (1)
Pull Request Authors
- camshaft (73)
- dependabot[bot] (40)
- chenyuan99 (25)
- texastony (17)
- toidiu (6)
- seebees (6)
- eagr (5)
- petrp-aws (4)
- johubertj (2)
- ajewellamz (2)
- arunsathiya (2)
- alex-chew (1)
- jmayclin (1)
- lrstewart (1)
- torben-hansen (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cargo 36,831 total
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 11
- Total maintainers: 1
crates.io: duvet
A requirements traceability tool
- Documentation: https://docs.rs/duvet/
- License: Apache-2.0
-
Latest release: 0.4.1
published over 1 year ago
Rankings
Maintainers (1)
crates.io: duvet-macros
Internal crate used by duvet
- Documentation: https://docs.rs/duvet-macros/
- License: Apache-2.0
-
Latest release: 0.4.1
published over 1 year ago
Rankings
Maintainers (1)
crates.io: duvet-core
Internal crate used by duvet
- Documentation: https://docs.rs/duvet-core/
- License: Apache-2.0
-
Latest release: 0.4.1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- insta 1.0 development
- anyhow 1
- fnv 1
- glob 0.3
- goblin 0.3
- lazy_static 1
- pathdiff 0.2
- rayon 1
- regex 1
- reqwest 0.11
- serde 1
- serde_json 1
- structopt 0.3
- toml 0.5
- triple_accel 0.3
- url 2
- v_jsonescape 0.5
- @material-ui/core 4
- @material-ui/data-grid ^4.0.0-alpha.9
- @material-ui/icons 4
- @testing-library/jest-dom ^5.11.5
- @testing-library/react ^11.1.1
- @testing-library/user-event ^12.2.0
- clsx 1
- copy-to-clipboard ^3.3.1
- react ^17.0.1
- react-dom ^17.0.1
- react-router-dom ^5.2.0
- react-scripts 4.0.0
- actions-rs/cargo v1 composite
- actions-rs/cargo v1.0.3 composite
- actions-rs/toolchain v1 composite
- actions-rs/toolchain v1.0.7 composite
- actions/cache v3.2.2 composite
- actions/checkout v3 composite
- camshaft/install v1 composite
- camshaft/rust-cache v1 composite
- EmbarkStudios/cargo-deny-action v1 composite
- actions/checkout v3 composite
- 1232 dependencies