WikiRate for Python!
Project description
Official WikiRate ‘s wrapper for Python
Full Documentation: https://wikirate4py.readthedocs.io/
Installation
The easiest way to install the latest version from PyPI is by using pip:
$ pip install wikirate4py
You can also use Git to clone the repository from GitHub to install the latest development version:
$ git clone https://github.com/wikirate/wikirate4py.git $ cd wikirate4py $ pip install .
Alternatively, install directly from the GitHub repository:
$ pip install git+https://github.com/wikirate/wikirate4py.git
Python 3.6 - 3.9 are supported.
Usage
wikirate4py makes it trivial to interact with WikiRate’s API:
>>> from wikirate4py import API
>>> api = API('your_api_token')
>>> company = api.get_company(7217) # returns company given company's numeric identifier
>>> company.name
'Adidas AG'
>>> company.headquarters
'Germany'
Contributing
Bug reports, feature suggestions requests are welcome on GitHub at https://github.com/wikirate/wikirate4py/issues.
License
The library is available as Open Source under the terms of the GNU General Public License v3 (GPLv3).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wikirate4py-1.0.4.tar.gz
.
File metadata
- Download URL: wikirate4py-1.0.4.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08624ae2df8b41ce5ba9b51e865e67a83423d92bbce6760baad2b092235bc0ba |
|
MD5 | d8fe19d9d6cf83d2c12f641300f96ddc |
|
BLAKE2b-256 | 3ae36d4463daa5a8fbd71921424a4835acd7385ae6e9172b844b7fdb461b869c |