Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huntcsg/pubg-client
Python pubg-client
https://github.com/huntcsg/pubg-client
Last synced: 27 days ago
JSON representation
Python pubg-client
- Host: GitHub
- URL: https://github.com/huntcsg/pubg-client
- Owner: huntcsg
- License: mit
- Created: 2018-03-13T01:28:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:52:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T05:06:59.044Z (about 1 month ago)
- Language: Python
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
pubg-client
-----------**A python client for the pubg API**
|travis| |pypi| |docs|
Features:
* Versioned API Endpoint and response payloads
* Pagination Support.. DANGER::
This library is in alpha. I will try my utmost to not make backwards incompatible changes
but it is possible that they will be necessary.Installing
==========.. code-block:: shell
$ pip install pubg-client
Development
===========.. code-block:: shell
$ git clone https://github.com/huntcsg/pubg-client.git
$ cd pubg-client
$ ./utils/manage clean
$ ./utils/manage test
$ ./utils/manage docs1. All pull requests must pass the travis-ci builds
2. All pull requests should include inline (docstring) documentation, updates to built documentation if applicable,
and test coverage. This project aspires to be a 100% test coverage library... |travis| image:: https://travis-ci.org/huntcsg/pubg-client.svg?branch=master
:target: https://travis-ci.org/huntcsg/pubg-client
.. |pypi| image:: https://img.shields.io/pypi/v/pubg-client.svg
:target: https://pypi.python.org/pypi/pubg-client
.. |docs| image:: https://readthedocs.org/projects/pubg-client/badge/?version=latest
:target: http://pubg-client.readthedocs.io/en/latest/?badge=latest