A simple client for the Naviance SchoolSync REST API
Project description
This library enables you to perform data imports with Naviance’s SchoolSync REST API.
Usage
from naviance import Naviance client = Naviance() # import parents client.import_parents(csv_data) # import students client.import_students(csv_data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.