Skip to content

chore: point PyPI homepage + README + llms.txt at eplang.me#95

Merged
abneeshsingh21 merged 3 commits into
mainfrom
chore/pypi-project-urls
Jul 20, 2026
Merged

chore: point PyPI homepage + README + llms.txt at eplang.me#95
abneeshsingh21 merged 3 commits into
mainfrom
chore/pypi-project-urls

Conversation

@abneeshsingh21

@abneeshsingh21 abneeshsingh21 commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Points the highest-authority EPL properties at the official website for SEO/GEO discoverability.

  • pyproject.toml: [project.urls] Homepage → https://eplang.me (appears on the PyPI sidebar from the next release); adds eplang, epl, english-programming-language, natural-language keywords
  • README.md: Official Website link added first in the header link row
  • llms.txt: bumped to v10.2.0 + official-site link (this file is now also served live at https://eplang.me/llms.txt)

No code changes; toml validated with tomllib.

Summary by CodeRabbit

  • Documentation
    • Added an Official Website (“Website”) link to the README resources row.
    • Updated published EPL version information to v10.2.0.
    • Updated Code of Conduct and Security reporting contact email addresses to contact@eplang.me.
  • Chores
    • Updated project metadata (homepage, author email, and keyword list) to use the official site and contact@eplang.me.
    • Refreshed maintainer contact email in the container image metadata.

- pyproject [project.urls] Homepage -> https://eplang.me (shows on the
  PyPI sidebar from the next release); add eplang/epl/english-programming-language
  discovery keywords
- README header: Official Website link first
- llms.txt: bump to v10.2.0, add official-site link (mirrored to the
  website repo, now served at https://eplang.me/llms.txt)
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
epl 1b0fc89 Commit Preview URL

Branch Preview URL
Jul 20 2026, 12:41 PM

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 5ff5e2a0-6243-4b1a-9037-8ecb30ebfff8

📥 Commits

Reviewing files that changed from the base of the PR and between 6d6a971 and 1b0fc89.

📒 Files selected for processing (6)
  • CODE_OF_CONDUCT.md
  • Dockerfile
  • README.md
  • SECURITY.md
  • epl/__init__.py
  • pyproject.toml

Walkthrough

Project documentation and package metadata now reference https://eplang.me, llms.txt identifies EPL v10.2.0, keywords were expanded, and project contact addresses were standardized to contact@eplang.me.

Changes

Project metadata and contact updates

Layer / File(s) Summary
Website and package metadata
pyproject.toml, README.md, llms.txt
Website links, package keywords, and the EPL version description were updated.
Contact address references
epl/__init__.py, CODE_OF_CONDUCT.md, SECURITY.md, Dockerfile
Maintainer, enforcement, vulnerability-reporting, and package contact addresses now use contact@eplang.me.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Poem

A rabbit hops through links so bright,
The website now shines in sight.
Contacts gather, neat and true,
A newer version joins the queue.
“EPL,” I cheer, “what a tidy leap!”

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: updating project metadata and docs to point at eplang.me.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/pypi-project-urls

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@llms.txt`:
- Around line 3-7: Synchronize the version claims between the llms.txt
introduction and the built-ins verification statement in llms-full.txt: update
the v10.1.1 reference near the built-ins documentation to match EPL v10.2.0, or
explicitly clarify that it refers to an older verification scope. Ensure users
are not presented with conflicting version guidance.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: cd144fcf-8349-4226-b57c-970212ec1810

📥 Commits

Reviewing files that changed from the base of the PR and between 2eacac0 and 6d6a971.

📒 Files selected for processing (3)
  • README.md
  • llms.txt
  • pyproject.toml

Comment thread llms.txt
Comment on lines +3 to +7
> EPL is a programming language with English syntax (v10.2.0). Write code in plain English — apps, web servers, APIs, desktop GUIs, and mobile apps. Install: `pip install eplang`. Run: `epl run file.epl`. By default `epl run` executes on a bytecode VM (real closures + full control-flow parity with the reference interpreter); `--interpret` selects the tree-walking interpreter. EPL also transpiles to Python/JS/Node/Kotlin/MicroPython, compiles native binaries (`epl build`, with type inference for untyped functions), and exports native mobile/desktop projects (`epl android`/`ios`/`desktop`, with `--webview` to ship the real web app unchanged).

## Documentation

- [Official Website](https://eplang.me/): Homepage with live playground and install guide

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Synchronize the documentation version claims.

llms.txt now advertises EPL v10.2.0, while llms-full.txt, Line [696]-[697], still says its built-ins were verified against v10.1.1. Update the latter or clarify the scope so users do not receive mixed-version guidance.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@llms.txt` around lines 3 - 7, Synchronize the version claims between the
llms.txt introduction and the built-ins verification statement in llms-full.txt:
update the v10.1.1 reference near the built-ins documentation to match EPL
v10.2.0, or explicitly clarify that it refers to an older verification scope.
Ensure users are not presented with conflicting version guidance.

@abneeshsingh21
abneeshsingh21 merged commit 06a98e6 into main Jul 20, 2026
18 checks passed
@abneeshsingh21
abneeshsingh21 deleted the chore/pypi-project-urls branch July 20, 2026 12:52
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant