deep-security-py
deep-security-py copied to clipboard
Code that makes deep-security-py compatible with Python 2.6
2 major changes are made to make this library compatible with Python 2.6
- Moved away from Python 3.x style of format
- Moved away from Python 2.7+ SSL_Context to simply use requests library.
Both are geared toward Python 2.6 dependencies; which is still used on a lot of legacy systems.