Metadata-Version: 2.2
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python

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

# pydsinternals - Directory Services Internals Library

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](../LICENSE.md)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dsinternals)
![PyPI](https://img.shields.io/pypi/v/dsinternals)
[![Build Status](https://travis-ci.com/p0dalirius/pydsinternals.svg?branch=main)](https://travis-ci.com/p0dalirius/pydsinternals)

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
