Skip to content

Conversation

@Mjboothaus
Copy link

Adds mojo-dotenv v0.2.2 - Production-ready .env file parser and loader for Mojo.

Changes from previous PR #192:

  • ✅ Added package image (recipes/mojo-dotenv/image.png) for builds.modular.com display per reviewer guidelines
  • ✅ Enabled CodeQL scanning and added badge to repository README
  • ✅ Updated license to Apache-2.0
  • ✅ Bumped to v0.2.2 to mark this enhanced release
  • ✅ Renamed test file to test_package.mojo per convention

Package features:

  • Parse .env files to Dict or load into environment
  • Variable expansion (${VAR} and $VAR syntax)
  • Multiline values and escape sequences
  • Auto-discovery with find_dotenv()
  • 98%+ compatible with python-dotenv
  • 49 comprehensive tests using Mojo's TestSuite framework
  • Zero Python dependencies

Use case: Following 12-factor app methodology for configuration management in Mojo applications.

Repository: https://github.com/DataBooth/mojo-dotenv
CodeQL: CodeQL

Supersedes #192

- Add package image for builds.modular.com display
- Update to v0.2.2 with CodeQL scanning enabled
- Update license to Apache-2.0
- Rename test.mojo to test_package.mojo per convention
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