Access python dicts using path strings (mainly just doing this to l2submodule)
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

21 satır
511B

  1. [build-system]
  2. requires = ["hatchling"]
  3. build-backend = "hatchling.build"
  4. [project]
  5. name = "confthing"
  6. version = "0.1"
  7. authors = [
  8. { name="whut", email="watewhut@aaathats3as.com" },
  9. ]
  10. description = "Allows working with dicts using path strings"
  11. readme = "README.md"
  12. requires-python = ">=3.7"
  13. classifiers = [
  14. "Programming Language :: Python :: 3",
  15. "License :: Other/Proprietary License",
  16. "Operating System :: OS Independent",
  17. ]
  18. [project.urls]
  19. "Homepage" = "https://git.lain.church/whut/confthing"