Metadata-Version: 2.0
Name: karaage
Version: 5.0.2
Summary: Collection of Django apps to manage a clusters
Home-page: https://github.com/Karaage-Cluster/karaage
Author: Brian May
Author-email: brian@v3.org.au
License: GPL3+
Keywords: karaage cluster user administration
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cssmin
Requires-Dist: Django (>=1.8)
Requires-Dist: python-alogger (>=2.0)
Requires-Dist: django-xmlrpc (>=0.1)
Requires-Dist: django-simple-captcha
Requires-Dist: django-ajax-selects (>=1.1.3)
Requires-Dist: django-jsonfield (>=0.9.12)
Requires-Dist: django-model-utils (>=2.0.0)
Requires-Dist: python-tldap (>=0.3.3)
Requires-Dist: django-pipeline (>=1.6.0)
Requires-Dist: django-tables2
Requires-Dist: django-filter
Requires-Dist: django-environ
Requires-Dist: six
Requires-Dist: slimit (>=0.8.1)
Provides-Extra: applications
Provides-Extra: software
Requires-Dist: karaage4[applications]; extra == 'software'
Requires-Dist: karaage4[usage]; extra == 'software'
Provides-Extra: tests
Requires-Dist: django-extensions; extra == 'tests'
Requires-Dist: factory-boy; extra == 'tests'
Requires-Dist: mock; extra == 'tests'
Requires-Dist: cracklib; extra == 'tests'
Provides-Extra: usage
Requires-Dist: karaage4[software]; extra == 'usage'
Requires-Dist: django-celery; extra == 'usage'
Requires-Dist: matplotlib; extra == 'usage'

Karaage 3
=========

**Cluster account management tool.**

.. contents :: Table of Contents

Overview
--------

Karaage manages users and projects in a cluster and can store the data in
various backends.


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

Mailing list: `<http://lists.vpac.org/cgi-bin/mailman/listinfo/karaage>`_

Old gerrit code review tool (not used anymore): `<https://code.vpac.org/gerrit>`_

Karaage 2.7.x: <http://karaage.readthedocs.org/en/2.7.stable/>`_.

Karaage 3.x User documentation:
`<http://karaage.readthedocs.org/projects/karaage-user/en/latest/>`_

Karaage 3.x Programmer documentation:
`<http://karaage.readthedocs.org/projects/karaage-programmer/en/latest/>`_

Karaage 3.x Admin documentation: `<http://karaage.readthedocs.org/en/latest/>`_

Software requirements specification:
`<http://karaage.readthedocs.org/projects/karaage-srs/en/latest/>`_



Components
----------

Prior to Karaage 3.1.11, the various Karaage modules had been in seperate
repositories. They have now been brought together into one repo.

These modules are:

- karaage-applications (also see `Karaage 3 karaage-applications
  <https://github.com/Karaage-Cluster/karaage-applications>`_)
- karaage-cluster-tools  (also see `Karaage 3 karaage-cluster-tools
  <https://github.com/Karaage-Cluster/karaage-cluster-tools>`_)
- karaage-software (also see `Karaage 3 karaage-software
  <https://github.com/Karaage-Cluster/karaage-software>`_)
- karaage-usage (also see `Karaage 3 karaage-usage
  <https://github.com/Karaage-Cluster/karaage-usage>`_)


Plugins
-------

karaage-usage
^^^^^^^^^^^^^

.. todo:: Write paragraph about what the usage plugin does.

The karaage-usage plugin provides monitoring of usage information.

karaage-applications
^^^^^^^^^^^^^^^^^^^^

This plugin allows users to self register accounts with Karaage.


karaage-software
^^^^^^^^^^^^^^^^

.. todo:: Write paragraph about what the software plugin does.


Contact
-------

The lead developer for Karaage 3 is
`Brian May <mailto:brian@linuxpenguins.xyz>`_.


