|
2 | 2 |
|
3 | 3 | This package offers Python-style general formatting and c-style numerical formatting (for speed).
|
4 | 4 |
|
5 |
| -| **Info** | **Package Status** | **Package Evaluator** | **Coverage** | |
6 |
| -|:------------------:|:------------------:|:---------------------:|:-----------------:| |
7 |
| -| [](LICENSE.md) | [](https://travis-ci.org/JuliaString/Format.jl) | [](http://pkg.julialang.org/?pkg=Format) | [](https://coveralls.io/github/JuliaString/Format.jl?branch=newmaster) |
8 |
| -| [](https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) | | [](http://pkg.julialang.org/?pkg=Format) | [](http://codecov.io/github/JuliaString/Format.jl?branch=newmaster) |
9 |
| - |
| 5 | +| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** | |
| 6 | +|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:| |
| 7 | +| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url] |
| 8 | +| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url] |
| 9 | + |
| 10 | +[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat |
| 11 | +[license-url]: LICENSE.md |
| 12 | + |
| 13 | +[gitter-img]: https://badges.gitter.im/Join%20Chat.svg |
| 14 | +[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge |
| 15 | + |
| 16 | +[travis-url]: https://travis-ci.org/JuliaString/Format.jl |
| 17 | +[travis-s-img]: https://travis-ci.org/JuliaString/Format.jl.svg |
| 18 | +[travis-m-img]: https://travis-ci.org/JuliaString/Format.jl.svg?branch=newmaster |
| 19 | + |
| 20 | +[app-s-url]: https://ci.appveyor.com/project/ScottPJones/format-jl |
| 21 | +[app-m-url]: https://ci.appveyor.com/project/ScottPJones/format-jl/branch/newmaster |
| 22 | +[app-s-img]: https://ci.appveyor.com/api/projects/status/9wb580eyjv4k3iej?svg=true |
| 23 | +[app-m-img]: https://ci.appveyor.com/api/projects/status/9wb580eyjv4k3iej/branch/newmaster?svg=true |
| 24 | + |
| 25 | +[pkg-s-url]: http://pkg.julialang.org/?pkg=Format |
| 26 | +[pkg-m-url]: http://pkg.julialang.org/?pkg=Format |
| 27 | +[pkg-s-img]: http://pkg.julialang.org/badges/Format_0.6.svg |
| 28 | +[pkg-m-img]: http://pkg.julialang.org/badges/Format_0.7.svg |
| 29 | + |
| 30 | +[codecov-url]: https://codecov.io/gh/JuliaString/Format.jl |
| 31 | +[codecov-img]: https://codecov.io/gh/JuliaString/Format.jl/branch/newmaster/graph/badge.svg |
| 32 | + |
| 33 | +[coverall-s-url]: https://coveralls.io/github/JuliaString/Format.jl |
| 34 | +[coverall-m-url]: https://coveralls.io/github/JuliaString/Format.jl?branch=newmaster |
| 35 | +[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/Format.jl/badge.svg |
| 36 | +[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/Format.jl/badge.svg?branch=newmaster |
10 | 37 |
|
11 | 38 | ## Getting Started
|
12 | 39 |
|
|
0 commit comments