File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ ## Version 0.1.0 (2018-08-17)
3
+ Initial release:
4
+ - Parses content from tibia.com
5
+ - Character pages
6
+ - Guild pages
7
+ - Guild list pages
8
+ - Parses content into JSON format strings.
9
+ - Parses content into Python objects.
Original file line number Diff line number Diff line change 1
1
include requirements.txt
2
- include README.md
2
+ include README.md
3
+ include CHANGELOG.md
4
+ include LICENSE
Original file line number Diff line number Diff line change @@ -4,15 +4,11 @@ An API to parse Tibia.com content into object oriented data.
4
4
No fetching is done by this module, you must provide the html content.
5
5
6
6
![ Travis (.org)] ( https://img.shields.io/travis/Galarzaa90/tibia.py.svg )
7
- [ ![ GitHub (pre-)release ] ( https://img.shields.io/github/release/ Galarzaa90/tibia.py/all .svg )] ( https://github.com/Galarzaa90/tibiawiki-sql/releases )
7
+ [ ![ coverage report ] ( https://gitlab.com/ Galarzaa90/tibia.py/badges/master/coverage .svg )] ( https://galarzaa90.gitlab.io/tibia.py/coverage/ )
8
8
[ ![ PyPI] ( https://img.shields.io/pypi/v/tibia.py.svg )] ( https://pypi.python.org/pypi/tibia.py/ )
9
9
![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/tibia.py.svg )
10
10
![ PyPI - License] ( https://img.shields.io/pypi/l/tibia.py.svg )
11
11
12
- ## Under development
13
- This API is still under early development, meaning breaking changes might be introduced at any time without notice.
14
- Once the first release has been done, [ semantic versioning] ( https://semver.org/ ) guidelines will be followed.
15
-
16
12
## Installing
17
13
Install and update using pip
18
14
You can’t perform that action at this time.
0 commit comments