Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonw/python-lib-issues-6-demo-2
- Owner: simonw
- License: apache-2.0
- Created: 2024-01-16T20:51:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T20:51:39.000Z (10 months ago)
- Last Synced: 2024-10-07T11:55:01.206Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest