Forum Topic - FRCAPI frcdatapy - My Python FRC API wrapper module: (2 Items)
   
FRCAPI frcdatapy - My Python FRC API wrapper module  
I have been working on a API wrapper module that makes it easy to make FRC API calls from Python. It's currently in a 
very pre-alpha state. It should work with the Preliminary API, and hasn't been tested with the RC API. It can be found 
on GitHub. If you want to use it, you currently have to clone it from GitHub but it will be on PyPI once it reaches 
release status. I will be updating it to work with the RC API over the coming weeks. If you want to help contribute, 
feel free to look at the issues page, or contact me on here or GitHub. This is my first "big" Python project so any 
suggestions are welcome!

You can find it here if you wish to learn more: https://github.com/isiah-lloyd/frcdatapy
Re: FRCAPI frcdatapy - My Python FRC API wrapper module  
I've merged in new code so it now works with the production server. It would be awesome to have tester for this. I can 
see it potentially being useful for scouting and statistics. It could also be great for getting people into programming 
as Python is generally regarded as being the learner's programming language.

Please leave feedback here or on GitHub.