Access python dicts using path strings (mainly just doing this to l2submodule)
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

21 rinda
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"