[PR #1817] Add codext #1577

Open
opened 2025-11-06 13:19:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1817
Author: @r4gn4r0x
Created: 10/10/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

This extends the native codecs with many encodings, e.g. morse, many bases (58, 62, 100, etc), sms, klopf, ...
It also provides a clean API for adding new encodings and a special feature based on a graph search for guessing multi-layer encodings.

What's the difference between this Python project and similar ones?

Found no similar project.

Strong points :

  • Clean API for adding new encodings
  • Test generation based on examples dunder
  • Guess feature for decoding multiple layers
  • Supported on a regular basis, including new codecs

Weak points :

  • Few stars ; probably suffers from a lack of visibility yet (this PR may fix this)

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1817 **Author:** [@r4gn4r0x](https://github.com/r4gn4r0x) **Created:** 10/10/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8d24a17`](https://github.com/vinta/awesome-python/commit/8d24a17e1dd1698f1e2afc4f22142f264bb331ad) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? This extends the native `codecs` with many encodings, e.g. morse, many bases (58, 62, 100, etc), sms, klopf, ... It also provides a clean API for adding new encodings and a special feature based on a graph search for guessing multi-layer encodings. ## What's the difference between this Python project and similar ones? Found no similar project. Strong points : - Clean API for adding new encodings - Test generation based on __examples__ dunder - Guess feature for decoding multiple layers - Supported on a regular basis, including new codecs Weak points : - Few stars ; probably suffers from a lack of visibility yet (this PR may fix this) -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:19:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1577