Why Should I Use This?

pyPreservica.Gov is a Python module which allows you to harvest metadata and content from Civica Modern.Gov meeting management software.

pyPreservica.Gov will harvest Modern.Gov committees and meetings and store the metadata and meeting outputs in Preservica

pyPreservica.Gov Features

  • Fetch Committees and Committee metadata

  • Fetch Meeting outputs such as Meeting Agenda’s, Minutes and Appendices

  • Index Committee and Meeting metadata

PIP Installation

pyPreservica.Gov is available from the Python Package Index (PyPI)

https://pypi.org/project/pyPreservicaGov/

pyPreservica.Gov is built and tested against Python 3.8 and above. Older versions of Python may not work.

To install pyPreservica.Gov, simply run this simple command in your terminal of choice:

$ pip install pyPreservicaGov

or you can install in a virtual python environment using:

$ pipenv install pyPreservicaGov

pyPreservica.Gov is under active development and the latest version is installed using

$ pip install --upgrade pyPreservicaGov

Get the Source Code

pyPreservica.Gov is developed on GitHub, where the code is always available.

You can clone the public repository

$ git clone git://github.com/carj/pyPreservica.Gov.git

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/carj/pyPreservica.Gov