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

schedule spezi stanford swiftui tasks xcode
Last synced: 6 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 5
  • Watchers: 11
  • Forks: 0
  • Open Issues: 1
  • Releases: 4
Created almost 2 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

SpeziLicense

Build and Test codecov DOI

Provides a view that renders a list of all package dependecies used in the project.

| Screenshot showing the ContributionsList. Screenshot showing the ContributionsList. | |:---:| | 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.

Spezi Footer Spezi Footer

Owner

  • Name: Stanford Spezi
  • Login: StanfordSpezi
  • Kind: organization

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

All Time
  • Total Commits: 7
  • Total Committers: 4
  • Avg Commits per committer: 1.75
  • Development Distribution Score (DDS): 0.429
Past Year
  • Commits: 4
  • Committers: 3
  • Avg Commits per committer: 1.333
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email 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
enhancement (2) good first issue (1) help wanted (1)
Pull Request Labels
enhancement (6) documentation (2)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
swiftpackageindex.com: github.com/StanfordSpezi/SpeziLicense
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 14.9%
Average: 22.9%
Dependent repos count: 30.9%
Last synced: 6 months ago

Dependencies

.github/workflows/build-and-test.yml actions
.github/workflows/pull_request.yml actions
Package.swift swiftpm