File size: 547 Bytes
d6ea71e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.. _api-data-base:

socceraction.data.base
======================

.. automodule:: socceraction.data

Serializers
------------

.. autosummary::
  :toctree: generated
  :nosignatures:
  :template: class.rst

  socceraction.data.base.EventDataLoader


Schema
------

.. autosummary::
  :toctree: generated
  :nosignatures:
  :template: schema.rst

  socceraction.data.schema.CompetitionSchema
  socceraction.data.schema.TeamSchema
  socceraction.data.schema.PlayerSchema
  socceraction.data.schema.GameSchema
  socceraction.data.schema.EventSchema