Skip to content

Commit

Permalink
update for tar
Browse files Browse the repository at this point in the history
  • Loading branch information
umbresp committed Jan 29, 2018
1 parent c5b8b0c commit cbd8b57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ WIP Asynchronous python wrapper for the Fortnite API.
#### Installation
Type this into your console:
```
pip install git+https://github.com/cree-py/pynite
pip install pynite
```
Keep in mind that this is a work in progress and will be updated continuously.
#### Bugs and Errors
If you come across an unknown error or bug, please [open an issue](https://github.com/cree-py/pynite/issues/new).
#### Documentation
Documentation is coming soon! If you would like to contribute, let us know by joining our [discord server](https://discord.gg/RzsYQ9f).
Documentation is in progress! If you would like to contribute, let us know by joining our [discord server](https://discord.gg/RzsYQ9f).
#### Misc
This is an async python wrapper for the fortnite API. If you would like to help, just let us know [here](https://discord.gg/RzsYQ9f)!
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Welcome to PyNite™! PyNite is an asynchronous Python wrapper for the [Fortnite
### Installation
PyNite is available through `pip`, but not PyPI as of currently. We will publish this module to PyPI once it becomes more practical.
#### To install:
```pip install git+https://github.com/cree-py/pynite```
```pip install pynite```

This should install PyNite along with its dependencies. If for some reason the dependencies are not installed, PyNite will not work correctly. You can manually install the dependencies through
```pip install aiohttp```
and
```pip install python-box```

You can update PyNite by running ```pip install -U git+https://github.com/cree-py/pynite```. The current stable version is `1.1.2`.
You can update PyNite by running ```pip install -U pynite```. The current stable version is `1.1.3`.

PyNite requires Python 3.6 or later versions.

Expand Down
4 changes: 2 additions & 2 deletions pynite.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Metadata-Version: 1.0
Name: pynite
Version: 1.1.2
Version: 1.1.3
Summary: An asynchronous Python API wrapper for the Fortnite API
Home-page: https://github.com/cree-py/pynite
Author: SharpBit and Umbresp
Author-email: [email protected]
License: MIT
Description: Asynchronous python wrapper for the Fortnite API.
Description: Asynchronous python wrapper for the Fortnite API. Also, we don't yet have a good description so this empty page will have to do.
Keywords: fortnite pynite api-wrapper async
Platform: UNKNOWN
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SharpBit told me to edit something
setup(
name='pynite',
version='1.1.2',
version='1.1.3',
description='An asynchronous Python API wrapper for the Fortnite API',
long_description="Asynchronous python wrapper for the Fortnite API. Also, we don't yet have a good description so this empty page will have to do.",
url='https://github.com/cree-py/pynite',
Expand Down

0 comments on commit cbd8b57

Please sign in to comment.