apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.08k stars 336 forks source link

[Improvement] improvement Python client lib according Apache specification #4457

Open xunliu opened 3 months ago

xunliu commented 3 months ago

What would you like to be improved?

This needs some updates to comply with https://incubator.apache.org/guides/distribution.html#pypi

How should we improve?

  1. Rename library to apache-gravitino
  2. Added Apache licenses
  3. Added ASF Incubator disclaimer
  4. Added project links
justinmclean commented 3 months ago

Also, note the ASF release policy (and the above guidelines) and that only releases voted on by the IPMC/PPMC can be listed, or they have to be clearly marked as not ASF releases and for development use only. Also, pip install apache-gravitino should only install a voted-on release.

justinmclean commented 3 months ago

See also https://www.apache.org/legal/release-policy.html#publication

justinmclean commented 3 months ago

There is still some more that needs to be done here ASF-wise, do you want me to fix it?

jerryshao commented 3 months ago

Sure, please go ahead.