Commit Graph

  • 7a0abca2e5 docs: remove dataclasses and DottedDict from Data Structures Vinta Chen 2026-03-19 00:58:09 +08:00
  • 5036fe8201 docs: normalize entry names to lowercase for django.db.models and reportlab Vinta Chen 2026-03-19 00:49:52 +08:00
  • 3d534f57d7 docs: lowercase H2O and PyMC display names Vinta Chen 2026-03-19 00:44:23 +08:00
  • 6ad2a77bb4 docs: rename Jupyter Notebook (IPython) to jupyter Vinta Chen 2026-03-19 00:43:01 +08:00
  • fb3112d8d2 docs: match 11 more display names to their GitHub repo names Vinta Chen 2026-03-19 00:40:50 +08:00
  • 4a0db0dee6 docs: match project display names to their GitHub repo names Vinta Chen 2026-03-19 00:11:45 +08:00
  • 65db5ab5e7 Merge pull request #2975 from vinta/chore/cleanup Vinta Chen 2026-03-18 23:52:00 +08:00
  • 79c0be0a5c docs: move docling and textract to Text Processing Vinta Chen 2026-03-18 23:50:25 +08:00
  • a7c5d84ce9 docs: split Downloader into General and Financial Data subcategories Vinta Chen 2026-03-18 23:50:13 +08:00
  • 057081ff91 docs: move Beanie to ORM > NoSQL Databases from Database Drivers Vinta Chen 2026-03-18 23:49:59 +08:00
  • d48c1b8904 docs: move streamlit to Data Visualization from Admin Panels Vinta Chen 2026-03-18 23:49:47 +08:00
  • 02dab03848 chore(text-processing): restructure Markdown subsection and add TOML Vinta Chen 2026-03-18 23:41:54 +08:00
  • 5f44045f64 chore(files): move markitdown to Text Processing > Markdown Vinta Chen 2026-03-18 23:41:45 +08:00
  • 0cd4ccaec2 chore(dates-times): replace pytz with zoneinfo Vinta Chen 2026-03-18 23:41:32 +08:00
  • 7b8002426d feat(website): add co-maintainer credit and bump hero-sub font size Vinta Chen 2026-03-18 23:30:47 +08:00
  • 56ccdfae8f Merge pull request #2973 from vinta/fix/replace-non-github-urls-with-github-repos Vinta Chen 2026-03-18 23:24:37 +08:00
  • f7a5ed8050 docs: move Automatic Rejection section to end; note GitHub URL preference Vinta Chen 2026-03-18 23:15:39 +08:00
  • c1a4e69309 fix: replace non-GitHub URLs with GitHub repo URLs in README Vinta Chen 2026-03-18 23:15:34 +08:00
  • fa00f10922 Merge pull request #2972 from vinta/feature/fetch-stats-workflow Vinta Chen 2026-03-18 22:57:43 +08:00
  • 957d685ff4 ci: run fetch-stars step on every workflow trigger Vinta Chen 2026-03-18 22:55:29 +08:00
  • 6148c13c0c feat: skip fetching repos whose cache entry is still fresh Vinta Chen 2026-03-18 22:55:21 +08:00
  • 484515775f gitignore website/data Vinta Chen 2026-03-18 22:48:20 +08:00
  • 0d9dfb2713 ci: consolidate star fetch into deploy workflow using Actions cache Vinta Chen 2026-03-18 22:44:29 +08:00
  • 3c3f371791 fix: use canonical GitHub Actions bot email with numeric ID Vinta Chen 2026-03-18 22:28:25 +08:00
  • bfed6a5c81 ci: trigger deploy after fetch-github-stars workflow succeeds Vinta Chen 2026-03-18 22:18:10 +08:00
  • bbe145cb36 ci: add workflow to fetch and commit GitHub stars daily Vinta Chen 2026-03-18 22:18:04 +08:00
  • d65c6ccd64 refactor: rename fetch_stats target and remove cache age gating Vinta Chen 2026-03-18 22:08:35 +08:00
  • b6d1bf9307 ci: use uv dependency groups and Makefile target for deploy workflow Vinta Chen 2026-03-18 21:33:57 +08:00
  • ab18c7e54c refactor: reformat build.py to Black style and add llms.txt output Vinta Chen 2026-03-18 21:33:51 +08:00
  • 539edc4e20 Merge pull request #2971 from vinta/feature/markdown-it-py-parser Vinta Chen 2026-03-18 20:35:06 +08:00
  • 280f250ce0 feat: migrate README parser to markdown-it-py and refresh website Vinta Chen 2026-03-18 20:33:36 +08:00
  • 95b6b3cc69 feat: improve table accessibility and mobile expand tags Vinta Chen 2026-03-18 18:49:52 +08:00
  • 15a38caaf9 style: simplify footer layout and update links Vinta Chen 2026-03-18 18:43:08 +08:00
  • 25ec0c3937 feat: extract inline favicon to static SVG file Vinta Chen 2026-03-18 18:34:15 +08:00
  • 95718991f8 build: add project metadata and restructure dependency groups Vinta Chen 2026-03-18 18:34:11 +08:00
  • 45391b84e9 build: simplify Makefile targets and add live-reload preview Vinta Chen 2026-03-18 18:28:27 +08:00
  • 74bba50785 build: restructure dependency groups and add watchdog Vinta Chen 2026-03-18 18:28:19 +08:00
  • 266a6b6b6c simplify: remove redundant _has_description, unused param, merge loops Vinta Chen 2026-03-18 17:41:13 +08:00
  • af3baab2ed refactor: consolidate load_cache into build.load_stars Vinta Chen 2026-03-18 17:28:53 +08:00
  • 143abbf201 build: remove markdown dependency, replaced by markdown-it-py Vinta Chen 2026-03-18 17:28:50 +08:00
  • 0f374970dd refactor: extract parsing logic from build.py into readme_parser module Vinta Chen 2026-03-18 17:27:14 +08:00
  • 03ac212880 test: add integration tests against the real README.md Vinta Chen 2026-03-18 17:25:12 +08:00
  • a83809886c feat: implement HTML rendering for readme sections Vinta Chen 2026-03-18 17:24:24 +08:00
  • 3d015bc630 feat(parser): implement entry extraction from bullet list AST nodes Vinta Chen 2026-03-18 17:23:11 +08:00
  • 1c67c9f0e6 feat: replace regex README parser with markdown-it-py AST parser Vinta Chen 2026-03-18 17:21:49 +08:00
  • 5fa7c7d1a6 feat(website): add markdown-it-py README parser and inline renderer tests Vinta Chen 2026-03-18 17:20:23 +08:00
  • c5caa5a5e1 ci: hardcode deployment URL to https://awesome-python.com Vinta Chen 2026-03-18 14:03:50 +08:00
  • a732751923 Merge pull request #2969 from vinta/feature/relaunch-website Vinta Chen 2026-03-18 13:59:01 +08:00
  • 7eb9b11a67 data: remove zipline entry from github_stars.json Vinta Chen 2026-03-18 13:57:36 +08:00
  • 87a16f47ea build: load .env in Makefile and rename fetch_stars to site_fetch_stats Vinta Chen 2026-03-18 13:57:32 +08:00
  • 2fe0f5c2bd ci: bump actions/checkout to v6 and upload-pages-artifact to v4 Vinta Chen 2026-03-18 13:57:26 +08:00
  • cd7b8f6bb0 update README description and remove Resources section Vinta Chen 2026-03-18 13:48:53 +08:00
  • 177183d9bd add custom website build system Vinta Chen 2026-03-18 13:48:49 +08:00
  • 4af84dac8e remove mkdocs site infrastructure Vinta Chen 2026-03-18 13:48:45 +08:00
  • 1f7757f62b Merge pull request #2968 from JinyangWang27/remove-zipline Jinyang 2026-03-18 08:35:03 +04:00
  • bd73b1faf0 remove zipline Jinyang 2026-03-18 07:57:37 +04:00
  • a8eac91658 add sponsorship Vinta Chen 2026-03-17 19:20:36 +08:00
  • 5ef25f1f38 Merge pull request #2950 from hiSandog/add-agno Jinyang 2026-03-17 07:38:30 +04:00
  • 742c99aa3c fix entry order Jinyang 2026-03-17 07:37:53 +04:00
  • 8b9dc48096 Merge pull request #2962 from Ashi-tha/add-pgmpy-library Jinyang 2026-03-16 06:21:15 +04:00
  • 9eb21b268e Add pgmpy library to Machine Learning section AshithaT 2026-03-15 22:58:19 +05:30
  • 0c9df33da2 Merge pull request #2961 from zainsardar-tech/master Jinyang 2026-03-15 08:04:01 +04:00
  • bdeb5b90e8 Fix duplicate entry for feedparser in README Muhammad Zain ul abidin 2026-03-13 11:03:59 +05:00
  • c07522717f Add crawl4ai to web scraping libraries list Muhammad Zain ul abidin 2026-03-13 11:00:23 +05:00
  • 6c1fa49291 Merge pull request #2955 from LincolnBurrows2017/fix-nose2-backtick Jinyang 2026-03-11 07:55:01 +01:00
  • 9101ad17bb Fix missing closing backtick in nose2 description OpenClaw 2026-03-10 23:13:39 +00:00
  • 61d69eeff8 Add Agno to Machine Learning section 陈家名 2026-03-08 21:12:05 +08:00
  • d71e38771c Remove Warp sponsorship banner from README Vinta Chen 2026-03-05 01:16:33 +08:00
  • 852202a1a4 Remove Claude PR review GitHub Actions workflow Vinta Chen 2026-03-05 01:16:30 +08:00
  • 625f698c47 Merge pull request #2941 from CarlosAlbertoFurtado/add-instructor Jinyang 2026-03-04 10:48:15 +01:00
  • 89eb268536 Merge pull request #2940 from Rohan5commit/fix-pathlib-grammar Vinta Chen 2026-03-04 15:43:32 +08:00
  • 68544e2892 Add Instructor to Machine Learning section CarlosAlbertoFurtado 2026-03-03 07:43:47 -03:00
  • 5888b93f7e docs: fix grammar in pathlib description rohan436 2026-03-03 16:56:40 +08:00
  • 33a89c7eaf Merge pull request #2918 from yfedoseev/add-pdf-oxide Jinyang 2026-03-02 06:14:00 +01:00
  • d7edf9e86a Merge pull request #2938 from vitali87/add-code-graph-rag Jinyang 2026-03-02 06:10:08 +01:00
  • 2e07687dc8 feat: add code-graph-rag to Code Analysis section Vitali Avagyan 2026-03-01 22:00:26 +00:00
  • ad2a55ff91 Merge pull request #2924 from CipherGaurav/master Jinyang 2026-02-25 07:09:33 +01:00
  • 270198816b Merge pull request #2932 from CarlosAlbertoFurtado/fix-http-to-https Vinta Chen 2026-02-24 23:36:12 +08:00
  • 067160a787 Fix insecure HTTP links to HTTPS CarlosAlbertoFurtado 2026-02-23 17:44:55 -03:00
  • c0703f2d7d Fix typo in bidict description in README.md CipherGaurav 2026-02-20 20:12:25 +05:30
  • 6ddc60423f Merge pull request #2920 from dakshp26/dakshp26-add-cirq Jinyang 2026-02-19 17:47:31 +01:00
  • 062545c83b add cirq library to quantum computing section Daksh 2026-02-18 12:56:25 +00:00
  • 8d2b9573d1 Merge pull request #2919 from dakshp26/dakshp26-add-pennylane-quantum Jinyang 2026-02-17 21:08:27 +01:00
  • ae59607ad0 added Pennylane library to README Daksh 2026-02-17 19:27:23 +00:00
  • 1fff1ddcca Merge pull request #2917 from dakshp26/dakshp26-add-quantum-libraries Jinyang 2026-02-17 12:35:24 +01:00
  • 80a7409afb Add pdf_oxide to PDF section Yury Fedoseev 2026-02-16 13:40:57 -08:00
  • 2332d846c5 following one project per PR rule Daksh 2026-02-16 19:50:20 +00:00
  • bd643f0e5f moved qutip to quantum computing section Daksh 2026-02-16 19:43:04 +00:00
  • 2a7a2dd2af added quantum computing section and move qutip Daksh 2026-02-16 19:37:27 +00:00
  • 7782f9098b Merge pull request #2910 from milanofthe/master Jinyang 2026-02-15 09:58:38 +01:00
  • 061a7b476d move PathSim to correct alphabetical location Milan Rother 2026-02-14 12:50:38 +01:00
  • db72994fe8 Merge branch 'vinta:master' into master Milan Rother 2026-02-14 12:48:13 +01:00
  • 18367630f0 Merge pull request #2908 from Vaibhavking8/add-gtts Jinyang 2026-02-14 12:31:39 +01:00
  • 42b8558a31 Add PathSim to the list of Science libraries Milan Rother 2026-02-11 17:08:26 +01:00
  • 942555d8e3 Add gTTS project entry Vaibhav Gupta 2026-02-11 02:23:53 +05:30
  • 1657685e81 Merge pull request #2905 from Goldziher/add-kreuzberg Jinyang 2026-02-10 22:34:44 +04:00
  • 573db54162 docs: remove Awesome badge from heading Vinta Chen 2026-02-10 14:05:56 +08:00
  • 42db7e6559 ci: disable automatic PR trigger for Claude review workflow Vinta Chen 2026-02-10 12:04:01 +08:00
  • 1c2d9e1714 docs(review): add niche/thin-wrapper rejection criterion Vinta Chen 2026-02-10 12:00:50 +08:00
  • 69b2f53586 Add kreuzberg to Text Processing Na'aman Hirschfeld 2026-02-08 15:31:03 +01:00