Skip to content

Commit 50bd8b7

Browse files
committed
Let's try again...
1 parent f6a8fdc commit 50bd8b7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# xivapi
1+
# pyxivapi
22
An asynchronous Python client for XIVAPI
33

44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/741f410aefad4fa69cc6925ff5d83b4b)](https://www.codacy.com/manual/Yandawl/xivapi-py?utm_source=github.com&utm_medium=referral&utm_content=xivapi/xivapi-py&utm_campaign=Badge_Grade)
5-
[![PyPI version](https://badge.fury.io/py/xivapi.svg)](https://badge.fury.io/py/xivapi)
5+
[![PyPI version](https://badge.fury.io/py/pyxivapi.svg)](https://badge.fury.io/py/pyxivapi)
66
[![Python 3.6](https://img.shields.io/badge/python-3.6-green.svg)](https://www.python.org/downloads/release/python-360/)
77

88
## Requirements
@@ -14,7 +14,7 @@ aiohttp
1414

1515
## Installation
1616
```python
17-
pip install xivapi
17+
pip install pyxivapi
1818
```
1919

2020
## Supported API end points
@@ -53,12 +53,12 @@ import asyncio
5353
import logging
5454

5555
import aiohttp
56-
import xivapi
57-
from xivapi.models import Filter, Sort
56+
import pyxivapi
57+
from pyxivapi.models import Filter, Sort
5858

5959

6060
async def fetch_example_results(session):
61-
client = xivapi.XIVAPIClient(session=session, api_key="your_key_here")
61+
client = pyxivapi.XIVAPIClient(session=session, api_key="your_key_here")
6262

6363
# Search Lodestone for a character
6464
character = await client.character_search(
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)