Metadata-Version: 2.1
Name: dsinternals
Version: 1.2.4
Home-page: http://github.com/p0dalirius/pydsinternals
Author: Podalirius
Author-email: podalirius@protonmail.com
License: GPL2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

![](./.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
