Files
pyspapi/docs/api.rst
deesiigneer b3d56a6059 new version
2024-04-18 21:45:13 +05:00

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: