Skip to content

Commit

Permalink
Update package informations
Browse files Browse the repository at this point in the history
- Add badges to README.md
- Add classifiers to setup.cfg
  • Loading branch information
kitsuyui committed Jan 11, 2024
1 parent 4c5bd5b commit 2e5dc63
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# python-timeout-iterator

`timeout-iterator` provides a timeout in iteration.

[![Python](https://img.shields.io/pypi/pyversions/timeout-iterator.svg)](https://badge.fury.io/py/timeout-iterator)
[![PyPI version](https://img.shields.io/pypi/v/timeout-iterator.svg)](https://pypi.python.org/pypi/timeout-iterator/)
[![codecov](https://codecov.io/gh/kitsuyui/python-timeout-iterator/branch/main/graph/badge.svg?token=LiuhQeZsnc)](https://codecov.io/gh/kitsuyui/python-timeout-iterator)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![timeout-iterator](https://snyk.io/advisor/python/timeout-iterator/badge.svg)](https://snyk.io/advisor/python/timeout-iterator)

## Installation

```bash
$ pip install timeout-iterator
```

## Usage

### without_terminate
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ url = https://github.com/kitsuyui/python-timeout-iterator
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Intended Audience :: Developers
Topic :: Software Development :: Libraries

[options]
packages = timeout_iterator
Expand Down

0 comments on commit 2e5dc63

Please sign in to comment.