Repository History

209 repositories tagged with python

Topic: python
Model Mommy: A Legacy Python Fixture Factory, Migrate to Model Bakery

Model Mommy: A Legacy Python Fixture Factory, Migrate to Model Bakery

Model Mommy was a popular Python library designed to simplify the creation of smart test fixtures and realistic test data. This project is no longer actively maintained, and its users are strongly advised to migrate to its successor, Model Bakery. The renaming to Model Bakery was a conscious decision to avoid reinforcing gender stereotypes within the technology community.

Analyzed Aug 2, 2026
View Details
Faker: Generate Realistic Fake Data for Your Python Projects

Faker: Generate Realistic Fake Data for Your Python Projects

Faker is a powerful Python package designed to generate realistic fake data. It's an essential tool for bootstrapping databases, creating test data, filling persistence layers for stress testing, or anonymizing sensitive production data. With support for various data types and localization, Faker streamlines development and testing workflows.

Analyzed Aug 2, 2026
View Details
pangu.py: Automated Paranoid Text Spacing for Enhanced Readability

pangu.py: Automated Paranoid Text Spacing for Enhanced Readability

pangu.py is a Python library designed for opinionated, "paranoid" text spacing. It automatically inserts whitespace between CJK (Chinese, Japanese, Korean) and half-width characters, such as alphabetical letters, numerical digits, and symbols. This tool significantly improves text readability by ensuring consistent and proper spacing.

Analyzed Aug 1, 2026
View Details
pyfiglet: Render ASCII Text into ASCII Art Fonts in Python

pyfiglet: Render ASCII Text into ASCII Art Fonts in Python

pyfiglet is a pure Python port of the classic FIGlet utility, designed to transform ordinary ASCII text into impressive ASCII art fonts. It offers flexibility, allowing users to generate stylized text both from the command line and directly within their Python applications. This tool is ideal for adding unique visual flair to terminal outputs, banners, or creative text displays.

Analyzed Aug 1, 2026
View Details
python-pinyin: A Robust Python Library for Hanzi to Pinyin Conversion

python-pinyin: A Robust Python Library for Hanzi to Pinyin Conversion

`python-pinyin` is a powerful Python library designed for converting Chinese characters (Hanzi) into Pinyin. It offers advanced features such as intelligent phrase matching, comprehensive support for polyphonic characters, and various Pinyin and Bopomofo output styles. This tool is essential for developers working on Chinese text processing tasks, including annotation, sorting, and search functionalities.

Analyzed Aug 1, 2026
View Details
Python Slugify: Robust Unicode Slug Generation in Python

Python Slugify: Robust Unicode Slug Generation in Python

Python Slugify is a powerful Python library designed to create clean, URL-friendly slugs from Unicode strings. It offers extensive customization options, including handling HTML entities, setting max lengths, and defining stopwords. This tool ensures your text is properly formatted for web use, supporting various languages and complex character sets.

Analyzed Jul 31, 2026
View Details
unicode-slugify: A Robust Python Slugifier for Unicode Strings

unicode-slugify: A Robust Python Slugifier for Unicode Strings

unicode-slugify is a Python library developed by Mozilla, designed to generate URL-friendly slugs from strings containing Unicode characters. It offers powerful customization options, allowing users to control case, spaces, and allowed characters, making it suitable for diverse web development needs. This tool ensures that your slugs remain readable and functional across different languages.

Analyzed Jul 31, 2026
View Details
pyparsing: A Python Library for Creating PEG Parsers

pyparsing: A Python Library for Creating PEG Parsers

pyparsing is a Python library that offers an alternative to traditional lex/yacc or regular expressions for creating simple grammars. It allows developers to construct parsers directly in Python code, leveraging a Parsing Expression Grammar (PEG) approach. This library simplifies handling common parsing challenges like whitespace, quoted strings, and embedded comments, making text processing more intuitive.

Analyzed Jul 30, 2026
View Details
python-nameparser: A Robust Python Module for Parsing Human Names

python-nameparser: A Robust Python Module for Parsing Human Names

python-nameparser is a powerful Python module designed to accurately parse human names into distinct components like title, given, middle, family, and suffix. It offers immutable results, flexible configuration, and supports locale-specific parsing, making it an essential tool for text processing and data normalization tasks. The module recently released version 2.0, enhancing its capabilities while maintaining backward compatibility for most existing code.

Analyzed Jul 30, 2026
View Details
django-wordpress: Integrate WordPress Content into Django

django-wordpress: Integrate WordPress Content into Django

django-wordpress provides a robust solution for integrating WordPress content directly into Django applications. It offers read-only models and views, ensuring the safety of your WordPress database while allowing seamless access to posts, pages, and other data. This package is ideal for developers looking to leverage existing WordPress content within a Django framework.

Analyzed Jul 29, 2026
View Details
facebook-sdk: A Python SDK for Facebook's Graph API

facebook-sdk: A Python SDK for Facebook's Graph API

The facebook-sdk is a Python client library designed to interact with the Facebook Graph API. It provides a convenient way for Python developers to integrate Facebook functionalities into their applications, supporting authentication and data access. This SDK is ideal for building applications that need to leverage Facebook's powerful API.

Analyzed Jul 29, 2026
View Details
furl: The Easiest Way to Parse and Modify URLs in Python

furl: The Easiest Way to Parse and Modify URLs in Python

furl is a lightweight Python library designed to simplify URL parsing and modification. It offers an intuitive API that makes common URL operations, often tedious with standard modules, straightforward and efficient. Developers can easily manipulate various URL components, including paths, query arguments, and fragments, with robust encoding handling.

Analyzed Jul 28, 2026
View Details
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️