gd.py
master
  • Introduction
  • Version Related Info
  • Setting Up Logging
  • Client
  • Entities
  • Users
  • Comments, Friend Requests and Messages
  • Songs
  • Levels
  • Rewards
  • Game API
  • Memory Interaction
  • Useful Utils
  • Exceptions
  • Enums
  • Event Reference
  • Console Usage
  • Development API Reference
gd.py
  • »
  • Version Related Info
  • Edit on GitHub

Version Related Info¶

There are two main ways to get version information about the library.

gd.version_info¶

A named tuple that is similar to sys.version_info.

Just like sys.version_info the valid values for releaselevel are ‘alpha’, ‘beta’, ‘candidate’ and ‘final’.

gd.__version__¶

A string representation of the version. e.g. '1.1.2rc1'. This is based off of PEP 440.

Next Previous

© Copyright 2019-2020, nekitdev Revision 65bda763.

Built with Sphinx using a theme provided by Read the Docs.