Science Score: 67.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
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: amisha-w
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 144 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

alt text

Greeter

A sample of a Good Repository.. This repo demonstrates the use of good structure and SE practices. It contains a Python module for a Greeter, that takes the name of a user as an input, and returns a kind greeting :)


DOI license test <!-- --> language contributors commits

🤝 Meet the team

🌼 Features

| Function |Description | | ------------- |:-------------:| | Greeter |Provides a refreshing greeting for you to start a new day!|

📥 Requirements.txt

  • The most important file for the requirements package is the requirements.txt file in our project repository.
  • It has all the external package dependencies for your project with version details(optional).
  • It is placed in the root folder of the project repository.
  • It is a plain text file with one package(requirement) per line and an empty final line.

🤔 Wish to contribute?

-You will find a CONTRIBUTING.md in our repository which will provide all the potential contributors a short guide yo how they can help build Greeter - This file is for: - Project Owners - Initiaters and maintainers of the file. - Project contributors - People who think existing features can be simplified or new features can be added to improve the project. - Users - Customers who want to clone the repository and use it create their own project. - Please go through the CONTRIBUTING.md to know more!

📝 Code of Conduct

  • A code of conduct defines standards for how to engage in a community. It signals an inclusive environment that respects all contributions.
  • It also outlines procedures for addressing problems between members of your project's community.
  • Please go through the CODEOFCONDUCT.md to know more!
༼ つ ◕_◕ ༽つ Full marks please

Icon credit: Flaticon

Owner

  • Name: Amisha Waghela
  • Login: amisha-w
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Hello!! If you use this software, please cite it using the metadata from this file"
title: "Preliminary Model"
abstract: "This is the first working model having a basic Python Script for displaying a greeting "
authors:
  - family-names: Chavan
    given-names: Ameya
  - family-names: Waghela
    given-names: Amisha
  - family-names: Das
    given-names: Aoishi
  - family-names: Shah
    given-names: Kunal
  - family-names: Mohan
    given-names: Swarnamalya
version: "0.0.1"
date-released: "08/28/2022"
doi: 10.5281/zenodo.7030331

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • atomicwrites ==1.4.1
  • attrs ==22.1.0
  • colorama ==0.4.5
  • iniconfig ==1.1.1
  • packaging ==21.3
  • pluggy ==1.0.0
  • py ==1.11.0
  • pyparsing ==3.0.9
  • pytest ==7.1.2
  • tomli ==2.0.1
setup.py pypi
  • attrs ,
.github/workflows/python_test_workflow.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite