fonzie


Namefonzie JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/openfun/fonzie
SummaryA FUN API for Open edX
upload_time2024-04-04 09:45:54
maintainerNone
docs_urlNone
authorOpen FUN (France Universite Numerique)
requires_pythonNone
licenseAGPL 3.0
keywords django django rest framework api open edx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Fonzie, a FUN API for Open edX
==============================

|pypi-badge| |travis-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge|

**This project is in early-development phase, we are still experimenting on
it.** It 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.

Overview
--------

Fonzie is an HTTP API over the `Open edX <https://open.edx.org/>`_ project. It
has been build to open the way to new tools and interfaces in the Open edX
ecosystem.

We choose to design the API first and then propose an implementation with
Fonzie. The current state of the API schema is available in `API blueprint
format <https://github.com/openfun/fonzie/blob/master/fonzie-v1-0.apib>`_; it
can be used to start developing a front-end application that will consume
Fonzie's API (take a look at `API blueprint tools
<https://apiblueprint.org/tools.html>`_).

Documentation
-------------

The full documentation is at https://fonzie.readthedocs.org.

License
-------

The code in this repository is licensed under the AGPL 3.0 unless otherwise
noted.

Please see ``LICENSE.txt`` for details.

How To Contribute
-----------------

Contributions are very welcome.

Even though they were written with ``edx-platform`` in mind, the guidelines
should be followed for Open edX code in general.

PR description template should be automatically applied if you are sending PR
from github interface; otherwise you can find it it at `PULL_REQUEST_TEMPLATE.md
<https://github.com/openfun/fonzie/blob/master/.github/PULL_REQUEST_TEMPLATE.md>`_

Issue report template should be automatically applied if you are sending it from
github UI as well; otherwise you can find it at `ISSUE_TEMPLATE.md
<https://github.com/openfun/fonzie/blob/master/.github/ISSUE_TEMPLATE.md>`_

Reporting Security Issues
-------------------------

Please do not report security issues in public. Please email security@fun-mooc.fr.

Getting Help
------------

Have a question about this repository, or about Open edX in general?  Please
refer to this `list of resources`_ if you need any assistance.

.. _list of resources: https://open.edx.org/getting-help


.. |pypi-badge| image:: https://img.shields.io/pypi/v/fonzie.svg
    :target: https://pypi.python.org/pypi/fonzie/
    :alt: PyPI

.. |travis-badge| image:: https://travis-ci.org/openfun/fonzie.svg?branch=master
    :target: https://travis-ci.org/openfun/fonzie
    :alt: Travis

.. |codecov-badge| image:: http://codecov.io/gh/openfun/fonzie/coverage.svg?branch=master
    :target: http://codecov.io/gh/openfun/fonzie?branch=master
    :alt: Codecov

.. |doc-badge| image:: https://readthedocs.org/projects/fonzie/badge/?version=latest
    :target: http://fonzie.readthedocs.io/en/latest/
    :alt: Documentation

.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/fonzie.svg
    :target: https://pypi.python.org/pypi/fonzie/
    :alt: Supported Python versions

.. |license-badge| image:: https://img.shields.io/github/license/openfun/fonzie.svg
    :target: https://github.com/openfun/fonzie/blob/master/LICENSE.txt
    :alt: License



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openfun/fonzie",
    "name": "fonzie",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Django, Django Rest Framework, API, Open edX",
    "author": "Open FUN (France Universite Numerique)",
    "author_email": "fun.dev@fun-mooc.fr",
    "download_url": "https://files.pythonhosted.org/packages/81/ee/bc481a83be0f3744fb23004559989ee9865a865a1d464b5900dcdcf113ab/fonzie-0.7.0.tar.gz",
    "platform": null,
    "description": "Fonzie, a FUN API for Open edX\n==============================\n\n|pypi-badge| |travis-badge| |codecov-badge| |doc-badge| |pyversions-badge|\n|license-badge|\n\n**This project is in early-development phase, we are still experimenting on\nit.** It is intended to be community-driven, so please, do not hesitate to get\nin touch if you have any question related to our implementation or design\ndecisions.\n\nOverview\n--------\n\nFonzie is an HTTP API over the `Open edX <https://open.edx.org/>`_ project. It\nhas been build to open the way to new tools and interfaces in the Open edX\necosystem.\n\nWe choose to design the API first and then propose an implementation with\nFonzie. The current state of the API schema is available in `API blueprint\nformat <https://github.com/openfun/fonzie/blob/master/fonzie-v1-0.apib>`_; it\ncan be used to start developing a front-end application that will consume\nFonzie's API (take a look at `API blueprint tools\n<https://apiblueprint.org/tools.html>`_).\n\nDocumentation\n-------------\n\nThe full documentation is at https://fonzie.readthedocs.org.\n\nLicense\n-------\n\nThe code in this repository is licensed under the AGPL 3.0 unless otherwise\nnoted.\n\nPlease see ``LICENSE.txt`` for details.\n\nHow To Contribute\n-----------------\n\nContributions are very welcome.\n\nEven though they were written with ``edx-platform`` in mind, the guidelines\nshould be followed for Open edX code in general.\n\nPR description template should be automatically applied if you are sending PR\nfrom github interface; otherwise you can find it it at `PULL_REQUEST_TEMPLATE.md\n<https://github.com/openfun/fonzie/blob/master/.github/PULL_REQUEST_TEMPLATE.md>`_\n\nIssue report template should be automatically applied if you are sending it from\ngithub UI as well; otherwise you can find it at `ISSUE_TEMPLATE.md\n<https://github.com/openfun/fonzie/blob/master/.github/ISSUE_TEMPLATE.md>`_\n\nReporting Security Issues\n-------------------------\n\nPlease do not report security issues in public. Please email security@fun-mooc.fr.\n\nGetting Help\n------------\n\nHave a question about this repository, or about Open edX in general?  Please\nrefer to this `list of resources`_ if you need any assistance.\n\n.. _list of resources: https://open.edx.org/getting-help\n\n\n.. |pypi-badge| image:: https://img.shields.io/pypi/v/fonzie.svg\n    :target: https://pypi.python.org/pypi/fonzie/\n    :alt: PyPI\n\n.. |travis-badge| image:: https://travis-ci.org/openfun/fonzie.svg?branch=master\n    :target: https://travis-ci.org/openfun/fonzie\n    :alt: Travis\n\n.. |codecov-badge| image:: http://codecov.io/gh/openfun/fonzie/coverage.svg?branch=master\n    :target: http://codecov.io/gh/openfun/fonzie?branch=master\n    :alt: Codecov\n\n.. |doc-badge| image:: https://readthedocs.org/projects/fonzie/badge/?version=latest\n    :target: http://fonzie.readthedocs.io/en/latest/\n    :alt: Documentation\n\n.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/fonzie.svg\n    :target: https://pypi.python.org/pypi/fonzie/\n    :alt: Supported Python versions\n\n.. |license-badge| image:: https://img.shields.io/github/license/openfun/fonzie.svg\n    :target: https://github.com/openfun/fonzie/blob/master/LICENSE.txt\n    :alt: License\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL 3.0",
    "summary": "A FUN API for Open edX",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/openfun/fonzie"
    },
    "split_keywords": [
        "django",
        " django rest framework",
        " api",
        " open edx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a6bc17017dcd0d2b542ea350df2860e021be60a4bb7affc5c15d87d44769130",
                "md5": "7e182c14fc73a08c6b960f3d62a5d957",
                "sha256": "3f952d5985d84537fbf89f6b198bc78a2f5ef531b364c2430238654d6561a888"
            },
            "downloads": -1,
            "filename": "fonzie-0.7.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e182c14fc73a08c6b960f3d62a5d957",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 26341,
            "upload_time": "2024-04-04T09:45:53",
            "upload_time_iso_8601": "2024-04-04T09:45:53.087067Z",
            "url": "https://files.pythonhosted.org/packages/8a/6b/c17017dcd0d2b542ea350df2860e021be60a4bb7affc5c15d87d44769130/fonzie-0.7.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81eebc481a83be0f3744fb23004559989ee9865a865a1d464b5900dcdcf113ab",
                "md5": "018c9760714af5181a90164223fc372d",
                "sha256": "7619961c88b8af196558da6226c6198b129c8cb2a5c002f832c3c9dfb86326f8"
            },
            "downloads": -1,
            "filename": "fonzie-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "018c9760714af5181a90164223fc372d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23173,
            "upload_time": "2024-04-04T09:45:54",
            "upload_time_iso_8601": "2024-04-04T09:45:54.889927Z",
            "url": "https://files.pythonhosted.org/packages/81/ee/bc481a83be0f3744fb23004559989ee9865a865a1d464b5900dcdcf113ab/fonzie-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 09:45:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openfun",
    "github_project": "fonzie",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "circle": true,
    "requirements": [],
    "lcname": "fonzie"
}
        
Elapsed time: 0.21276s