Skip to content

CuttlePy Alpha Release

Pre-release
Pre-release

Choose a tag to compare

@chanpreet3000 chanpreet3000 released this 14 Dec 19:31
· 2 commits to main since this 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