Skip to content

Commit

Permalink
Add CircleCI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
biesnecker committed Nov 15, 2023
1 parent 8c054a2 commit ad1ca33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Hachiko

[![Build Status](https://api.cirrus-ci.com/github/biesnecker/hachiko.svg)](https://cirrus-ci.com/github/biesnecker/hachiko)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/biesnecker/hachiko/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/biesnecker/hachiko/tree/master)

An extremely simple asyncio-based wrapper around [Watchdog](https://github.com/gorakhargosh/watchdog). [Get it on PyPI](https://pypi.org/project/hachiko/).

### Example usage

You need to subclass AIOEventHandler and either:

1. Use it directly with a Watchdog ``Observer`` object, or;
2. Pass it to ``AIOWatchdog`` and use it there.
1. Use it directly with a Watchdog `Observer` object, or;
2. Pass it to `AIOWatchdog` and use it there.

```python
import asyncio
Expand Down

0 comments on commit ad1ca33

Please sign in to comment.