Metadata-Version: 2.1
Name: django-ldaporm
Version: 1.0.10
Summary: A Django ORM-like interface for ldap objectclasses
Home-page: https://github.com/caltechads/django-ldaporm
Author: Caltech IMSS ADS
Author-email: imss-ads-staff@caltech.edu
License: UNKNOWN
Description: # django-ldaporm
        
        `django-ldaporm` provides  Django ORM-like module that allows you to treat ldap object classes like RDBMS tables.  This
        allows you to use Django forms, fields and views natively with ldap models.
        
        ## Installing django-ldaporm
        
        `django-ldaporm` is a pure python package.  As such, it can be installed in the usual python ways.  For the following
        instructions, either install it into your global python install, or use a python 
        [virtual environment](https://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/) to install it without polluting your
        global python environment.
        
        ### Install via pip
        
            pip install django-ldaporm
        
        ### Install via `setup.py`
        
        Download a release from [Github](https://github.com/caltechads/deployfish/releases), then:
        
            unzip django-ldaporm-1.0.10.zip
            cd django-ldaporm-1.0.10
            python setup.py install
        
        Or:
        
            git clone https://github.com/caltechads/django-ldaporm.git
            cd django-ldaporm
            python setup.py install
        
Keywords: django,ldap
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
