Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 25, 2020
1 parent 08568fe commit 02cc933
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ for use with the [`Pandas-Py`](https://github.com/pandas-dev/pandas) package.
`famafrench`'s current efficient performance results from features such as the use of a [least recently used (LRU) cache](https://medium.com/lambda-automotive/python-and-lru-cache-f812bbdcbb51) implemented using Python's
[``functools.lru_cache`` decorator](https://github.com/python/cpython/blob/3.8/Lib/functools.py).

| Metric | |
| :------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Supports** | Python 3.4+ |
| | [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) |
| | [![Python 3](https://pyup.io/repos/github/christianjauregui/famafrench/python-3-shield.svg)](https://pyup.io/repos/github/christianjauregui/famafrench/) |
| **Release** | [![GitHub release (latest by date)](https://img.shields.io/github/v/release/christianjauregui/famafrench?style=for-the-badge)](https://github.com/christianjauregui/famafrench/releases) |
| | ![GitHub Release Date](https://img.shields.io/github/release-date/christianjauregui/famafrench) |
| **Code Quality** | [![Updates](https://pyup.io/repos/github/christianjauregui/famafrench/shield.svg)](https://pyup.io/repos/github/christianjauregui/famafrench/) |
| | |
| **Citation** | [![DOI](https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.530634.svg)](https://sandbox.zenodo.org/record/530634#.XqNawZNKi_s) |
| **License** | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/christianjauregui/famafrench/blob/master/LICENSE.txt) |
| **Documentation** | [![made-with-sphinx-doc](https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/) |
| | [![documentation Status](https://img.shields.io/badge/Documentation-latest-brightgreen)](https://christianjauregui.github.io/famafrench/) |
| **Contributing** | [![contributions welcome](https://img.shields.io/badge/Contributions-welcome-brightgreen.svg?style=flat)](https://github.com/christianjauregui/famafrench/issues) |
| **HitCount!** | [![HitCount](http://hits.dwyl.com/christianjauregui/famafrench.svg)](http://hits.dwyl.com/christianjauregui/famafrench) |
| Metric | |
| :------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Supports** | Python 3.4+ |
| | [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) |
| | [![Python 3](https://pyup.io/repos/github/christianjauregui/famafrench/python-3-shield.svg)](https://pyup.io/repos/github/christianjauregui/famafrench/) |
| **Release** | [![GitHub release (latest by date)](https://img.shields.io/github/v/release/christianjauregui/famafrench?style=for-the-badge)](https://github.com/christianjauregui/famafrench/releases) |
| | ![GitHub Release Date](https://img.shields.io/github/release-date/christianjauregui/famafrench) |
| **Code Quality** | [![Updates](https://pyup.io/repos/github/christianjauregui/famafrench/shield.svg)](https://pyup.io/repos/github/christianjauregui/famafrench/) |
| | |
| **Citation** | [![DOI](https://sandbox.zenodo.org/badge/doi/10.5072/zenodo.530634.svg)](https://sandbox.zenodo.org/record/530634#.XqNawZNKi_s) |
| **License** | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/christianjauregui/famafrench/blob/master/LICENSE.txt) |
| **Documentation** | [![made-with-sphinx-doc](https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg)](https://www.sphinx-doc.org/) |
| | [![documentation Status](https://img.shields.io/badge/Documentation-latest-brightgreen)](https://christianjauregui.github.io/famafrench/) |
| **Contributing** | [![contributions welcome](https://img.shields.io/badge/Contributions-welcome-brightgreen.svg?style=flat)](https://github.com/christianjauregui/famafrench/issues) |
| **HitCount!** | [![HitCount](http://hits.dwyl.com/christianjauregui/famafrench.svg)](http://hits.dwyl.com/christianjauregui/famafrench) |

`famafrench` is best explored by going through applications and examples provided in the released documentation hosted on [Github Pages](https://christianjauregui.github.io/famafrench/).

Expand Down

0 comments on commit 02cc933

Please sign in to comment.