Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonw/python-lib-issues-6-demo-2


https://github.com/simonw/python-lib-issues-6-demo-2

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# python-lib-issues-6-demo-2

[![PyPI](https://img.shields.io/pypi/v/python-lib-issues-6-demo-2.svg)](https://pypi.org/project/python-lib-issues-6-demo-2/)
[![Tests](https://github.com/simonw/python-lib-issues-6-demo-2/actions/workflows/test.yml/badge.svg)](https://github.com/simonw/python-lib-issues-6-demo-2/actions/workflows/test.yml)
[![Changelog](https://img.shields.io/github/v/release/simonw/python-lib-issues-6-demo-2?include_prereleases&label=changelog)](https://github.com/simonw/python-lib-issues-6-demo-2/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/python-lib-issues-6-demo-2/blob/main/LICENSE)

null

## Installation

Install this library using `pip`:

pip install python-lib-issues-6-demo-2

## Usage

Usage instructions go here.

## Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd python-lib-issues-6-demo-2
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest