spezilicense
Science Score: 59.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: StanfordSpezi
- License: mit
- Language: Swift
- Default Branch: main
- Homepage: https://swiftpackageindex.com/StanfordSpezi/SpeziLicense/documentation/spezilicense
- Size: 1.23 MB
Statistics
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 1
- Releases: 4
Metadata Files
README.md
SpeziLicense
Provides a view that renders a list of all package dependecies used in the project.
|
|
|:---:|
| A ContributionsList rendered in the Spezi Template Application. |
Overview
The Spezi License module provides a quick way to inform users about the tools and packages you have leveraged in your project including their license information.
You use the ContributionsList abstraction within your views to visualize a list of all Swift package dependecies used in your Xcode project.
This package builds on Felix Hermann's' SwiftPackageList library under the hood.
Setup
1. Add Spezi License and Swift Package List as a Dependency.
You need to add the SpeziLicense and SwiftPackageList Swift package to your app in Xcode or Swift package.
2. Add the SwiftPackageListPlugin to your Xcode Project
Add the SwiftPackageListPlugin to the "Run Build Tool Plug-ins" in your Build Phases settings of your Xcode project as described in the SwiftPackageList documentation.
Example
Contributions List
The ContributionsList allows you to render a list containing all used Swift packages in your Xcode project including license infromation. The code example below showcases how to render a simple list view with all used package dependencies.
```swift import SpeziLicense import SwiftUI
struct ExamplePackageDependenciesView: View {
var body: some View {
ContributionsList(projectLicense: .mit)
}
} ```
Contributing
Contributions to this project are welcome. Please make sure to read the contribution guidelines and the contributor covenant code of conduct first.
License
This project is licensed under the MIT License. See Licenses for more information.

Owner
- Name: Stanford Spezi
- Login: StanfordSpezi
- Kind: organization
- Repositories: 1
- Profile: https://github.com/StanfordSpezi
GitHub Events
Total
- Create event: 3
- Release event: 2
- Issues event: 1
- Watch event: 2
- Delete event: 2
- Issue comment event: 5
- Push event: 7
- Pull request review event: 1
- Pull request event: 4
Last Year
- Create event: 3
- Release event: 2
- Issues event: 1
- Watch event: 2
- Delete event: 2
- Issue comment event: 5
- Push event: 7
- Pull request review event: 1
- Pull request event: 4
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Paul Schmiedmayer | P****r | 4 |
| Nikolai Madlener | 3****r | 1 |
| Lukas Kollmer | h****y@l****e | 1 |
| Andreas Bauer | a****r@s****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 2
- Total pull requests: 5
- Average time to close issues: 5 days
- Average time to close pull requests: 11 days
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 1.8
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 13 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 2.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- PSchmiedmayer (1)
- philippzagar (1)
Pull Request Authors
- NikolaiMadlener (4)
- lukaskollmer (2)
- PSchmiedmayer (2)
- Supereg (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
swiftpackageindex.com: github.com/StanfordSpezi/SpeziLicense
- Homepage: https://swiftpackageindex.com/StanfordSpezi/SpeziLicense/documentation/spezilicense
- Documentation: https://swiftpackageindex.com/StanfordSpezi/SpeziLicense/documentation
- License: mit
-
Latest release: 1.0.0
published 9 months ago