Skip to content

Commit

Permalink
Refactor badge views to remove Matplotlib and use Pillow for image ge…
Browse files Browse the repository at this point in the history
…neration

This commit introduces several improvements to the badge views:
- Replaced Matplotlib with Pillow for generating badge images
- Removed Matplotlib and related dependencies from pyproject.toml
- Implemented a custom badge image generation using Pillow
- Added comprehensive tests for badge views in website/tests/test_badge_views.py
- Improved visit tracking logic for project and repo badges
- Enhanced badge image with more detailed visualization of visit data
  • Loading branch information
DonnieBLT committed Jan 29, 2025
1 parent 26488d8 commit 8392803
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 442 deletions.
Loading

0 comments on commit 8392803

Please sign in to comment.