thombashi / python-lib-project-template

A project template for a Python library with CI configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python library project template: getting started

  • Click [Use this template] button to create a new repository
  • Replace project_name within the repository with an arbitrary name
    • ./rename_to.sh <new_name>
  • Modify authorized information at <project_name>/__version__.py

Related Project


README

Summary

CI status of Linux/macOS/Windows Test coverage: coveralls CodeQL

Installation

pip install <project_name>

Usage

Sample Code:
# Sample code
Output:
# Output

Dependencies

About

A project template for a Python library with CI configurations

License:MIT License


Languages

Language:Python 83.7%Language:Makefile 11.4%Language:Shell 4.9%