arxiv.status package

Contants for HTTP status codes. Merely to increase code readability.

This was originally implemented using int values. We then switched to using the IntEnums in http, which uses names without HTTP_[0-9]{3}_ prefixes. This module will preserve the mapping to the built-in IntEnums for projects that haven’t switched yet.