Metadata-Version: 2.1
Name: ralph-malph
Version: 0.0.1
Summary: An OpenEdx's tracking logs processor to feed your LRS
Home-page: https://github.com/openfun/ralph
Author: Open FUN (France Universite Numerique)
Author-email: fun.dev@fun-mooc.fr
License: MIT
Keywords: Open edX,Analytics,xAPI,LRS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas (==1.0.0)
Provides-Extra: ci
Requires-Dist: twine (==2.0.0) ; extra == 'ci'
Provides-Extra: dev
Requires-Dist: bandit (==1.6.2) ; extra == 'dev'
Requires-Dist: black (==19.10b0) ; extra == 'dev'
Requires-Dist: flake8 (==3.7.9) ; extra == 'dev'
Requires-Dist: ipdb (==0.12.2) ; extra == 'dev'
Requires-Dist: ipython (==7.9.0) ; extra == 'dev'
Requires-Dist: isort (==4.3.21) ; extra == 'dev'
Requires-Dist: pylint (==2.4.3) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.8.1) ; extra == 'dev'
Requires-Dist: pytest (==5.2.2) ; extra == 'dev'

# Ralph, an OpenEdx's tracking logs processor to feed your LRS

## Contributing

This project is intended to be community-driven, so please, do not hesitate to
get in touch if you have any question related to our implementation or design
decisions.

We try to raise our code quality standards and expect contributors to follow
the recommandations from our
[handbook](https://openfun.gitbooks.io/handbook/content).

## License

This work is released under the MIT License (see [LICENSE](./LICENSE)).


