[PR #839] [CLOSED] Added PyFormat.info to Text Processing section #750

Closed
opened 2025-11-06 13:01:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/839
Author: @kaitouNeo
Created: 2/24/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c027872 Added PyFormat.info to Text Processing section

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

It can make format() in Python more fexiable and convenient to use.

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

  • The syntax looks more human readable.
  • The format specifier ( such as %s, %d ... ) can be omited, and will be repalced with {} .
  • Padding and aligning strings.
  • Support named placeholders, mean it can format the string with dict data structure as parameter of format().

🔄 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/839 **Author:** [@kaitouNeo](https://github.com/kaitouNeo) **Created:** 2/24/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c027872`](https://github.com/vinta/awesome-python/commit/c0278727fc084f74ffc7ac5363e3b22254093d31) Added PyFormat.info to Text Processing section ### 📊 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? It can make format() in Python more fexiable and convenient to use. ## What's the difference between this Python project and similar ones? * The syntax looks more human readable. * The format specifier ( such as `%s`, `%d` ... ) can be omited, and will be repalced with `{}` . * Padding and aligning strings. * Support named placeholders, mean it can format the string with dict data structure as parameter of format(). --- <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:01:50 -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#750