Overview
py42 is a Python SDK wrapper around the Code42 API that also provides several utility methods. You can use py42 to develop your own tools for working with Code42 data while avoiding the overhead of session or authentication management.
Incydr SDK available
Use the Incydr SDK for security-related integrations going forward. py42 remains available for preservation-related use cases like managing backup sets or legal hold.
Use the Incydr SDK for security-related integrations going forward. py42 remains available for preservation-related use cases like managing backup sets or legal hold.
Use cases
You can use py42 to develop your own Python applications that:
- Search file events and alerts
- Add users to or remove users from watchlists
- Create and manage Cases
- Retrieve audit log data
- Manage users, organizations, and devices
Note that this is not an exhaustive list of uses for py42.
py42 documentation
For more information, see the full py42 documentation at https://py42docs.code42.com.
External resources
- py42 documentation
- Github: py42