.. Python Active Directory Tools (pyad) documentation master file, created by sphinx-quickstart on Sat Jul 6 13:48:15 2013. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Python Active Directory Tools's Documentation ==================================================== pyad is a python library designed to provide a simple, object oriented interface to Active Directory through ADSI on the Windows platform. The code for this project is maintained at https://github.com/zakird/pyad and can be downloaded at https://pypi.python.org/pypi/pyad. Contents: .. toctree:: pyad objects Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` Requirements ============ pyad requires pywin32, which is available at http://sourceforge.net/projects/pywin32. License ======= Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.