Welcome to Serifan’s documentation!

Release v0.1.2.

serifan is a python wrapper for the Shortboxed API.

import serifan

sb = serifan.api()

# Get this weeks comic releases.
results = sb.new_releases()

# Print the results
for i in results:
    print(f"{i.title}")

Get It Now

$ pip3 install --user serifan

API Reference

Indices and tables