Skip to content

v0.2.0 releases + new packages (email, limiter, pytest)#16

Open
PenguinzTech wants to merge 8 commits intomainfrom
v0.2.x
Open

v0.2.0 releases + new packages (email, limiter, pytest)#16
PenguinzTech wants to merge 8 commits intomainfrom
v0.2.x

Conversation

@PenguinzTech
Copy link
Copy Markdown
Contributor

Summary

  • penguin-dal, penguin-libs, penguin-utils, penguin-aaa, penguin-licensing, penguin-secrets → bumped to 0.2.0
  • penguin-email 0.1.0 — SMTP/Gmail email client with Jinja2 templates (first publish)
  • penguin-limiter 0.1.0 — rate limiting middleware (fixed window, sliding window, token bucket) (first publish)
  • penguin-pytest 0.1.0 — shared pytest fixtures and utilities (first publish)
  • Add penguin-limiter publish job to publish.yml (environment: py-limiter)
  • Replace hardcoded ghp_* token in .npmrc (root + react-libs/) with ${GITHUB_TOKEN}
  • Add .coverage and .npmrc.local to .gitignore to prevent future accidental commits
  • Restructure .claude/ skills/rules to new standard layout

Test plan

  • All 6 publish CI jobs complete successfully on GitHub Actions
  • penguin-dal==0.2.0, penguin-libs==0.2.0, penguin-utils==0.2.0 visible on PyPI
  • penguin-email==0.1.0, penguin-limiter==0.1.0, penguin-pytest==0.1.0 visible on PyPI
  • Verify .npmrc files no longer contain hardcoded tokens

🤖 Generated with Claude Code

PenguinzTech and others added 4 commits March 11, 2026 15:08
…ter CI

Version bumps:
- penguin-dal, penguin-libs, penguin-utils → 0.2.0
- penguin-aaa, penguin-licensing, penguin-secrets → 0.2.0

New packages (first publish):
- penguin-email 0.1.0 — SMTP/Gmail email client with Jinja2 templates
- penguin-limiter 0.1.0 — rate limiting (fixed window, sliding window, token bucket)
- penguin-pytest 0.1.0 — shared pytest fixtures and utilities

CI / housekeeping:
- Add penguin-limiter publish job (environment: py-limiter) to publish.yml
- Replace hardcoded ghp_* token in .npmrc (root + react-libs) with ${GITHUB_TOKEN}
- Add .coverage and .npmrc.local to .gitignore to prevent future accidental commits
- Pin dependency digests across workflows and configs
- Restructure .claude/ skills/rules to new standard layout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Sorry @PenguinzTech, your pull request is larger than the review limit of 150000 diff characters

PenguinzTech and others added 4 commits March 30, 2026 15:19
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
penguin-sal had a complete core framework (base adapter, types, exceptions,
URI parser, adapter registry) but zero concrete adapter implementations.
This adds all 11 registered backends with full unit tests (484 total).

Adapters: Vault, AWS SM, GCP SM, Azure KV, Kubernetes, Infisical,
CyberArk Conjur, OCI Vault, 1Password, Passbolt, Doppler.

Also includes standard updates (rules/skills symlink cleanup, LICENSE.md).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
penguin-dal now provides drop-in PyDAL compatibility:
- Field class with PyDAL-style type system (string, text, integer, reference, etc.)
- define_table() method on DB/AsyncDB for programmatic schema creation
- DAL = DB alias for PyDAL consumers
- All types mapped to SQLAlchemy columns
- Auto-id primary key when not explicitly provided
- Validator integration with requires parameter
- 243 tests passing, lint clean

Enables seamless migration from pydal:
  from penguin_dal import DAL, Field
  db = DAL("sqlite:///app.db", migrate=False)
  db.define_table("users", Field("name", "string"), Field("email", "string", notnull=True))

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant