bdilday / pychadwick

Python package to interface with chadwick library
GNU General Public License v2.0
9 stars 4 forks source link

Provide rosters to event parser #10

Open bdilday opened 4 years ago

bdilday commented 4 years ago

The event parser currently can;t support rosters. This is essentially because the league and roster data structures are complicated and have nested pointers. The c code needs to be refactored and /or the python interface needs to be defined with nested pointers so that rosters can be used.