-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
45 lines (36 loc) · 1.33 KB
/
Copy pathCITATION.cff
File metadata and controls
45 lines (36 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ============================================================
# CITATION.cff (How to cite this project)
# ============================================================
# REQ.UNIVERSAL: Professional open projects SHOULD include this file.
# USAGE: See https://citation-file-format.github.io/ for details.
cff-version: "1.2.0"
message: "If you use this work, please cite it using the metadata in this file."
type: software
title: "pup-check"
# Set version and date-released to match latest git tag or release.
version: "0.2.0"
date-released: "2026-08-26"
authors:
- family-names: Case
given-names: Denise M.
orcid: "https://orcid.org/0000-0001-6165-7389"
affiliation: "Northwest Missouri State University, School of Computer Science and Information Systems, Maryville, MO, USA"
repository-code: "https://github.com/pup-pack/pup-check"
url: "https://github.com/pup-pack/pup-check"
license: MIT
abstract: >
Command-line tool for checking professional Python repositories
for deterministic internal consistency across project metadata,
package structure, modules, paths, dependencies, entry points,
Python versions, and workflows.
keywords:
- repository-consistency
- project-validation
- python-projects
- developer-tooling
- command-line-tool
- python
- uvx
- automation
- software-quality
- software-architecture