Skip to content

Conversation

@modelpatternlooks-bot
Copy link
Owner

Summary

  • add documentation explaining the camel case splitting approach and its regex
  • link the root README to the new explanation file for easier discovery

Testing

  • pytest

Codex Task

@netlify
Copy link

netlify bot commented Nov 24, 2025

Deploy Preview for merry-marshmallow-cde35d ready!

Name Link
🔨 Latest commit b9434b6
🔍 Latest deploy log https://app.netlify.com/projects/merry-marshmallow-cde35d/deploys/6924994ee62448000841ef82
😎 Deploy Preview https://deploy-preview-4--merry-marshmallow-cde35d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 24, 2025

Deploy Preview for ornate-fudge-89f8d8 ready!

Name Link
🔨 Latest commit b9434b6
🔍 Latest deploy log https://app.netlify.com/projects/ornate-fudge-89f8d8/deploys/6924994eb0e0370008c97ac7
😎 Deploy Preview https://deploy-preview-4--ornate-fudge-89f8d8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +5 to +9
[project]
name = "text-utils"
version = "0.1.0"
description = "Utilities for text processing"
requires-python = ">=3.10"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Declare package discovery for text_utils module

pyproject.toml defines project metadata (lines 5–9) but never configures any packages/py_modules or a tool.setuptools.packages.find stanza. With setuptools’ PEP 621 backend, nothing is installed by default, so pip install . will build a wheel containing only dist-info and omit src/text_processing.py, leaving consumers unable to import the module. Add package discovery for the src layout so the code is actually shipped.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants