Access python dicts using path strings (mainly just doing this to l2submodule)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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