Skip to content

Releases: chanpreet3000/cuttlepy

CuttlePy Alpha Release

14 Dec 19:31

Choose a tag to compare

Pre-release

I am excited to announce the Alpha Release of CuttlePy, a fully typed Python HTTP client built on the powerful [primp](https://github.com/deedy5/primp) library! 🎉

This initial version provides:

  • Typed HTTP Methods: Full-type hints support for a seamless developer experience.
  • Browser Impersonation: Take advantage of advanced browser-like behaviours from primp.
  • Comprehensive Response Objects: Access HTTP response data with structured, typed properties.
  • Authentication Support: Easy-to-use options for basic and bearer token authentication.

💡 Note:
This is an alpha release, so while core functionality is ready for exploration, some features might still be refined. We welcome feedback and contributions to make CuttlePy even better!

📖 Check out the [documentation](https://github.com/deedy5/primp) for usage details.
👉 Install now:

pip install cuttlepy