Introduction to py42, the Python SDK for CrashPlan
Who is this article for?
Instructor, no.
Incydr Professional, Enterprise, Gov F2, and Horizon, no.
Incydr Basic, Advanced, and Gov F1, no.
CrashPlan Cloud, yes.
Retired product plans, yes.
CrashPlan for Small Business, no.
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.
Use cases
You can use py42 to develop your own Python applications that:
- 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