Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api-client
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-analytics-data-api-client
Commits
5b55bde1
Commit
5b55bde1
authored
Sep 05, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3 from edx/badges
Badges
parents
42ed1f38
17b18ea1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
22 deletions
+30
-22
.travis.yml
+3
-0
README.md
+0
-22
README.rst
+27
-0
No files found.
.travis.yml
View file @
5b55bde1
language
:
python
python
:
"
2.7"
install
:
-
"
pip
install
coveralls"
-
"
pip
install
-r
requirements.txt"
script
:
make test quality
after_success
:
-
coveralls
README.md
deleted
100644 → 0
View file @
42ed1f38
========================
edX Analytics API Client
========================
The edX Analytics API Client (henceforth, client) allows users to retrieve data from the edX data warehouse. Currently,
the client supports retrieving course activity and enrollment data. By default, all data is returned in the JSON format.
Enrollment data may also be retrieved in the CSV format by changing the data_format argument.
Testing
=======
$ make validate
How to Contribute
-----------------
Contributions are very welcome, but for legal reasons, you must submit a signed
[
individual contributor's agreement
](
http://code.edx.org/individual-contributor-agreement.pdf
)
before we can accept your contribution. See our
[
CONTRIBUTING
](
https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
)
file for more information -- it also contains guidelines for how to maintain
high code quality, which will make your contribution more likely to be accepted.
README.rst
0 → 100644
View file @
5b55bde1
edX Analytics API Client |build-status| |coverage-status|
=========================================================
The edX Analytics API Client (henceforth, client) allows users to retrieve data from the edX data warehouse. Currently,
the client supports retrieving course activity and enrollment data. By default, all data is returned in the JSON format.
Enrollment data may also be retrieved in the CSV format by changing the data_format argument.
Testing
-------
$ make validate
How to Contribute
-----------------
Contributions are very welcome, but for legal reasons, you must submit a signed
`individual contributor's agreement`_ before we can accept your contribution. See our
`CONTRIBUTING`_ file for more information -- it also contains guidelines for how to maintain
high code quality, which will make your contribution more likely to be accepted.
.. _individual contributor's agreement: http://code.edx.org/individual-contributor-agreement.pdf
.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
.. |build-status| image:: https://travis-ci.org/edx/edx-analytics-data-api-client.svg?branch=master
:target: https://travis-ci.org/edx/edx-analytics-data-api-client
.. |coverage-status| image:: https://coveralls.io/repos/edx/edx-analytics-data-api-client/badge.png
:target: https://coveralls.io/r/edx/edx-analytics-data-api-client
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment