Metadata-Version: 2.1
Name: bibster
Version: 4.1.1
Summary: A bibliography app for Wagtail.
Home-page: https://github.com/high-dimensional/bibster
Author: High Dimensional Neurology Group, UCL
Author-email: pypi@highdimensional.net
License: BSD-3-Clause
Platform: any
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: Django (<4.2,>=4.1)
Requires-Dist: wagtail (<4.2,>=4.1)
Requires-Dist: habanero (<1.3,>=1.2.2)
Requires-Dist: antlr4-python3-runtime (>=4.8)
Requires-Dist: django-auxiliaries (<4.2,>=4.1)
Requires-Dist: model-porter (<4.2,>=4.1)
Requires-Dist: wagtail-content-block (<4.2,>=4.1)
Requires-Dist: wagtail-content-admin (<4.2,>=4.1)
Requires-Dist: wagtail-block-model-field (<4.2,>=4.1)
Requires-Dist: wagtail-switch-block (<4.2,>=4.1)
Requires-Dist: wagtail-richer-text (<4.2,>=4.1)
Requires-Dist: media-catalogue (<4.2,>=4.1.2)
Requires-Dist: aldine (<4.2,>=4.1.1)
Requires-Dist: figurative (<4.2,>=4.1)
Requires-Dist: officekit (<4.2,>=4.1)
Requires-Dist: wagtail-association-panel (<4.2,>=4.1)
Requires-Dist: querykit (<4.2,>=4.1)

bibster
=======

A bibliography app for Wagtail. Please bear with us while we prepare more detailed documentation.

Compatibility
-------------

`bibster`' major.minor version number indicates the Wagtail release it is compatible with. Currently this is Wagtail 4.1.x

Installation
------------

1. Install using `pip`:
  ```shell
  pip install bibster
  ```
2. Add
   `bibster` to your `INSTALLED_APPS` setting:
   ```python
   INSTALLED_APPS = [
     # ...
     'bibster'
     # ...
   ]
   ```


