Metadata-Version: 2.1
Name: childespy
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/langcog/childespy
Author: Jessica Mankewitz
Author-email: jmank@stanford.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: rpy2 (>=3.3.5)
Requires-Dist: numpy (>=1.19.2)
Requires-Dist: pandas (>=1.1.2)

# A Python API for childes-db

The `childespy` package allows you to access data in the childes-db from Python. This removes the need to write complex SQL queries in order to get the information you want from the database.

This package is a wrapper for the `childesr` R package, so it requires the user to install R on their machine. Instructions can be found here: https://www.r-project.org/


