Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p0dalirius/pydsinternals
A Python native library containing necessary classes, functions and structures to interact with Windows Active Directory.
https://github.com/p0dalirius/pydsinternals
active-directory directory dotnet internals library python
Last synced: 3 days ago
JSON representation
A Python native library containing necessary classes, functions and structures to interact with Windows Active Directory.
- Host: GitHub
- URL: https://github.com/p0dalirius/pydsinternals
- Owner: p0dalirius
- License: gpl-2.0
- Created: 2021-07-29T16:20:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T10:48:53.000Z (28 days ago)
- Last Synced: 2025-01-06T05:05:01.603Z (10 days ago)
- Topics: active-directory, directory, dotnet, internals, library, python
- Language: Python
- Homepage: https://podalirius.net/
- Size: 1.01 MB
- Stars: 57
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![](./.github/banner.png)
# pydsinternals - Directory Services Internals Library
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