Skip to content

Commit

Permalink
Adding edgartools
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Apr 23, 2024
1 parent 66ca3f9 commit d0f0e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/backends/python/pypi_map.override.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var moduleToPypiPackageOverride = map[string][]string{
"nvd3": {"python-nvd3"}, // not popular enough 6th in popularity
"requirements": {"requirements-parser"}, // popular rlbot depends on it, but doesn't supply requires_dist
"base62": {"pybase62"}, // it was overridden by base-62 which wins due to name match but is less popular by far
"edgar": {"edgartools", "edgar"}, // Two different tools to access the Edgar service provided by the SEC, edgartools is more active
"faiss": {"faiss-cpu"}, // faiss is offered as precompiled wheels, faiss-cpu and faiss-gpu.
"graphics": {"graphics.py"}, // this package is popular, but the module doesn't match the package name https://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html#a-graphics-introduction
"replit.ai": {"replit-ai"}, // Replit's AI package
Expand Down

0 comments on commit d0f0e47

Please sign in to comment.