A Python wrapper for API access to the UFC fighter roster
Project description
PyUFC - A Python wrapper for API access to the UFC fighter roster
Inspired by https://github.com/valish/ufc-api
In [1]: from pyufc import Fighter
In [2]: f = Fighter()
In [3]: f.get_fighter(“randy couture”)
In [4]: f.summary
Out[4]: u’World class wrestler, great clinch’
In [5]: f.record
Out[5]: u’19-11-0’
In [6]: f.twitter_url
Out[6]: u’http://twitter.com/Randy_Couture’
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
pyufc-0.11.tar.gz
(2.6 kB
view details)
File details
Details for the file pyufc-0.11.tar.gz.
File metadata
- Download URL: pyufc-0.11.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f97c4085dea09fca838bf03eeb8bfe4579a293d655cb251dea5b2c4ae450295e
|
|
| MD5 |
5efd93c21e3a6f2f3a10cc0fb729eeca
|
|
| BLAKE2b-256 |
9fe8aa2d262084857cb0a3607426ef6a6c529c1bf1f8a49cfc4b74e92bbb72ef
|