repo: init

This commit is contained in:
2024-03-15 19:02:03 +07:00
commit 0a431f0bd8
10 changed files with 426 additions and 0 deletions

15
pyproject.toml Executable file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "asjsonp"
version = "0.1.0"
description = "Another simple JSON parser"
authors = ["tretrauit <tretrauit@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"