You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also just fyi to give you scope, jwcrypto was downloaded via pip 3473 times in the last 30 days.
bigquery
SELECT
details.installer.name as installer_name,
COUNT(*) as download_count,
FROM
TABLE_DATE_RANGE(
[the-psf:pypi.downloads],
DATE_ADD(CURRENT_TIMESTAMP(), -31, "day"),
DATE_ADD(CURRENT_TIMESTAMP(), -1, "day")
)
WHERE
file.project = "jwcrypto"
GROUP BY
installer_name,
ORDER BY
download_count DESC
LIMIT 20
The text was updated successfully, but these errors were encountered:
Thank you for your point, but at the moment we are fine with LGPL.
If, however, someone has some actual legal issue with it and makes a case for it we will consider a change.
LGPLv3 may be incompatible with Apache v2.0. See:
rubychan/coderay#25
https://softwareengineering.stackexchange.com/questions/81947/why-is-jquery-released-under-mit-and-not-lgpl
Maybe even do dual Apache v2.0/MIT like the Rust community sfackler/rust-postgres-macros#19
Also just fyi to give you scope, jwcrypto was downloaded via pip 3473 times in the last 30 days.
bigquery
The text was updated successfully, but these errors were encountered: