Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release 3.3.0 #353

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...master) (2023-09-??)
## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0) (2023-09-30)

### Added
- Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer`
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<a href="https://github.com/jawah/niquests">
<img alt="Static Badge" src="https://img.shields.io/badge/Niquests-HTTP_1.1%2C%202%2C_and_3_Client-cyan">
</a>
<a href="https://github.com/Ousret/httpie-next">
<img alt="Static Badge" src="https://img.shields.io/badge/HTTPie_Next-HTTP_2_and_3_plugin-cyan">
<a href="https://github.com/jawah/wassima">
<img alt="Static Badge" src="https://img.shields.io/badge/Wassima-Certifi_Killer-cyan">
</a>
<a href="https://github.com/Ousret/kiss-headers">
<img alt="Static Badge" src="https://img.shields.io/badge/kiss--headers-Email_and_HTTP_headers_toolkit-cyan">
</a>
<a href="https://github.com/jawah/qh3">
<img alt="Static Badge" src="https://img.shields.io/badge/qh3-Lightweight_QUIC_and_HTTP_3-cyan">
</p>
<p align="center">
<sup><i>In other language (unofficial port - by the community)</i></sup><br>
<a href="https://github.com/nickspring/charset-normalizer-rs">
<img alt="Static Badge" src="https://img.shields.io/badge/Rust-red">
</a>
</p>

Expand Down Expand Up @@ -53,6 +53,7 @@ This project offers you an alternative to **Universal Charset Encoding Detector*

<p align="center">
<img src="https://i.imgflip.com/373iay.gif" alt="Reading Normalized Text" width="226"/><img src="https://media.tenor.com/images/c0180f70732a18b4965448d33adba3d0/tenor.gif" alt="Cat Reading Text" width="200"/>
</p>

*\*\* : They are clearly using specific code for a specific encoding even if covering most of used one*<br>
Did you got there because of the logs? See [https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html](https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html)
Expand Down
1 change: 1 addition & 0 deletions bin/run_autofix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ fi

set -x

${PREFIX}pip install -r ./dev-requirements.txt
${PREFIX}black --target-version=py37 charset_normalizer
${PREFIX}isort charset_normalizer
1 change: 1 addition & 0 deletions bin/run_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fi

set -x

${PREFIX}pip install -r ./dev-requirements.txt
${PREFIX}pytest
${PREFIX}black --check --diff --target-version=py37 charset_normalizer
${PREFIX}flake8 charset_normalizer
Expand Down
2 changes: 1 addition & 1 deletion charset_normalizer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Expose version
"""

__version__ = "3.3.0+dev"
__version__ = "3.3.0"
VERSION = __version__.split(".")
15 changes: 15 additions & 0 deletions docs/community/featured.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,18 @@ Enjoy HTTPie refreshed!

.. image:: https://dabuttonfactory.com/button.png?t=Get+HTTPie-Next+Now&f=Ubuntu-Bold&ts=26&tc=fff&hp=45&vp=20&c=11&bgt=unicolored&bgc=15d798&be=1
:target: https://github.com/Ousret/httpie-next

Wassima
-------

Did you ever wonder how would it feel like to leave the headache with root CAs (certificate authority)?
Well, you may, starting today, use your operating system trusted root CAs to verify
peer certificates with the at most comfort.

It is enabled by default in Niquests, but you can use that awesome feature by itself.

.. image:: https://dabuttonfactory.com/button.png?t=OS+root+CAs+for+Python&f=Ubuntu-Bold&ts=26&tc=fff&hp=45&vp=20&c=11&bgt=unicolored&bgc=15d798&be=1
:target: https://github.com/jawah/wassima

The solution is universal and served for (almost) every possible case.
You may remove the certifi package, let it rest in peace.