Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@Lennolium Lennolium released this 15 Feb 00:05
· 4 commits to main since this release
373ad7f

🚀 What's New

  • Fixed severe exceptions occurring at runtime and blocking generation of headers.
  • Fixed a bug where the Sec-Fetch-Site headers were not being generated correctly.
  • Improved exception handling and error messages.
  • More support for different user agents and platforms.
  • Added exhaustive test suite (100% test coverage).
  • Build and deployment pipeline now includes automated testing and deployment (build.sh).
  • Added more documentation and better examples.
  • General refactoring.
     

✨ 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.1]

 
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.