33</p >
44<p align =" center " >
55<a href =" https://github.com/dmontagu/fastapi-utils " target =" _blank " >
6- <img src="https://img.shields.io/github/last-commit/dmontagu/fastapi-utils.svg">
7- <img src="https://github.com/dmontagu/fastapi-utils/workflows/build/badge.svg" alt="Build CI">
6+ <img src =" https://img.shields.io/github/last-commit/dmontagu/fastapi-utils.svg " >
7+ <img src =" https://github.com/dmontagu/fastapi-utils/workflows/build/badge.svg " alt =" Build CI " >
88</a >
99<a href =" https://codecov.io/gh/dmontagu/fastapi-utils " target =" _blank " >
1010 <img src="https://codecov.io/gh/dmontagu/fastapi-utils/branch/master/graph/badge.svg" alt="Coverage">
2020</p >
2121
2222---
23- ** Documentation** : <a href =" https://fastapi-utils.davidmontague.xyz " target =" _blank " >https://fastapi-utils.davidmontague.xyz </a >
23+ ** Documentation** : <a href =" https://fastapiutils.github.io/ fastapi-utils/ " target =" _blank " >https://fastapiutils.github.io/ fastapi-utils/ </a >
2424
2525** Source Code** : <a href =" https://github.com/dmontagu/fastapi-utils " target =" _blank " >https://github.com/dmontagu/fastapi-utils </a >
2626
2727---
2828
29- <a href =" https://fastapi.tiangolo.com " >FastAPI</a > is a modern, fast web framework for building APIs with Python 3.7 +.
29+ <a href =" https://fastapi.tiangolo.com " >FastAPI</a > is a modern, fast web framework for building APIs with Python 3.8 +.
3030
3131But if you're here, you probably already knew that!
3232
@@ -53,20 +53,20 @@ It also adds a variety of more basic utilities that are useful across a wide var
5353* ** CamelCase Conversions** : Convenience functions for converting strings from ` snake_case ` to ` camelCase ` or ` PascalCase ` and back
5454* ** GUID Type** : The provided GUID type makes it easy to use UUIDs as the primary keys for your database tables
5555
56- See the [ docs] ( https://https://fastapi-utils.davidmontague.xyz / ) for more details and examples.
56+ See the [ docs] ( https://https://fastapiutils.github.io/ fastapi-utils/ / ) for more details and examples.
5757
5858## Requirements
5959
60- This package is intended for use with any recent version of FastAPI (depending on ` pydantic>=1.0 ` ), and Python 3.7 +.
60+ This package is intended for use with any recent version of FastAPI (depending on ` pydantic>=1.0 ` ), and Python 3.8 +.
6161
6262## Installation
6363
6464``` bash
65- pip install fastapi-restful # For basic slim package :)
65+ pip install fastapi-utils # For basic slim package :)
6666
67- pip install fastapi-restful [session] # To add sqlalchemy session maker
67+ pip install fastapi-utils [session] # To add sqlalchemy session maker
6868
69- pip install fastapi-restful [all] # For all the packages
69+ pip install fastapi-utils [all] # For all the packages
7070```
7171
7272## License
0 commit comments