archful = false archive_name = "pydal-20251115.1.tar.gz" automode = true extras = [ "manage", "test", ] license_files_present = true name = "pydal" python_name = "python-pydal" source = "PyPI" summary = "pyDAL is a Database Abstraction Layer. It generates queries for SQlite, PotsgreSQL, MySQL, and other backends. It was originally part of the web2py frameworks but it is now an independent project. Example: db.define_table(\"thing\",Field(\"name\")) and db.thing.insert(name=\"Pizza\")" url = "https://github.com/web2py/pydal" version = "20251115.1"