crflynn / pypistats.org

PyPI downloads analytics dashboard
https://pypistats.org/
139 stars 10 forks source link

API: __all__ #14

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

Downloads stats for all packages can be found under the special keyword __all__:

However, calling the API on __all__ returns 404:

Compare with a "real" package:

Would it be possible to expose __all__ via the API in some way?

Thank you!

crflynn commented 5 years ago

Looks like an earlier fix actually broke this. Should be available now.

hugovk commented 5 years ago

Thanks, confirmed working!