# py42, the Code42 Python SDK ```{eval-rst} .. toctree:: :hidden: :maxdepth: 2 guides ``` ```{eval-rst} .. toctree:: :hidden: :maxdepth: 2 methods ``` ```{eval-rst} .. warning:: Incydr functionality in py42 is **deprecated**. Use the resources at https://developer.code42.com/ instead. ``` [![license](https://img.shields.io/pypi/l/py42.svg)](https://pypi.org/project/py42/) [![versions](https://img.shields.io/pypi/pyversions/py42.svg)](https://pypi.org/project/py42/) `py42` is a Python wrapper around the Code42 REST APIs that also provides several utility methods. Use `py42` to develop your own tools for working with Code42 data while avoiding the overhead of session / authentication management. ## Features * Managing users, organizations, and devices. * Searching file events, alerts and auditlogs. * Adding/Removing employees from detection lists. * Managing cases. ## Content * [User Guides](guides.md) * [Method Documentation](methods.md)