Metadata-Version: 2.0
Name: hacs
Version: 1.0a1
Summary: Hybrid Access Control System for Django
Home-page: https://pypi.python.org/pypi/django-hacs
Author: Md Nazrul Islam
Author-email: email2nazrul@gmail.com
License: GPL version 3
Keywords: Python Django ACL ACS IAM
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django
Provides-Extra: test

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html
   This text does not appear on pypi or github. It is a comment.

==============================================================================
django.contrib.hacs
==============================================================================

Identity and Access Management System (IAMS)

Need to cover
-------------

- Audit Log
- Audit Trial


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


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

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


Translations
------------

This product has been translated into

- Klingon (thanks, K'Plai)


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

Install django.contrib.hacs by adding it to your buildout::

    [buildout]

    ...

    eggs =
        django.contrib.hacs


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/django.contrib.hacs/issues
- Source Code: https://github.com/collective/django.contrib.hacs
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.

Contributors
============

- Md Nazrul Islam, email2nazrul@gmail.com

Changelog
=========


1.0a1 (unreleased)
------------------

- Initial release.
  [nazrulworld]



