mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
31 lines
571 B
ReStructuredText
31 lines
571 B
ReStructuredText
.. currentmodule:: pyspapi
|
|
|
|
API Reference
|
|
===============
|
|
|
|
The following section outlines the API of pyspapi.
|
|
|
|
Version Info
|
|
---------------------
|
|
|
|
There are two main ways to query version information.
|
|
|
|
.. data:: version_info
|
|
|
|
A named tuple that is similar to :obj:`py:sys.version_info`.
|
|
|
|
Just like :obj:`py:sys.version_info` the valid values for ``releaselevel`` are
|
|
'alpha', 'beta', 'candidate' and 'final'.
|
|
|
|
.. data:: __version__
|
|
|
|
A string representation of the version.
|
|
|
|
``pyspapi``
|
|
-----------
|
|
|
|
``SPAPI``
|
|
~~~~~~~~~
|
|
.. autoclass:: SPAPI
|
|
:members:
|