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: 10 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: 2023-06-21T09:10:34.000Z (over 1 year ago)
- Last Synced: 2024-09-20T05:39:45.372Z (about 2 months ago)
- Topics: active-directory, directory, dotnet, internals, library, python
- Language: Python
- Homepage: https://podalirius.net/
- Size: 1.01 MB
- Stars: 55
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
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