https://github.com/alanpearl/pypackbasics

An educational template for making Python packages

https://github.com/alanpearl/pypackbasics

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An educational template for making Python packages

Basic Info
  • Host: GitHub
  • Owner: AlanPearl
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 10.7 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 6
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

pypackbasics

Python Packaging Basics: An educational template package

Installation

git clone https://github.com/AlanPearl/pypackbasics cd pypackbasics pip install . Dependencies - Python >= 3.6

Assignments

  • From an outside directory, run python -m pypackbasics.otherpack --help to run the __main__.py script
  • From the root directory of this project, run the single test case with python -m unittest
  • In tests/test_basic.py, write another test case and make sure it passes

Extensive resource for best practices

  • https://pythonpackaging.info

Owner

  • Name: Alan Pearl
  • Login: AlanPearl
  • Kind: user
  • Company: University of Pittsburgh

GitHub Events

Total
Last Year