https://github.com/caltechlibrary/py-cli-template

GitHub template project for non-web Python application projects. To use this, DO NOT CLONE OR FORK this repository; click on "Use this template". After it's used to create a new repo, this will run a GitHub Actions workflow to update files and directories, so give it a minute and refresh your browser to see the finished result.

https://github.com/caltechlibrary/py-cli-template

Science Score: 18.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
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.8%) to scientific vocabulary

Keywords

boilerplate generator github-actions project-template python templates
Last synced: 4 months ago · JSON representation ·

Repository

GitHub template project for non-web Python application projects. To use this, DO NOT CLONE OR FORK this repository; click on "Use this template". After it's used to create a new repo, this will run a GitHub Actions workflow to update files and directories, so give it a minute and refresh your browser to see the finished result.

Basic Info
  • Host: GitHub
  • Owner: caltechlibrary
  • License: other
  • Language: Makefile
  • Default Branch: main
  • Homepage:
  • Size: 139 KB
Statistics
  • Stars: 3
  • Watchers: 4
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Archived
Topics
boilerplate generator github-actions project-template python templates
Created about 4 years ago · Last pushed about 3 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

%REPO_NAME%

%DESCRIPTION%

License Latest release

Table of contents

Introduction

This README file is in Markdown format, and is meant to provide a template for README files as well an illustration of what the README file can be expected to look like. For software, this Introduction section – which you are presently reading – should provide background for the program, a brief explanation of what the project is about, and optionally, pointers to resources that can help orient readers. Ideally, this section should be short.

Installation

Begin this section by mentioning any prerequisites that may be important for users to have before they can use your software. Examples include hardware and operating system requirements.

Next, provide step-by-step instructions for installing the software, preferably with command examples that can be copy-pasted by readers into their software environments.

Sometimes, subsections may be needed for different operating systems or particularly complicated installations.

Usage

This Usage section would explain more about how to run the software, what kind of behavior to expect, and so on.

Begin with the simplest possible example of how to use your software. Provide example command lines and/or screen images, as appropriate, to help readers understand how the software is expected to be used. Many readers are likely to look for command lines they can copy-paste directly from your explanations, so it's best to keep that in mind as you write examples.

Some programs are complicated and users can benefit from additional sections in the README file. It's difficult to give specific instructions – a lot depends on your software, your intended audience, etc. Use your judgment and ask for feedback from users or colleagues to help figure out what else is worth explaining.

Known issues and limitations

In this section, summarize any notable issues and/or limitations of your software. If none are known yet, this section can be omitted (and don't forget to remove the corresponding entry in the Table of Contents too); alternatively, you can leave this section in and write something along the lines of "none are known at this time".

Getting help

If you find an issue, please submit it in the GitHub issue tracker for this repository.

Contributing

Your help and participation in enhancing %REPO_NAME% is welcome! Please visit the guidelines for contributing for some tips on getting started.

License

Software produced by the Caltech Library is Copyright © %CREATION_YEAR% California Institute of Technology. This software is freely distributed under a BSD-style license. Please see the LICENSE file for more information.

Authors and history

In this section, list the authors and contributors to this software project. Adding additional notes here about the history of the software and the overall project can make it more interesting and compelling. This is also a place where you can acknowledge other contributions to the work and the use of other people's software or tools.

Acknowledgments

This work was funded by the California Institute of Technology Library.


Owner

  • Name: Caltech Library
  • Login: caltechlibrary
  • Kind: organization
  • Email: helpdesk@library.caltech.edu
  • Location: Pasadena, CA 91125

We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.

Citation (CITATION-TEMPLATE.cff)

cff-version: 1.2
message: "If you use this software, please cite it using these metadata."
title: "%REPO_NAME%"
authors: 
  - family-names: %AUTHOR_FAMILY_NAME%
    given-names: %AUTHOR_FIRST_NAME%
    affiliation: "Caltech Library"
    orcid: "https://orid.org/YOUR-ORCID-NUMBER"
version: "0.0.0"
abstract: "%DESCRIPTION%"
repository-code: "https://github.com/caltechlibrary/%REPO_NAME%"
type: software
license-url: "https://github.com/caltechlibrary/%REPO_NAME%/blob/main/LICENSE"
keywords: 
  - "KEYWORDS"
date-released: "RELEASE-DATE"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mhucka (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/rename_project.yml actions
  • actions/checkout v3 composite
  • andstor/file-existence-action v2 composite
  • stefanzweifel/git-auto-commit-action v4 composite
requirements-dev.txt pypi
  • flake8 >=4.0.1 development
  • flake8-bugbear >=22.4.25 development
  • flake8-builtins >=1.5.3 development
  • flake8-comprehensions >=3.8.0 development
  • flake8-executable >=2.1.1 development
  • flake8-pie >=0.15.0 development
  • flake8-simplify >=0.19.2 development
  • flake8_implicit_str_concat >=0.3.0 development
  • pytest >=6.2.5 development
  • pytest-cov >=3.0.0 development
  • pytest-mock >=3.7.0 development
requirements.txt pypi
  • boltons *
  • plac *
  • sidetrack *