Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thombashi/python-lib-project-template

A project template for a Python library with CI configurations
https://github.com/thombashi/python-lib-project-template

library-template project-template python-template template-project

Last synced: 3 months ago
JSON representation

A project template for a Python library with CI configurations

Awesome Lists containing this project

README

        

.. contents:: **project_name**
:backlinks: top
:depth: 2

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 ``
- Modify authorized information at ``/__version__.py``

Related Project
---------------------------------------------------------
- `thombashi/python-cli-project-template `__

********************************************************

README

Summary
============================================

|CI status| |CodeQL| |coverage|

.. |CI status| image:: https://github.com/thombashi/python-lib-project-template/actions/workflows/ci.yml/badge.svg
:target: https://github.com/thombashi/python-lib-project-template/actions/workflows/ci.yml
:alt: CI status of Linux/macOS/Windows

.. |CodeQL| image:: https://github.com/thombashi/python-lib-project-template/actions/workflows/github-code-scanning/codeql/badge.svg
:target: https://github.com/thombashi/python-lib-project-template/actions/workflows/github-code-scanning/codeql
:alt: CodeQL

.. |coverage| image:: https://coveralls.io/repos/github/thombashi/python-lib-project-template/badge.svg?branch=main
:target: https://coveralls.io/github/thombashi/python-lib-project-template?branch=main
:alt: Test coverage: coveralls

Installation
============================================
::

pip install

Usage
============================================

:Sample Code:
.. code-block:: python

# Sample code

:Output:
.. code-block::

# Output

Dependencies
============================================
- Python 3.8+
- `Python package dependencies (automatically installed) `__