From 11cb8b76e5664976cf8c7cf15002a6d1a5b0bac6 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 19:00:21 +0000 Subject: [PATCH] Switched broken pypip.in badges to shields.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b67a909..a143dc8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # alchemist [![Build Status](https://travis-ci.org/concordusapps/alchemist.png?branch=master)](https://travis-ci.org/concordusapps/alchemist) [![Coverage Status](https://coveralls.io/repos/concordusapps/alchemist/badge.png?branch=master)](https://coveralls.io/r/concordusapps/alchemist?branch=master) -[![PyPi Version](https://pypip.in/v/alchemist/badge.png)](https://pypi.python.org/pypi/alchemist) -![PyPi Downloads](https://pypip.in/d/alchemist/badge.png) +[![PyPi Version](https://img.shields.io/pypi/v/alchemist.svg)](https://pypi.python.org/pypi/alchemist) +![PyPi Downloads](https://img.shields.io/pypi/dm/alchemist.svg) > A server architecture built on top of a solid foundation provided by flask, sqlalchemy, and various extensions. **Alchemist** provides sane defaults, customizations, and various utilities to already powerful tools with the goal make it *easy* to accomplish common tasks, yet still be able to scale out to meet complex requirements.