Add Black badge
This commit is contained in:
parent
6503002692
commit
5a51d52e0a
|
@ -6,6 +6,7 @@ pyLast
|
||||||
[](https://travis-ci.org/pylast/pylast)
|
[](https://travis-ci.org/pylast/pylast)
|
||||||
[](https://codecov.io/gh/pylast/pylast)
|
[](https://codecov.io/gh/pylast/pylast)
|
||||||
[](https://coveralls.io/github/pylast/pylast?branch=master)
|
[](https://coveralls.io/github/pylast/pylast?branch=master)
|
||||||
|
[](https://github.com/ambv/black)
|
||||||
|
|
||||||
A Python interface to [Last.fm](https://www.last.fm/) and other API-compatible websites such as [Libre.fm](https://libre.fm/).
|
A Python interface to [Last.fm](https://www.last.fm/) and other API-compatible websites such as [Libre.fm](https://libre.fm/).
|
||||||
|
|
||||||
|
@ -48,7 +49,7 @@ Features
|
||||||
* Python 3-friendly (Starting from 0.5).
|
* Python 3-friendly (Starting from 0.5).
|
||||||
|
|
||||||
|
|
||||||
Getting Started
|
Getting started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Here's some simple code example to get you started. In order to create any object from pyLast, you need a `Network` object which represents a social music network that is Last.fm or any other API-compatible one. You can obtain a pre-configured one for Last.fm and use it as follows:
|
Here's some simple code example to get you started. In order to create any object from pyLast, you need a `Network` object which represents a social music network that is Last.fm or any other API-compatible one. You can obtain a pre-configured one for Last.fm and use it as follows:
|
||||||
|
|
Loading…
Reference in a new issue