greetings

simple example package used as part of the UCL Research Software Engineering with Python course

https://github.com/jessielu20/greetings

Science Score: 31.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
    Found 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 (4.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

simple example package used as part of the UCL Research Software Engineering with Python course

Basic Info
  • Host: GitHub
  • Owner: JessieLu20
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 3.91 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Greetings!

This is a very simple example package used as part of the UCL Research Software Engineering with Python course.

Installation

bash pip install git+https://github.com/JessieLu20/Greetings.git

Usage

Invoke the tool with greet <FirstName> <Secondname> or use it on your own library:

```python from greeting import greeter

greeter.greet(user.name, user.lastname) ```

Owner

  • Login: JessieLu20
  • Kind: user

Citation (CITATION.md)

If you wish to refer to this course, please cite the URL
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/

Portions of the material are taken from [Software Carpentry](http://software-carpentry.org/)

GitHub Events

Total
  • Push event: 3
  • Create event: 2
Last Year
  • Push event: 3
  • Create event: 2

Dependencies

pyproject.toml pypi
  • art *
  • pyyaml *