Skip to content

v0.1.3

Latest

Choose a tag to compare

@Lennolium Lennolium released this 10 Feb 15:12
· 2 commits to main since this release

🚀 What's New

  • Switched to minimum required dependencies from pinned for more flexibility (Thanks to @leosilberg).
     

✨ Features

  • Authentic: All header values, combinations and their ordering are verified to work with most web servers.
  • Complete: Generates all Sec-Ch-Ua, Sec-Ch-Ua-Mobile, Sec-Fetch-Dest, ... headers for Chrome-based browsers.
  • Powerful: Pass your own user agent in or use the convenience functions to get common, real-world user agents.
  • Wide Support: Almost all user agents supported: Windows, macOS, Linux, Android and iOS: Google Chrome, Firefox, Safari, Edge, Opera, Whale and QQ.
  • Lightweight: Designed to consume minimal system resources and optimized for performance.
  • Simple: Easy to use and understand with a clean and simple API.
  • Compatible: Supports Python 3.8 and above. Runs on Windows, macOS and Linux.
  • Tested: Has 99% test coverage and is continuously tested.
  • Open Source: Provides transparency and allows community contributions for continuous development.
     

⚡️ Installation

Just install the package from PyPi using pip:

 # Install ...
 pip install simple-header
 
 # ... or upgrade.
 pip install --upgrade simple-header

To see a more detailed guide on how to install and use simple-header, please see refer to the Installation section.
 
 

Full Changelog: [v0.1.3]

 
Sincerely,

 

Notes:
If you encounter any issues or have suggestions for improvements, I encourage you to report them. Your input will play a crucial role in shaping the future of simple-header.

I appreciate your support and interest in simple-header. Your contributions and feedback will be invaluable as I continue to refine and expand this project.