1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From 4379b325f26704cd08c5c6a2a369af577802313c Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Sat, 29 Apr 2017 15:46:38 +0200
Subject: Remove tracking images from README.
---
README.rst | 6 ------
1 file changed, 6 deletions(-)
--- a/README.rst
+++ b/README.rst
@@ -1,12 +1,6 @@
Flask-LDAPConn
==============
-.. image:: https://travis-ci.org/rroemhild/flask-ldapconn.svg?branch=master
- :target: https://travis-ci.org/rroemhild/flask-ldapconn
-
-.. image:: https://badge.fury.io/py/Flask-LDAPConn.svg
- :target: https://badge.fury.io/py/Flask-LDAPConn
-
Flask-LDAPConn is a Flask extension providing `ldap3 <https://github.com/cannatag/ldap3>`_ (an LDAP V3 pure Python client) connection for accessing LDAP servers.
To abstract access to LDAP data this extension provides a simple ORM model.
|