Skip to main content

A fast and easy way to access the UFC roster

Project description

UFCPY

Discord
GitHub forks
GitHub Repo stars

UFCpy is a Python wrapper to get access to the UFC fighter roster.

Installation

Use the package manager pip to install ufcpy.

pip install ufcpy

Usage

from ufcpy import Fighter

f = Fighter('Jon Jones')

# returns 'Bones'
f.nickname

# returns 'Rochester, United States'
f.hometown
from ufcpy import Champion

Champions = Champion()

# returns heavyweight champion
Champions.heavyweight

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ufcpy-2.5.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page