noirello / bonsai

Simple Python 3 module for LDAP, using libldap2 and winldap C libraries.
MIT License
117 stars 33 forks source link

alternative way to install on mac #8

Closed LukeXuan closed 7 years ago

LukeXuan commented 7 years ago

As the homebrew is providing a formula not overwriting Mac OS default library, I thinks this method should be more effortless to install :)

codecov-io commented 7 years ago

Current coverage is 75.25% (diff: 100%)

Merging #8 into master will not change coverage

@@             master         #8   diff @@
==========================================
  Files            22         22          
  Lines          2890       2890          
  Methods         110        110          
  Messages          0          0          
  Branches        535        535          
==========================================
  Hits           2175       2175          
  Misses          363        363          
  Partials        352        352          

Powered by Codecov. Last update cf784a2...08ac3d9

noirello commented 7 years ago

My knowledge of Mac OS X and brew is superficial at best, so thank you for your help. I tested it manually, and you were right, it's much painless to install this way. I've got some ongoing development, but I'll merge your pull request as soon as possible.