diff options
author | Adam Hupp <adam@hupp.org> | 2021-04-25 20:29:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 20:29:02 -0700 |
commit | 80a1804ad0c769efe553a3f7775eb1b6591240f2 (patch) | |
tree | 2f57c170f9a16129367d9b1b7020383c5bfe9496 | |
parent | 1b7e07edfb2fcaaf4edcbe056e78707e2cc4f476 (diff) | |
parent | 3a9029d2c8238b3a4bdc3648e5e641a6d1c51d62 (diff) | |
download | python-magic-80a1804ad0c769efe553a3f7775eb1b6591240f2.tar.gz |
Merge pull request #241 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # python-magic [](https://badge.fury.io/py/python-magic) -[](https://travis-ci.org/ahupp/python-magic) +[](https://travis-ci.org/ahupp/python-magic) [](https://gitter.im/ahupp/python-magic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) python-magic is a Python interface to the libmagic file type identification library. libmagic identifies file types by checking |