Last updated:
0 purchases
pythonactivedirectory 2.0.1
This is Python-AD, an Active Directory client library for Python on UNIX/Linux systems.
Note - version 1.0 added support for Python >= 3.6 and version 2.0 will drop support for Python 2
Install
$ pip install -e [email protected]:theatlantic/[email protected]+atl.2.0#egg=python-active-directory
Development
Get the code
$ git clone [email protected]:theatlantic/python-active-directory.git
$ cd python-active-directory
Create virtual environment
$ python -mvenv venv
$ . venv/bin/activate
$ pip install -e .
Testing
Version 1.0 switched to using pytest instead of nose, and added tox configuration
for supporting testing across various supported Python versions.
$ pip install tox
$ tox
Special environment variables:
PYAD_TEST_CONFIG - Override the default test configuration file (formerly FREEADI_TEST_CONFIG)
PYAD_READONLY_CONFIG - Enable readonly tests, must be in the form of username:[email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.