Metadata-Version: 2.4
Name: dsinternals
Version: 1.2.5
Summary: Directory Services Internals Library
Home-page: http://github.com/p0dalirius/pydsinternals
Author: Podalirius
Author-email: podalirius@protonmail.com
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyopenssl
Requires-Dist: pycryptodomex
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: license-expression
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

![](./.github/banner.png)
</br></br>

# pydsinternals - Directory Services Internals Library

<p align="center">
  <img alt="MIT License" src="https://img.shields.io/badge/License-MIT-green.svg">
  <img alt="Build Status" src="https://travis-ci.com/p0dalirius/pydsinternals.svg?branch=main">
  <img alt="PyPI" src="https://img.shields.io/pypi/v/dsinternals">
  <a href="https://twitter.com/intent/follow?screen_name=podalirius_" title="Follow"><img src="https://img.shields.io/twitter/follow/podalirius_?label=Podalirius&style=social"></a>
  <a href="https://www.youtube.com/c/Podalirius_?sub_confirmation=1" title="Subscribe"><img alt="YouTube Channel Subscribers" src="https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social"></a>
  <br>
</p>

A Python native library containing necessary classes, functions and structures to interact with Windows Active Directory.

## Installation

```
python3 -m pip install dsinternals
```

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

## Credits

This code base was heavily inspired by [MichaelGrafnetter](https://twitter.com/MGrafnetter)'s [DS Internals](https://github.com/MichaelGrafnetter/DSInternals) library.

## References
 - https://github.com/MichaelGrafnetter/DSInternals
