Metadata-Version: 2.1
Name: nbgitpuller
Version: 0.9.0
Summary: Notebook Extension to do one-way synchronization of git repositories
Home-page: https://github.com/jupyterhub/nbgitpuller
Author: Peter Veerman, YuviPanda
Author-email: peterkangveerman@gmail.com
License: 3-clause BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: notebook (>=5.5.0)
Requires-Dist: tornado

===========
nbgitpuller
===========

``nbgitpuller`` lets you distribute content in a git repository to your
students by having them click a simple link. `Automatic merging <https://jupyterhub.github.io/nbgitpuller/topic/automatic-merging.html>`_ ensures that your students are
never exposed to ``git`` directly. It is primarily used with a JupyterHub,
but can also work on students' local computers.

.. image:: https://raw.githubusercontent.com/jupyterhub/nbgitpuller/v0.8.0/docs/_static/nbpuller.gif

For a lot more information, see the `documentation
<https://jupyterhub.github.io/nbgitpuller>`_


