{"id":62848,"name":"flask-sqlalchemy","description":"Adds SQLAlchemy support to Flask","url":"https://github.com/pallets-eco/flask-sqlalchemy","last_synced_at":"2025-09-08T12:50:01.069Z","repository":{"id":928535,"uuid":"697361","full_name":"pallets-eco/flask-sqlalchemy","owner":"pallets-eco","description":"Adds SQLAlchemy support to Flask","archived":false,"fork":false,"pushed_at":"2025-06-19T04:07:34.000Z","size":1626,"stargazers_count":4308,"open_issues_count":29,"forks_count":900,"subscribers_count":113,"default_branch":"main","last_synced_at":"2025-09-06T12:07:49.423Z","etag":null,"topics":["flask","flask-sqlalchemy","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://flask-sqlalchemy.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2010-06-01T15:01:50.000Z","updated_at":"2025-09-03T01:29:43.000Z","dependencies_parsed_at":"2023-07-13T19:13:55.624Z","dependency_job_id":"7994b9fc-2e9f-44af-aa14-99669c61ef8a","html_url":"https://github.com/pallets-eco/flask-sqlalchemy","commit_stats":{"total_commits":757,"total_committers":123,"mean_commits":6.154471544715447,"dds":0.6948480845442536,"last_synced_commit":"3e3e92ba557649ab5251eda860a67656cc8c10af"},"previous_names":["mitsuhiko/flask-sqlalchemy","pallets/flask-sqlalchemy"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/sbom","scorecard":{"id":650546,"data":{"date":"2025-08-11","repo":{"name":"github.com/pallets-eco/flask-sqlalchemy","commit":"168cb4b7b50fe5176307a10d873781bfafc6eeda"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Maintained","score":4,"reason":"3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 2/15 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish.yaml:27","Warn: no topLevel permission defined: .github/workflows/pre-commit.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:30","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:31","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:17","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:47","Info:  12 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/pallets-eco/.github/SECURITY.md:1","Info: Found linked content: github.com/pallets-eco/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/pallets-eco/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T13:24:37.755Z","repository_id":928535,"created_at":"2025-08-21T13:24:37.755Z","updated_at":"2025-08-21T13:24:37.755Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166988,"owners_count":25233962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"pallets-eco","name":"Pallets Ecosystem","uuid":"84816014","kind":"organization","description":"Community maintained extensions to Pallets projects.","email":"contact@palletsprojects.com","website":"https://palletsprojects.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/84816014?v=4","repositories_count":37,"last_synced_at":"2025-05-23T11:32:10.644Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"html_url":"https://github.com/pallets-eco","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"total_stars":23896,"followers":257,"following":0,"created_at":"2022-11-02T20:52:44.788Z","updated_at":"2025-05-23T11:32:10.645Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco/repositories"},"packages":[{"id":5305991,"name":"flask-sqlalchemy","ecosystem":"pypi","description":"Add SQLAlchemy support to your Flask application.","homepage":null,"licenses":"BSD License","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pallets-eco/flask-sqlalchemy","keywords_array":[],"namespace":null,"versions_count":35,"first_release_published_at":"2010-06-02T02:21:55.000Z","latest_release_published_at":"2023-09-11T21:42:34.000Z","latest_release_number":"3.1.1","last_synced_at":"2025-09-08T00:02:06.054Z","created_at":"2022-10-04T14:47:17.924Z","updated_at":"2025-09-08T00:02:06.054Z","registry_url":"https://pypi.org/project/flask-sqlalchemy/","install_command":"pip install flask-sqlalchemy --index-url https://pypi.org/simple","documentation_url":"https://flask-sqlalchemy.palletsprojects.com","metadata":{"funding":null,"documentation":"https://flask-sqlalchemy.palletsprojects.com","classifiers":["Development Status :: 5 - Production/Stable","Environment :: Web Environment","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Topic :: Internet :: WWW/HTTP :: Dynamic Content"],"normalized_name":"flask-sqlalchemy","project_status":null},"repo_metadata":{"id":928535,"uuid":"697361","full_name":"pallets-eco/flask-sqlalchemy","owner":"pallets-eco","description":"Adds SQLAlchemy support to Flask","archived":false,"fork":false,"pushed_at":"2024-06-01T13:03:14.000Z","size":1575,"stargazers_count":4170,"open_issues_count":16,"forks_count":897,"subscribers_count":113,"default_branch":"main","last_synced_at":"2024-06-03T15:32:56.363Z","etag":null,"topics":["flask","flask-sqlalchemy","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://flask-sqlalchemy.palletsprojects.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-06-01T15:01:50.000Z","updated_at":"2024-06-18T01:33:54.099Z","dependencies_parsed_at":"2023-07-13T19:13:55.624Z","dependency_job_id":"7994b9fc-2e9f-44af-aa14-99669c61ef8a","html_url":"https://github.com/pallets-eco/flask-sqlalchemy","commit_stats":{"total_commits":716,"total_committers":121,"mean_commits":5.917355371900826,"dds":0.6927374301675977,"last_synced_commit":"f1b979dc95b52193b01b0938f9ba236be386e158"},"previous_names":["mitsuhiko/flask-sqlalchemy","pallets/flask-sqlalchemy"],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":207634785,"owners_count":14748500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"pallets-eco","name":"Pallets Ecosystem","uuid":"84816014","kind":"organization","description":"Community maintained extensions to Pallets projects.","email":"contact@palletsprojects.com","website":"https://palletsprojects.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/84816014?v=4","repositories_count":24,"last_synced_at":"2024-04-16T05:51:14.720Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pallets-eco","funding_links":[],"total_stars":12532,"followers":117,"following":0,"created_at":"2022-11-02T20:52:44.788Z","updated_at":"2024-04-16T05:51:22.514Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco/repositories"},"tags":[{"name":"3.1.1","sha":"b9821789edfafbf7d29d0df7da2b167168dd89cd","kind":"tag","published_at":"2023-09-11T21:37:28.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1/manifests"},{"name":"3.0.x","sha":"b24655de6b6f6171490ec55f440b0b7e65684f3d","kind":"tag","published_at":"2023-09-11T18:09:09.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.x","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x/manifests"},{"name":"2.x","sha":"9d521654454685aba0532a0ec90086a1c5be5a81","kind":"tag","published_at":"2023-09-11T17:50:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.x","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x/manifests"},{"name":"3.1.0","sha":"9a4d78ff5aefd137054ba3b1ac830cc1b7549bde","kind":"tag","published_at":"2023-09-11T15:57:46.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0/manifests"},{"name":"3.0.5","sha":"6f01402156c12b35d07b84b006681dcf9a587ad0","kind":"tag","published_at":"2023-06-21T16:41:22.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5/manifests"},{"name":"3.0.4","sha":"3c277dcc8230533405a8c0d17babdcbeb57d434b","kind":"tag","published_at":"2023-06-19T20:37:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4/manifests"},{"name":"3.0.3","sha":"a16b00f3ca174de7fb128ee587f3c90a039cfe5d","kind":"tag","published_at":"2023-01-31T16:07:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3/manifests"},{"name":"3.0.2","sha":"decc3e88cb40835b2087e14b88ca3558743419b4","kind":"tag","published_at":"2022-10-14T13:56:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2/manifests"},{"name":"3.0.1","sha":"969288060eeb0ac4480eaaee37ee4cfe9c42c421","kind":"tag","published_at":"2022-10-11T15:39:29.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"c84cc48c0056fd9bb9774faab7bceeb5c29bd513","kind":"tag","published_at":"2022-10-04T14:18:39.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0/manifests"},{"name":"3.0.0a2","sha":"d5b8464c04c403693fbec07a8364e67b4d83907f","kind":"tag","published_at":"2022-09-26T20:05:00.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2/manifests"},{"name":"3.0.0a1","sha":"69e6a64f168b323e1699b12bfc7c55b0df6115ac","kind":"tag","published_at":"2022-09-18T22:37:21.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1/manifests"},{"name":"2.5.1","sha":"da0e0df80cc368d95dc5a118ce857cead172aded","kind":"commit","published_at":"2021-03-18T19:01:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1/manifests"},{"name":"2.5.0","sha":"c11fe63511f37a1f9457b51eeec7fc5e2728fcac","kind":"commit","published_at":"2021-03-18T16:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0/manifests"},{"name":"2.4.4","sha":"e5fcf6242077d5a50bab21b5cb186830e6a526c6","kind":"commit","published_at":"2020-07-14T16:39:07.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4/manifests"},{"name":"2.4.3","sha":"d257601c0ecc49b710c9ed1f187974482e24df26","kind":"commit","published_at":"2020-05-26T22:13:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3/manifests"},{"name":"2.4.2","sha":"a19ca9bab0f18f3384b9f0848eb050761f6d4098","kind":"commit","published_at":"2020-05-25T17:27:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2/manifests"},{"name":"2.4.1","sha":"16bcf9792019b0d0154884a2b50057cea9f0b8c8","kind":"commit","published_at":"2019-09-24T14:28:44.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1/manifests"},{"name":"2.4.0","sha":"2c7fde1e11d6b6260230a4164cf4578786136606","kind":"commit","published_at":"2019-04-23T20:54:33.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0/manifests"},{"name":"2.3.2","sha":"df7903edfcca10493ff191ff322bb5db2b45f4d6","kind":"commit","published_at":"2017-10-11T14:57:30.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2/manifests"},{"name":"2.3.1","sha":"be45a9be03c58abd32d8f3ebfc99764729f6f943","kind":"commit","published_at":"2017-10-04T22:00:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"adec8ff2ec5f6a8e3d6fdf9036aa336f4b787571","kind":"commit","published_at":"2017-09-28T14:04:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0/manifests"},{"name":"2.2","sha":"d71afea650e0186348d81f02cca5181ed7c466e9","kind":"commit","published_at":"2017-02-27T15:38:36.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2/manifests"},{"name":"2.1","sha":"6e280dbb8e358982dc5e5c9910474cb5d901a21c","kind":"commit","published_at":"2015-10-23T09:54:15.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1/manifests"},{"name":"2.0","sha":"c7eccba63314f3ea77e2c6217d3d3c8b0d2552fd","kind":"commit","published_at":"2014-08-29T05:15:38.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0/manifests"},{"name":"1.0","sha":"b242d414b671ffa521dbb3e1c3452b53c34366f9","kind":"commit","published_at":"2013-07-20T20:04:56.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0/manifests"},{"name":"0.16","sha":"087c3c04a406e35a01aca8280d919eeedeec6daf","kind":"commit","published_at":"2012-04-09T16:54:25.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.16","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16/manifests"},{"name":"0.15","sha":"08689c7301cbb57f1a0d2a5d80fe80e9f1c0fe4b","kind":"commit","published_at":"2011-08-04T15:03:13.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.15","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15/manifests"},{"name":"0.14","sha":"db3f7682dee5cf8c972be65a64f703144bf23e85","kind":"commit","published_at":"2011-07-17T13:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.14","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14/manifests"},{"name":"0.13","sha":"946384cc94c122b31f5b68e3d39710c6801f0f32","kind":"commit","published_at":"2011-07-15T16:14:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.13","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13/manifests"},{"name":"0.12","sha":"7c3d3d8e298917064126aa54c1de6d3fb43d5891","kind":"commit","published_at":"2011-06-27T07:32:54.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.12","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12/manifests"},{"name":"0.11","sha":"c80705c1dde65586507bff338b8ef1aa5a577c23","kind":"commit","published_at":"2011-02-17T11:07:04.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.11","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11/manifests"},{"name":"0.10","sha":"61b6702abf5a85c64054f12e0787cd5d2ce963c7","kind":"commit","published_at":"2011-01-25T11:48:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.10","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10/manifests"},{"name":"0.9.1","sha":"fe710b74c44bc5752e8aaf56a1bcce2133dc8a05","kind":"commit","published_at":"2010-07-25T17:41:06.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1/manifests"},{"name":"0.9","sha":"d6e6e3156daa98743d660b66264bcaf877e24ade","kind":"commit","published_at":"2010-07-25T15:58:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9/manifests"},{"name":"0.6","sha":"25d7afc8ede663f18e37014d516efb3c2ff46eeb","kind":"commit","published_at":"2010-06-11T01:46:57.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.6","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6/manifests"},{"name":"0.5","sha":"15dfb4854ed3f11056da75aa7a8816943e42780b","kind":"commit","published_at":"2010-06-02T00:21:34.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2024-09-08T01:57:47.288Z","dependent_packages_count":153,"downloads":15603010,"downloads_period":"last-month","dependent_repos_count":18171,"rankings":{"downloads":0.12046796293234982,"dependent_repos_count":0.060614006585835316,"dependent_packages_count":0.14098931939401194,"stargazers_count":1.1227842160366799,"forks_count":1.333508144888377,"docker_downloads_count":0.29698963101461007,"average":0.5125588801419774},"purl":"pkg:pypi/flask-sqlalchemy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/flask-sqlalchemy","docker_dependents_count":181,"docker_downloads_count":1052795703,"usage_url":"https://repos.ecosyste.ms/usage/pypi/flask-sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/flask-sqlalchemy/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-06T00:55:43.745Z","issues_count":89,"pull_requests_count":151,"avg_time_to_close_issue":5792702.283783784,"avg_time_to_close_pull_request":1938165.897260274,"issues_closed_count":74,"pull_requests_closed_count":146,"pull_request_authors_count":28,"issue_authors_count":77,"avg_comments_per_issue":2.752808988764045,"avg_comments_per_pull_request":0.7814569536423841,"merged_pull_requests_count":115,"bot_issues_count":0,"bot_pull_requests_count":77,"past_year_issues_count":33,"past_year_pull_requests_count":64,"past_year_avg_time_to_close_issue":77131.23809523809,"past_year_avg_time_to_close_pull_request":1000250.9491525424,"past_year_issues_closed_count":21,"past_year_pull_requests_closed_count":59,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":29,"past_year_avg_comments_per_issue":1.878787878787879,"past_year_avg_comments_per_pull_request":0.703125,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":43,"past_year_merged_pull_requests_count":40,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/issues","maintainers":[{"login":"greyli","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/greyli"},{"login":"davidism","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"}],"active_maintainers":[{"login":"davidism","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy/related_packages","maintainers":[{"uuid":"Pallets Community Ecosystem","login":"Pallets Community Ecosystem","name":null,"email":null,"url":null,"packages_count":16,"html_url":"https://pypi.org/user/Pallets Community Ecosystem/","role":null,"created_at":"2023-08-08T21:44:27.816Z","updated_at":"2023-08-08T21:44:27.816Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Pallets%20Community%20Ecosystem/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726135,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":5880253,"name":"py-flask-sqlalchemy","ecosystem":"spack","description":" Add SQLAlchemy support to your Flask application.\n","homepage":"https://github.com/pallets-eco/flask-sqlalchemy","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/pallets-eco/flask-sqlalchemy","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2024-10-17T11:38:11.206Z","latest_release_published_at":"2023-01-15T00:50:09.088Z","latest_release_number":"3.0.2","last_synced_at":"2024-12-01T07:40:25.680Z","created_at":"2023-01-15T00:50:09.079Z","updated_at":"2025-09-07T05:56:09.604Z","registry_url":"https://packages.spack.io/package.html?name=py-flask-sqlalchemy","install_command":"spack install py-flask-sqlalchemy","documentation_url":null,"metadata":{},"repo_metadata":{"id":928535,"uuid":"697361","full_name":"pallets-eco/flask-sqlalchemy","owner":"pallets-eco","description":"Adds SQLAlchemy support to Flask","archived":false,"fork":false,"pushed_at":"2025-06-19T04:07:34.000Z","size":1626,"stargazers_count":4308,"open_issues_count":29,"forks_count":900,"subscribers_count":113,"default_branch":"main","last_synced_at":"2025-09-06T12:07:49.423Z","etag":null,"topics":["flask","flask-sqlalchemy","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://flask-sqlalchemy.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2010-06-01T15:01:50.000Z","updated_at":"2025-09-03T01:29:43.000Z","dependencies_parsed_at":"2023-07-13T19:13:55.624Z","dependency_job_id":"7994b9fc-2e9f-44af-aa14-99669c61ef8a","html_url":"https://github.com/pallets-eco/flask-sqlalchemy","commit_stats":{"total_commits":757,"total_committers":123,"mean_commits":6.154471544715447,"dds":0.6948480845442536,"last_synced_commit":"3e3e92ba557649ab5251eda860a67656cc8c10af"},"previous_names":["mitsuhiko/flask-sqlalchemy","pallets/flask-sqlalchemy"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/sbom","scorecard":{"id":650546,"data":{"date":"2025-08-11","repo":{"name":"github.com/pallets-eco/flask-sqlalchemy","commit":"168cb4b7b50fe5176307a10d873781bfafc6eeda"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Maintained","score":4,"reason":"3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 2/15 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish.yaml:27","Warn: no topLevel permission defined: .github/workflows/pre-commit.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:30","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:31","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:17","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:47","Info:  12 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/pallets-eco/.github/SECURITY.md:1","Info: Found linked content: github.com/pallets-eco/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/pallets-eco/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T13:24:37.755Z","repository_id":928535,"created_at":"2025-08-21T13:24:37.755Z","updated_at":"2025-08-21T13:24:37.755Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274001207,"owners_count":25205209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"pallets-eco","name":"Pallets Ecosystem","uuid":"84816014","kind":"organization","description":"Community maintained extensions to Pallets projects.","email":"contact@palletsprojects.com","website":"https://palletsprojects.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/84816014?v=4","repositories_count":37,"last_synced_at":"2025-05-23T11:32:10.644Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"html_url":"https://github.com/pallets-eco","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"total_stars":23896,"followers":257,"following":0,"created_at":"2022-11-02T20:52:44.788Z","updated_at":"2025-05-23T11:32:10.645Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco/repositories"},"tags":[{"name":"3.1.1","sha":"b9821789edfafbf7d29d0df7da2b167168dd89cd","kind":"tag","published_at":"2023-09-11T21:37:28.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1/manifests"},{"name":"3.0.x","sha":"b24655de6b6f6171490ec55f440b0b7e65684f3d","kind":"tag","published_at":"2023-09-11T18:09:09.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.x","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.x","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x/manifests"},{"name":"2.x","sha":"9d521654454685aba0532a0ec90086a1c5be5a81","kind":"tag","published_at":"2023-09-11T17:50:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.x","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.x","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x/manifests"},{"name":"3.1.0","sha":"9a4d78ff5aefd137054ba3b1ac830cc1b7549bde","kind":"tag","published_at":"2023-09-11T15:57:46.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0/manifests"},{"name":"3.0.5","sha":"6f01402156c12b35d07b84b006681dcf9a587ad0","kind":"tag","published_at":"2023-06-21T16:41:22.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5/manifests"},{"name":"3.0.4","sha":"3c277dcc8230533405a8c0d17babdcbeb57d434b","kind":"tag","published_at":"2023-06-19T20:37:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4/manifests"},{"name":"3.0.3","sha":"a16b00f3ca174de7fb128ee587f3c90a039cfe5d","kind":"tag","published_at":"2023-01-31T16:07:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3/manifests"},{"name":"3.0.2","sha":"decc3e88cb40835b2087e14b88ca3558743419b4","kind":"tag","published_at":"2022-10-14T13:56:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2/manifests"},{"name":"3.0.1","sha":"969288060eeb0ac4480eaaee37ee4cfe9c42c421","kind":"tag","published_at":"2022-10-11T15:39:29.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"c84cc48c0056fd9bb9774faab7bceeb5c29bd513","kind":"tag","published_at":"2022-10-04T14:18:39.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0/manifests"},{"name":"3.0.0a2","sha":"d5b8464c04c403693fbec07a8364e67b4d83907f","kind":"tag","published_at":"2022-09-26T20:05:00.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2/manifests"},{"name":"3.0.0a1","sha":"69e6a64f168b323e1699b12bfc7c55b0df6115ac","kind":"tag","published_at":"2022-09-18T22:37:21.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1/manifests"},{"name":"2.5.1","sha":"da0e0df80cc368d95dc5a118ce857cead172aded","kind":"commit","published_at":"2021-03-18T19:01:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1/manifests"},{"name":"2.5.0","sha":"c11fe63511f37a1f9457b51eeec7fc5e2728fcac","kind":"commit","published_at":"2021-03-18T16:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0/manifests"},{"name":"2.4.4","sha":"e5fcf6242077d5a50bab21b5cb186830e6a526c6","kind":"commit","published_at":"2020-07-14T16:39:07.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4/manifests"},{"name":"2.4.3","sha":"d257601c0ecc49b710c9ed1f187974482e24df26","kind":"commit","published_at":"2020-05-26T22:13:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3/manifests"},{"name":"2.4.2","sha":"a19ca9bab0f18f3384b9f0848eb050761f6d4098","kind":"commit","published_at":"2020-05-25T17:27:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2/manifests"},{"name":"2.4.1","sha":"16bcf9792019b0d0154884a2b50057cea9f0b8c8","kind":"commit","published_at":"2019-09-24T14:28:44.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1/manifests"},{"name":"2.4.0","sha":"2c7fde1e11d6b6260230a4164cf4578786136606","kind":"commit","published_at":"2019-04-23T20:54:33.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0/manifests"},{"name":"2.3.2","sha":"df7903edfcca10493ff191ff322bb5db2b45f4d6","kind":"commit","published_at":"2017-10-11T14:57:30.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2/manifests"},{"name":"2.3.1","sha":"be45a9be03c58abd32d8f3ebfc99764729f6f943","kind":"commit","published_at":"2017-10-04T22:00:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"adec8ff2ec5f6a8e3d6fdf9036aa336f4b787571","kind":"commit","published_at":"2017-09-28T14:04:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0/manifests"},{"name":"2.2","sha":"d71afea650e0186348d81f02cca5181ed7c466e9","kind":"commit","published_at":"2017-02-27T15:38:36.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2/manifests"},{"name":"2.1","sha":"6e280dbb8e358982dc5e5c9910474cb5d901a21c","kind":"commit","published_at":"2015-10-23T09:54:15.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1/manifests"},{"name":"2.0","sha":"c7eccba63314f3ea77e2c6217d3d3c8b0d2552fd","kind":"commit","published_at":"2014-08-29T05:15:38.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0/manifests"},{"name":"1.0","sha":"b242d414b671ffa521dbb3e1c3452b53c34366f9","kind":"commit","published_at":"2013-07-20T20:04:56.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0/manifests"},{"name":"0.16","sha":"087c3c04a406e35a01aca8280d919eeedeec6daf","kind":"commit","published_at":"2012-04-09T16:54:25.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.16","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16/manifests"},{"name":"0.15","sha":"08689c7301cbb57f1a0d2a5d80fe80e9f1c0fe4b","kind":"commit","published_at":"2011-08-04T15:03:13.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.15","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15/manifests"},{"name":"0.14","sha":"db3f7682dee5cf8c972be65a64f703144bf23e85","kind":"commit","published_at":"2011-07-17T13:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.14","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14/manifests"},{"name":"0.13","sha":"946384cc94c122b31f5b68e3d39710c6801f0f32","kind":"commit","published_at":"2011-07-15T16:14:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.13","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13/manifests"},{"name":"0.12","sha":"7c3d3d8e298917064126aa54c1de6d3fb43d5891","kind":"commit","published_at":"2011-06-27T07:32:54.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.12","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12/manifests"},{"name":"0.11","sha":"c80705c1dde65586507bff338b8ef1aa5a577c23","kind":"commit","published_at":"2011-02-17T11:07:04.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.11","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11/manifests"},{"name":"0.10","sha":"61b6702abf5a85c64054f12e0787cd5d2ce963c7","kind":"commit","published_at":"2011-01-25T11:48:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.10","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10/manifests"},{"name":"0.9.1","sha":"fe710b74c44bc5752e8aaf56a1bcce2133dc8a05","kind":"commit","published_at":"2010-07-25T17:41:06.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1/manifests"},{"name":"0.9","sha":"d6e6e3156daa98743d660b66264bcaf877e24ade","kind":"commit","published_at":"2010-07-25T15:58:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9/manifests"},{"name":"0.6","sha":"25d7afc8ede663f18e37014d516efb3c2ff46eeb","kind":"commit","published_at":"2010-06-11T01:46:57.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.6","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6/manifests"},{"name":"0.5","sha":"15dfb4854ed3f11056da75aa7a8816943e42780b","kind":"commit","published_at":"2010-06-02T00:21:34.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-09-07T05:56:09.604Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":57.27386411004586,"stargazers_count":2.570515492566347,"forks_count":2.959566486035848,"average":15.700986522162014},"purl":"pkg:spack/py-flask-sqlalchemy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-flask-sqlalchemy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-flask-sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-flask-sqlalchemy/dependencies","status":null,"funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:01:20.066Z","issues_count":97,"pull_requests_count":166,"avg_time_to_close_issue":5860102.115384615,"avg_time_to_close_pull_request":1966378.4736842106,"issues_closed_count":78,"pull_requests_closed_count":152,"pull_request_authors_count":35,"issue_authors_count":84,"avg_comments_per_issue":2.865979381443299,"avg_comments_per_pull_request":0.7771084337349398,"merged_pull_requests_count":115,"bot_issues_count":0,"bot_pull_requests_count":78,"past_year_issues_count":8,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":39760.0,"past_year_avg_time_to_close_pull_request":18549.444444444445,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":1.125,"past_year_avg_comments_per_pull_request":0.10526315789473684,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/issues","maintainers":[{"login":"davidism","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"},{"login":"greyli","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/greyli"}],"active_maintainers":[{"login":"davidism","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-flask-sqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-flask-sqlalchemy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-flask-sqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-flask-sqlalchemy/related_packages","maintainers":[{"uuid":"charmoniumq","login":"charmoniumq","name":null,"email":null,"url":"https://github.com/charmoniumq","packages_count":6,"html_url":null,"role":null,"created_at":"2023-01-15T00:54:56.444Z","updated_at":"2023-01-15T00:54:56.444Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/charmoniumq/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8772,"maintainers_count":926,"namespaces_count":0,"keywords_count":3681,"github":"spack","metadata":{"funded_packages_count":405},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-08T06:56:36.288Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":11152234,"name":"flask-sqlalchemy-compat-backend-py37","ecosystem":"pypi","description":"Flask SQLAlchemy backend supporting the Python 3.7 version of Flask SQLAlchemy compat.","homepage":null,"licenses":"Copyright 2010 Pallets  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1.  Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2.  Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3.  Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ","normalized_licenses":["Other"],"repository_url":"https://github.com/pallets-eco/flask-sqlalchemy","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2024-12-09T21:39:05.000Z","latest_release_published_at":"2024-12-10T23:09:50.000Z","latest_release_number":"3.1.0.dev3","last_synced_at":"2025-09-06T12:09:00.144Z","created_at":"2024-12-09T21:47:46.362Z","updated_at":"2025-09-07T05:56:09.601Z","registry_url":"https://pypi.org/project/flask-sqlalchemy-compat-backend-py37/","install_command":"pip install flask-sqlalchemy-compat-backend-py37 --index-url https://pypi.org/simple","documentation_url":"https://flask-sqlalchemy.palletsprojects.com","metadata":{"funding":null,"documentation":"https://flask-sqlalchemy.palletsprojects.com","classifiers":["Development Status :: 5 - Production/Stable","Environment :: Web Environment","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.7","Topic :: Internet :: WWW/HTTP :: Dynamic Content"],"normalized_name":"flask-sqlalchemy-compat-backend-py37","project_status":null},"repo_metadata":{"id":928535,"uuid":"697361","full_name":"pallets-eco/flask-sqlalchemy","owner":"pallets-eco","description":"Adds SQLAlchemy support to Flask","archived":false,"fork":false,"pushed_at":"2025-06-19T04:07:34.000Z","size":1626,"stargazers_count":4308,"open_issues_count":29,"forks_count":900,"subscribers_count":113,"default_branch":"main","last_synced_at":"2025-09-06T12:07:49.423Z","etag":null,"topics":["flask","flask-sqlalchemy","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://flask-sqlalchemy.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2010-06-01T15:01:50.000Z","updated_at":"2025-09-03T01:29:43.000Z","dependencies_parsed_at":"2023-07-13T19:13:55.624Z","dependency_job_id":"7994b9fc-2e9f-44af-aa14-99669c61ef8a","html_url":"https://github.com/pallets-eco/flask-sqlalchemy","commit_stats":{"total_commits":757,"total_committers":123,"mean_commits":6.154471544715447,"dds":0.6948480845442536,"last_synced_commit":"3e3e92ba557649ab5251eda860a67656cc8c10af"},"previous_names":["mitsuhiko/flask-sqlalchemy","pallets/flask-sqlalchemy"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/sbom","scorecard":{"id":650546,"data":{"date":"2025-08-11","repo":{"name":"github.com/pallets-eco/flask-sqlalchemy","commit":"168cb4b7b50fe5176307a10d873781bfafc6eeda"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Maintained","score":4,"reason":"3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 2/15 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish.yaml:27","Warn: no topLevel permission defined: .github/workflows/pre-commit.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:30","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:31","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:17","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:47","Info:  12 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/pallets-eco/.github/SECURITY.md:1","Info: Found linked content: github.com/pallets-eco/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/pallets-eco/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T13:24:37.755Z","repository_id":928535,"created_at":"2025-08-21T13:24:37.755Z","updated_at":"2025-08-21T13:24:37.755Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274001207,"owners_count":25205209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"pallets-eco","name":"Pallets Ecosystem","uuid":"84816014","kind":"organization","description":"Community maintained extensions to Pallets projects.","email":"contact@palletsprojects.com","website":"https://palletsprojects.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/84816014?v=4","repositories_count":37,"last_synced_at":"2025-05-23T11:32:10.644Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"html_url":"https://github.com/pallets-eco","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"total_stars":23896,"followers":257,"following":0,"created_at":"2022-11-02T20:52:44.788Z","updated_at":"2025-05-23T11:32:10.645Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco/repositories"},"tags":[{"name":"3.1.1","sha":"b9821789edfafbf7d29d0df7da2b167168dd89cd","kind":"tag","published_at":"2023-09-11T21:37:28.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1/manifests"},{"name":"3.0.x","sha":"b24655de6b6f6171490ec55f440b0b7e65684f3d","kind":"tag","published_at":"2023-09-11T18:09:09.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.x","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.x","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x/manifests"},{"name":"2.x","sha":"9d521654454685aba0532a0ec90086a1c5be5a81","kind":"tag","published_at":"2023-09-11T17:50:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.x","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.x","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x/manifests"},{"name":"3.1.0","sha":"9a4d78ff5aefd137054ba3b1ac830cc1b7549bde","kind":"tag","published_at":"2023-09-11T15:57:46.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0/manifests"},{"name":"3.0.5","sha":"6f01402156c12b35d07b84b006681dcf9a587ad0","kind":"tag","published_at":"2023-06-21T16:41:22.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5/manifests"},{"name":"3.0.4","sha":"3c277dcc8230533405a8c0d17babdcbeb57d434b","kind":"tag","published_at":"2023-06-19T20:37:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4/manifests"},{"name":"3.0.3","sha":"a16b00f3ca174de7fb128ee587f3c90a039cfe5d","kind":"tag","published_at":"2023-01-31T16:07:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3/manifests"},{"name":"3.0.2","sha":"decc3e88cb40835b2087e14b88ca3558743419b4","kind":"tag","published_at":"2022-10-14T13:56:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2/manifests"},{"name":"3.0.1","sha":"969288060eeb0ac4480eaaee37ee4cfe9c42c421","kind":"tag","published_at":"2022-10-11T15:39:29.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"c84cc48c0056fd9bb9774faab7bceeb5c29bd513","kind":"tag","published_at":"2022-10-04T14:18:39.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0/manifests"},{"name":"3.0.0a2","sha":"d5b8464c04c403693fbec07a8364e67b4d83907f","kind":"tag","published_at":"2022-09-26T20:05:00.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2/manifests"},{"name":"3.0.0a1","sha":"69e6a64f168b323e1699b12bfc7c55b0df6115ac","kind":"tag","published_at":"2022-09-18T22:37:21.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1/manifests"},{"name":"2.5.1","sha":"da0e0df80cc368d95dc5a118ce857cead172aded","kind":"commit","published_at":"2021-03-18T19:01:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1/manifests"},{"name":"2.5.0","sha":"c11fe63511f37a1f9457b51eeec7fc5e2728fcac","kind":"commit","published_at":"2021-03-18T16:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0/manifests"},{"name":"2.4.4","sha":"e5fcf6242077d5a50bab21b5cb186830e6a526c6","kind":"commit","published_at":"2020-07-14T16:39:07.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4/manifests"},{"name":"2.4.3","sha":"d257601c0ecc49b710c9ed1f187974482e24df26","kind":"commit","published_at":"2020-05-26T22:13:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3/manifests"},{"name":"2.4.2","sha":"a19ca9bab0f18f3384b9f0848eb050761f6d4098","kind":"commit","published_at":"2020-05-25T17:27:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2/manifests"},{"name":"2.4.1","sha":"16bcf9792019b0d0154884a2b50057cea9f0b8c8","kind":"commit","published_at":"2019-09-24T14:28:44.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1/manifests"},{"name":"2.4.0","sha":"2c7fde1e11d6b6260230a4164cf4578786136606","kind":"commit","published_at":"2019-04-23T20:54:33.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0/manifests"},{"name":"2.3.2","sha":"df7903edfcca10493ff191ff322bb5db2b45f4d6","kind":"commit","published_at":"2017-10-11T14:57:30.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2/manifests"},{"name":"2.3.1","sha":"be45a9be03c58abd32d8f3ebfc99764729f6f943","kind":"commit","published_at":"2017-10-04T22:00:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"adec8ff2ec5f6a8e3d6fdf9036aa336f4b787571","kind":"commit","published_at":"2017-09-28T14:04:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0/manifests"},{"name":"2.2","sha":"d71afea650e0186348d81f02cca5181ed7c466e9","kind":"commit","published_at":"2017-02-27T15:38:36.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2/manifests"},{"name":"2.1","sha":"6e280dbb8e358982dc5e5c9910474cb5d901a21c","kind":"commit","published_at":"2015-10-23T09:54:15.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1/manifests"},{"name":"2.0","sha":"c7eccba63314f3ea77e2c6217d3d3c8b0d2552fd","kind":"commit","published_at":"2014-08-29T05:15:38.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0/manifests"},{"name":"1.0","sha":"b242d414b671ffa521dbb3e1c3452b53c34366f9","kind":"commit","published_at":"2013-07-20T20:04:56.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0/manifests"},{"name":"0.16","sha":"087c3c04a406e35a01aca8280d919eeedeec6daf","kind":"commit","published_at":"2012-04-09T16:54:25.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.16","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16/manifests"},{"name":"0.15","sha":"08689c7301cbb57f1a0d2a5d80fe80e9f1c0fe4b","kind":"commit","published_at":"2011-08-04T15:03:13.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.15","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15/manifests"},{"name":"0.14","sha":"db3f7682dee5cf8c972be65a64f703144bf23e85","kind":"commit","published_at":"2011-07-17T13:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.14","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14/manifests"},{"name":"0.13","sha":"946384cc94c122b31f5b68e3d39710c6801f0f32","kind":"commit","published_at":"2011-07-15T16:14:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.13","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13/manifests"},{"name":"0.12","sha":"7c3d3d8e298917064126aa54c1de6d3fb43d5891","kind":"commit","published_at":"2011-06-27T07:32:54.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.12","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12/manifests"},{"name":"0.11","sha":"c80705c1dde65586507bff338b8ef1aa5a577c23","kind":"commit","published_at":"2011-02-17T11:07:04.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.11","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11/manifests"},{"name":"0.10","sha":"61b6702abf5a85c64054f12e0787cd5d2ce963c7","kind":"commit","published_at":"2011-01-25T11:48:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.10","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10/manifests"},{"name":"0.9.1","sha":"fe710b74c44bc5752e8aaf56a1bcce2133dc8a05","kind":"commit","published_at":"2010-07-25T17:41:06.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1/manifests"},{"name":"0.9","sha":"d6e6e3156daa98743d660b66264bcaf877e24ade","kind":"commit","published_at":"2010-07-25T15:58:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9/manifests"},{"name":"0.6","sha":"25d7afc8ede663f18e37014d516efb3c2ff46eeb","kind":"commit","published_at":"2010-06-11T01:46:57.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.6","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6/manifests"},{"name":"0.5","sha":"15dfb4854ed3f11056da75aa7a8816943e42780b","kind":"commit","published_at":"2010-06-02T00:21:34.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-09-07T05:56:09.600Z","dependent_packages_count":0,"downloads":31,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":55.77697854303709,"dependent_packages_count":9.909521894811455,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":32.84325021892427},"purl":"pkg:pypi/flask-sqlalchemy-compat-backend-py37","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/flask-sqlalchemy-compat-backend-py37","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/flask-sqlalchemy-compat-backend-py37","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/flask-sqlalchemy-compat-backend-py37/dependencies","status":null,"funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:01:20.066Z","issues_count":97,"pull_requests_count":166,"avg_time_to_close_issue":5860102.115384615,"avg_time_to_close_pull_request":1966378.4736842106,"issues_closed_count":78,"pull_requests_closed_count":152,"pull_request_authors_count":35,"issue_authors_count":84,"avg_comments_per_issue":2.865979381443299,"avg_comments_per_pull_request":0.7771084337349398,"merged_pull_requests_count":115,"bot_issues_count":0,"bot_pull_requests_count":78,"past_year_issues_count":8,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":39760.0,"past_year_avg_time_to_close_pull_request":18549.444444444445,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":1.125,"past_year_avg_comments_per_pull_request":0.10526315789473684,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/issues","maintainers":[{"login":"davidism","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"},{"login":"greyli","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/greyli"}],"active_maintainers":[{"login":"davidism","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-compat-backend-py37/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-compat-backend-py37/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-compat-backend-py37/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-compat-backend-py37/related_packages","maintainers":[{"uuid":"cainmagi","login":"cainmagi","name":null,"email":null,"url":null,"packages_count":7,"html_url":"https://pypi.org/user/cainmagi/","role":"Owner","created_at":"2024-12-10T22:20:08.091Z","updated_at":"2024-12-10T22:20:08.091Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cainmagi/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726135,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":7673095,"name":"flask-sqlalchemy-custom","ecosystem":"pypi","description":"Add SQLAlchemy support to your Flask application.","homepage":null,"licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pallets-eco/flask-sqlalchemy","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-05-02T14:24:45.000Z","latest_release_published_at":"2023-05-02T14:24:45.000Z","latest_release_number":"3.0.3","last_synced_at":"2024-12-09T11:07:03.260Z","created_at":"2023-05-02T15:12:18.356Z","updated_at":"2025-09-07T05:56:09.602Z","registry_url":"https://pypi.org/project/flask-sqlalchemy-custom/","install_command":"pip install flask-sqlalchemy-custom --index-url https://pypi.org/simple","documentation_url":"https://flask-sqlalchemy-custom.readthedocs.io/","metadata":{"funding":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Web Environment","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Topic :: Internet :: WWW/HTTP :: Dynamic Content"],"normalized_name":"flask-sqlalchemy-custom"},"repo_metadata":{"id":928535,"uuid":"697361","full_name":"pallets-eco/flask-sqlalchemy","owner":"pallets-eco","description":"Adds SQLAlchemy support to Flask","archived":false,"fork":false,"pushed_at":"2025-06-19T04:07:34.000Z","size":1626,"stargazers_count":4308,"open_issues_count":29,"forks_count":900,"subscribers_count":113,"default_branch":"main","last_synced_at":"2025-09-06T12:07:49.423Z","etag":null,"topics":["flask","flask-sqlalchemy","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://flask-sqlalchemy.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2010-06-01T15:01:50.000Z","updated_at":"2025-09-03T01:29:43.000Z","dependencies_parsed_at":"2023-07-13T19:13:55.624Z","dependency_job_id":"7994b9fc-2e9f-44af-aa14-99669c61ef8a","html_url":"https://github.com/pallets-eco/flask-sqlalchemy","commit_stats":{"total_commits":757,"total_committers":123,"mean_commits":6.154471544715447,"dds":0.6948480845442536,"last_synced_commit":"3e3e92ba557649ab5251eda860a67656cc8c10af"},"previous_names":["mitsuhiko/flask-sqlalchemy","pallets/flask-sqlalchemy"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/sbom","scorecard":{"id":650546,"data":{"date":"2025-08-11","repo":{"name":"github.com/pallets-eco/flask-sqlalchemy","commit":"168cb4b7b50fe5176307a10d873781bfafc6eeda"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Maintained","score":4,"reason":"3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 2/15 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish.yaml:27","Warn: no topLevel permission defined: .github/workflows/pre-commit.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/tests.yaml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:30","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/tests.yaml:31","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:17","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:47","Info:  12 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/pallets-eco/.github/SECURITY.md:1","Info: Found linked content: github.com/pallets-eco/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/pallets-eco/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 18 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T13:24:37.755Z","repository_id":928535,"created_at":"2025-08-21T13:24:37.755Z","updated_at":"2025-08-21T13:24:37.755Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274001207,"owners_count":25205209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"pallets-eco","name":"Pallets Ecosystem","uuid":"84816014","kind":"organization","description":"Community maintained extensions to Pallets projects.","email":"contact@palletsprojects.com","website":"https://palletsprojects.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/84816014?v=4","repositories_count":37,"last_synced_at":"2025-05-23T11:32:10.644Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"html_url":"https://github.com/pallets-eco","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"total_stars":23896,"followers":257,"following":0,"created_at":"2022-11-02T20:52:44.788Z","updated_at":"2025-05-23T11:32:10.645Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco/repositories"},"tags":[{"name":"3.1.1","sha":"b9821789edfafbf7d29d0df7da2b167168dd89cd","kind":"tag","published_at":"2023-09-11T21:37:28.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.1/manifests"},{"name":"3.0.x","sha":"b24655de6b6f6171490ec55f440b0b7e65684f3d","kind":"tag","published_at":"2023-09-11T18:09:09.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.x","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.x","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.x/manifests"},{"name":"2.x","sha":"9d521654454685aba0532a0ec90086a1c5be5a81","kind":"tag","published_at":"2023-09-11T17:50:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.x","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.x","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.x","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.x/manifests"},{"name":"3.1.0","sha":"9a4d78ff5aefd137054ba3b1ac830cc1b7549bde","kind":"tag","published_at":"2023-09-11T15:57:46.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.1.0/manifests"},{"name":"3.0.5","sha":"6f01402156c12b35d07b84b006681dcf9a587ad0","kind":"tag","published_at":"2023-06-21T16:41:22.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.5/manifests"},{"name":"3.0.4","sha":"3c277dcc8230533405a8c0d17babdcbeb57d434b","kind":"tag","published_at":"2023-06-19T20:37:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.4/manifests"},{"name":"3.0.3","sha":"a16b00f3ca174de7fb128ee587f3c90a039cfe5d","kind":"tag","published_at":"2023-01-31T16:07:01.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.3/manifests"},{"name":"3.0.2","sha":"decc3e88cb40835b2087e14b88ca3558743419b4","kind":"tag","published_at":"2022-10-14T13:56:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.2/manifests"},{"name":"3.0.1","sha":"969288060eeb0ac4480eaaee37ee4cfe9c42c421","kind":"tag","published_at":"2022-10-11T15:39:29.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"c84cc48c0056fd9bb9774faab7bceeb5c29bd513","kind":"tag","published_at":"2022-10-04T14:18:39.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0/manifests"},{"name":"3.0.0a2","sha":"d5b8464c04c403693fbec07a8364e67b4d83907f","kind":"tag","published_at":"2022-09-26T20:05:00.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a2/manifests"},{"name":"3.0.0a1","sha":"69e6a64f168b323e1699b12bfc7c55b0df6115ac","kind":"tag","published_at":"2022-09-18T22:37:21.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/3.0.0a1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/3.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@3.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/3.0.0a1/manifests"},{"name":"2.5.1","sha":"da0e0df80cc368d95dc5a118ce857cead172aded","kind":"commit","published_at":"2021-03-18T19:01:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.1/manifests"},{"name":"2.5.0","sha":"c11fe63511f37a1f9457b51eeec7fc5e2728fcac","kind":"commit","published_at":"2021-03-18T16:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.5.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.5.0/manifests"},{"name":"2.4.4","sha":"e5fcf6242077d5a50bab21b5cb186830e6a526c6","kind":"commit","published_at":"2020-07-14T16:39:07.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.4","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.4/manifests"},{"name":"2.4.3","sha":"d257601c0ecc49b710c9ed1f187974482e24df26","kind":"commit","published_at":"2020-05-26T22:13:49.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.3","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.3/manifests"},{"name":"2.4.2","sha":"a19ca9bab0f18f3384b9f0848eb050761f6d4098","kind":"commit","published_at":"2020-05-25T17:27:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.2/manifests"},{"name":"2.4.1","sha":"16bcf9792019b0d0154884a2b50057cea9f0b8c8","kind":"commit","published_at":"2019-09-24T14:28:44.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.1/manifests"},{"name":"2.4.0","sha":"2c7fde1e11d6b6260230a4164cf4578786136606","kind":"commit","published_at":"2019-04-23T20:54:33.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.4.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.4.0/manifests"},{"name":"2.3.2","sha":"df7903edfcca10493ff191ff322bb5db2b45f4d6","kind":"commit","published_at":"2017-10-11T14:57:30.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.2/manifests"},{"name":"2.3.1","sha":"be45a9be03c58abd32d8f3ebfc99764729f6f943","kind":"commit","published_at":"2017-10-04T22:00:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"adec8ff2ec5f6a8e3d6fdf9036aa336f4b787571","kind":"commit","published_at":"2017-09-28T14:04:43.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.3.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.3.0/manifests"},{"name":"2.2","sha":"d71afea650e0186348d81f02cca5181ed7c466e9","kind":"commit","published_at":"2017-02-27T15:38:36.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.2","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.2/manifests"},{"name":"2.1","sha":"6e280dbb8e358982dc5e5c9910474cb5d901a21c","kind":"commit","published_at":"2015-10-23T09:54:15.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.1/manifests"},{"name":"2.0","sha":"c7eccba63314f3ea77e2c6217d3d3c8b0d2552fd","kind":"commit","published_at":"2014-08-29T05:15:38.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/2.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/2.0/manifests"},{"name":"1.0","sha":"b242d414b671ffa521dbb3e1c3452b53c34366f9","kind":"commit","published_at":"2013-07-20T20:04:56.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/1.0","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/1.0/manifests"},{"name":"0.16","sha":"087c3c04a406e35a01aca8280d919eeedeec6daf","kind":"commit","published_at":"2012-04-09T16:54:25.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.16","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.16/manifests"},{"name":"0.15","sha":"08689c7301cbb57f1a0d2a5d80fe80e9f1c0fe4b","kind":"commit","published_at":"2011-08-04T15:03:13.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.15","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.15/manifests"},{"name":"0.14","sha":"db3f7682dee5cf8c972be65a64f703144bf23e85","kind":"commit","published_at":"2011-07-17T13:52:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.14","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.14/manifests"},{"name":"0.13","sha":"946384cc94c122b31f5b68e3d39710c6801f0f32","kind":"commit","published_at":"2011-07-15T16:14:02.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.13","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.13/manifests"},{"name":"0.12","sha":"7c3d3d8e298917064126aa54c1de6d3fb43d5891","kind":"commit","published_at":"2011-06-27T07:32:54.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.12","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.12/manifests"},{"name":"0.11","sha":"c80705c1dde65586507bff338b8ef1aa5a577c23","kind":"commit","published_at":"2011-02-17T11:07:04.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.11","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.11/manifests"},{"name":"0.10","sha":"61b6702abf5a85c64054f12e0787cd5d2ce963c7","kind":"commit","published_at":"2011-01-25T11:48:42.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.10","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.10/manifests"},{"name":"0.9.1","sha":"fe710b74c44bc5752e8aaf56a1bcce2133dc8a05","kind":"commit","published_at":"2010-07-25T17:41:06.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9.1","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9.1/manifests"},{"name":"0.9","sha":"d6e6e3156daa98743d660b66264bcaf877e24ade","kind":"commit","published_at":"2010-07-25T15:58:10.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.9","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.9/manifests"},{"name":"0.6","sha":"25d7afc8ede663f18e37014d516efb3c2ff46eeb","kind":"commit","published_at":"2010-06-11T01:46:57.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.6","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.6/manifests"},{"name":"0.5","sha":"15dfb4854ed3f11056da75aa7a8816943e42780b","kind":"commit","published_at":"2010-06-02T00:21:34.000Z","download_url":"https://codeload.github.com/pallets-eco/flask-sqlalchemy/tar.gz/0.5","html_url":"https://github.com/pallets-eco/flask-sqlalchemy/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pallets-eco/flask-sqlalchemy@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-09-07T05:56:09.601Z","dependent_packages_count":0,"downloads":null,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.767446051172676,"dependent_packages_count":7.181550548070723,"stargazers_count":1.0962527740155028,"forks_count":1.2834127120386445,"average":11.082165521324386},"purl":"pkg:pypi/flask-sqlalchemy-custom","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/flask-sqlalchemy-custom","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/flask-sqlalchemy-custom","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/flask-sqlalchemy-custom/dependencies","status":null,"funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:01:20.066Z","issues_count":97,"pull_requests_count":166,"avg_time_to_close_issue":5860102.115384615,"avg_time_to_close_pull_request":1966378.4736842106,"issues_closed_count":78,"pull_requests_closed_count":152,"pull_request_authors_count":35,"issue_authors_count":84,"avg_comments_per_issue":2.865979381443299,"avg_comments_per_pull_request":0.7771084337349398,"merged_pull_requests_count":115,"bot_issues_count":0,"bot_pull_requests_count":78,"past_year_issues_count":8,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":39760.0,"past_year_avg_time_to_close_pull_request":18549.444444444445,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":1.125,"past_year_avg_comments_per_pull_request":0.10526315789473684,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/issues","maintainers":[{"login":"davidism","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"},{"login":"greyli","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/greyli"}],"active_maintainers":[{"login":"davidism","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-custom/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-custom/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-custom/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/flask-sqlalchemy-custom/related_packages","maintainers":[{"uuid":"apploi","login":"apploi","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/apploi/","role":null,"created_at":"2023-05-03T06:14:59.717Z","updated_at":"2023-05-03T06:14:59.717Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/apploi/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726135,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":9395,"full_name":"pallets-eco/flask-sqlalchemy","default_branch":"main","committers":[{"name":"David Lord","email":"davidism@gmail.com","login":"davidism","count":232},{"name":"Armin Ronacher","email":"armin.ronacher@active-4.com","login":"mitsuhiko","count":94},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":71},{"name":"dependabot-preview[bot]","email":"27856297+dependabot-preview[bot]","login":"dependabot-preview[bot]","count":46},{"name":"Pamela Fox","email":"pamela.fox@gmail.com","login":"pamelafox","count":42},{"name":"Phil Howell","email":"phil@quae.co.uk","login":"immunda","count":32},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":31},{"name":"Randy Syring","email":"randy@thesyrings.us","login":"rsyring","count":24},{"name":"Adrian Moennich","email":"adrian@planetcoding.net","login":"ThiefMaster","count":7},{"name":"Hugo","email":"hugovk","login":"hugovk","count":7},{"name":"Grey Li","email":"withlihui@gmail.com","login":"greyli","count":7},{"name":"Pedro Algarvio","email":"pedro@algarvio.me","login":"s0undt3ch","count":7},{"name":"Zoupers","email":"qy@zouper.cn","login":"Zoupers","count":6},{"name":"Ron DuPlain","email":"ron.duplain@willowtreeapps.com","login":null,"count":6},{"name":"Daniel Neuhäuser","email":"dasdasich@gmail.com","login":"DasIch","count":5},{"name":"Joe Coburn","email":"CoburnJoe","login":"CoburnJoe","count":4},{"name":"Laura Beaufort","email":"31420082+lbeaufort","login":"lbeaufort","count":4},{"name":"Thadeus Burgess","email":"tburgess@mediascience-dev.(none)","login":null,"count":3},{"name":"Sven-Hendrik Haase","email":"sh@lutzhaase.com","login":null,"count":3},{"name":"Aleksei Maslennikov","email":"minisotm@gmail.com","login":"minisotm","count":3},{"name":"Alex Morega","email":"alex@grep.ro","login":"mgax","count":3},{"name":"Frank Yu","email":"withyuxiaoy@gmail.com","login":"yuxiaoy1","count":3},{"name":"Michael Elsdoerfer","email":"michael@elsdoerfer.com","login":"miracle2k","count":3},{"name":"Priit Laes","email":"plaes@plaes.org","login":"plaes","count":3},{"name":"jqxl0205","email":"jqxl0205@gmail.com","login":"jqxl0205","count":3},{"name":"justanr","email":"alecreiter@gmail.com","login":"justanr","count":3},{"name":"Alex Gaynor","email":"alex.gaynor@gmail.com","login":"alex","count":2},{"name":"Alistair Lynn","email":"arplynn@gmail.com","login":"prophile","count":2},{"name":"Christopher Grebs","email":"cg@webshox.org","login":"EnTeQuAk","count":2},{"name":"Florent Xicluna","email":"florent.xicluna@gmail.com","login":"florentx","count":2},{"name":"Jeffrey Slort","email":"j_slort@hotmail.com","login":"jeff-99","count":2},{"name":"Alec Reiter","email":"areiter@kabbage.com","login":null,"count":2},{"name":"Jon Parise","email":"jon@indelible.org","login":"jparise","count":2},{"name":"Jonas Lergell","email":"jonaslergell@gmail.com","login":"thrawny","count":2},{"name":"Martijn Vermaat","email":"martijn@vermaat.name","login":"martijnvermaat","count":2},{"name":"Simon Sapin","email":"simon.sapin@exyr.org","login":"SimonSapin","count":2},{"name":"mvantellingen","email":"michaelvantellingen@gmail.com","login":"mvantellingen","count":2},{"name":"trollefson","email":"trollefson@gmail.com","login":"trollefson","count":2},{"name":"Damiano Albani","email":"damiano.albani@gmail.com","login":"dalbani","count":1},{"name":"Damian Kula","email":"Heavelock@gmail.com","login":"heavelock","count":1},{"name":"Cory Alder","email":"coryalder@gmail.com","login":"coryalder","count":1},{"name":"Carson Evans","email":"carsonwevans@gmail.com","login":"carc1n0gen","count":1},{"name":"Blake Grotewold","email":"hello@grotewold.me","login":"groteworld","count":1},{"name":"Blake Grotewold","email":"grotewold","login":"grotewold","count":1},{"name":"Benjamin Dopplinger","email":"b.dopplinger@gmail.com","login":"benasocj","count":1},{"name":"Romain Beuque","email":"rbeuque74@gmail.com","login":"rbeuque74","count":1},{"name":"Edward Robinson","email":"me@eddrobinson.net","login":null,"count":1},{"name":"Bruno Azzinnari","email":"bazzinnari@linkedin.com","login":null,"count":1},{"name":"Alistair Woodcock","email":"al@liftango.com","login":null,"count":1},{"name":"Alexandre Figura","email":"a.figura@syseleven.de","login":null,"count":1},{"name":"Ronan Dunklau","email":"rdunklau@gmail.com","login":null,"count":1},{"name":"Thadeus Nathanial Burgess","email":"thadeusb@thadeusb-desktop.(none)","login":null,"count":1},{"name":"Tymoteusz Jankowski","email":"tymoteusz.jankowski@gmail.com","login":null,"count":1},{"name":"frostming","email":"frostming@tencent.com","login":null,"count":1},{"name":"jeremy avnet","email":"brainsik@saucelabs.com","login":null,"count":1},{"name":"Matthew Preble","email":"mpreble@indeed.com","login":null,"count":1},{"name":"Matt Wright","email":"matt@nobien.net","login":null,"count":1},{"name":"Matan  Wiesner","email":"matan.wiesner@oracle.com","login":null,"count":1},{"name":"Kevin Moore","email":"kevin@spendship.com","login":null,"count":1},{"name":"Jonathan Como","email":"jonathan.como@gmail.com","login":null,"count":1},{"name":"Pierre Rochard","email":"pierrerochard","login":"pierrerochard","count":1},{"name":"Steve Tjoa","email":"kiemyang@gmail.com","login":"stevetjoa","count":1},{"name":"Steven Harms","email":"sjharms@gmail.com","login":"sharms","count":1},{"name":"Thomas","email":"hey@itrooz.fr","login":"iTrooz","count":1},{"name":"Tim Chan","email":"macrotim@gmail.com","login":"macrotim","count":1},{"name":"Tomas","email":"30775189+tomasdembelli","login":"tomasdembelli","count":1},{"name":"Vik","email":"v1k@protonmail.com","login":"kivS","count":1},{"name":"Yuval Langer","email":"yuval.langer@gmail.com","login":"yuvallanger","count":1},{"name":"Zhao Xiaohong","email":"mrluanma@gmail.com","login":"mrluanma","count":1},{"name":"blueblank","email":"blueblank@gmail.com","login":"1xch","count":1},{"name":"chason","email":"chason@gmail.com","login":"chason","count":1},{"name":"indigo","email":"xindigo@gmail.com","login":"sparkhom","count":1},{"name":"josh.sarver","email":"josh.sarver@gmail.com","login":"jsarver","count":1},{"name":"kalombo","email":"nogamemorebrain@gmail.com","login":"kalombos","count":1},{"name":"kcrong","email":"iam@devkcr.org","login":"Kcrong","count":1},{"name":"krassowski","email":"krassowski.michal@gmail.com","login":"krassowski","count":1},{"name":"kuter","email":"contact@devktr.pl","login":"kuter","count":1},{"name":"satoru","email":"satorulogic@gmail.com","login":"suzaku","count":1},{"name":"scragg0x","email":"scragg@gmail.com","login":"scragg0x","count":1},{"name":"zhangcheng","email":"czhang.oss@gmail.com","login":"zhangcheng","count":1},{"name":"邓超","email":"2325690622@qq.com","login":"DevDengChao","count":1},{"name":"Alex Grönholm","email":"alex.gronholm@nextday.fi","login":"agronholm","count":1},{"name":"Jeffrey Finkelstein","email":"jeffrey.finkelstein@gmail.com","login":"jfinkels","count":1},{"name":"Jochen Kupperschmidt","email":"homework@nwsnet.de","login":"homeworkprod","count":1},{"name":"Justin Lilly","email":"justin@justinlilly.com","login":"justinabrahms","count":1},{"name":"Kamil Mankowski (kam193)","email":"kam193@wp.pl","login":"kam193","count":1},{"name":"Karol Pawłowski","email":"karol.pawlowski89@gmail.com","login":"karolpawlowski","count":1},{"name":"Keyan Pishdadian","email":"kpishdadian@gmail.com","login":"keyan","count":1},{"name":"Kush Trivedi","email":"kushthedude@gmail.com","login":"kushthedude","count":1},{"name":"Lei Yang","email":"yltt1234512@gmail.com","login":"yangl1996","count":1},{"name":"Roy","email":"rhh@crosscompute.com","login":"invisibleroads","count":1},{"name":"Saif807380","email":"saif1204kazi@gmail.com","login":"Saif807380","count":1},{"name":"Spencer Young","email":"spencer.young@spyoung.com","login":"spyoungtech","count":1},{"name":"Stephen James","email":"StephenOrJames","login":"StephenOrJames","count":1},{"name":"Daniel Lepage","email":"dplepage@gmail.com","login":"dplepage","count":1},{"name":"Jason Immerman","email":"jdimmerman@gmail.com","login":"jdimmerman","count":1},{"name":"Jan Runge","email":"janrunx@gmail.com","login":"janxyz","count":1},{"name":"Ivan Gerov","email":"49233753+ivan-gerov","login":"ivan-gerov","count":1},{"name":"Isaac To","email":"candleindark","login":"candleindark","count":1},{"name":"Ignacy Sokołowski","email":"ignacy.sokolowski@gmail.com","login":"ignacysokolowski","count":1},{"name":"Henry Chen","email":"tahafut@gmail.com","login":"scotchka","count":1},{"name":"Heejong Ahn","email":"heejongahn@gmail.com","login":"heejongahn","count":1},{"name":"Emil Sadek","email":"esadek@hotmail.com","login":"esadek","count":1},{"name":"David Baumgold","email":"david@davidbaumgold.com","login":"singingwolfboy","count":1},{"name":"David Arnold","email":"da4089","login":"da4089","count":1},{"name":"Dave Smith","email":"davewsmith@gmail.com","login":"davewsmith","count":1},{"name":"Leonardo YongUk Kim","email":"dalinaum@gmail.com","login":"dalinaum","count":1},{"name":"Mark Steve Samson","email":"marksteve","login":"marksteve","count":1},{"name":"MatiasMFM2001","email":"46432351+MatiasMFM2001","login":"MatiasMFM2001","count":1},{"name":"Matt Shaffer","email":"mattshaffer11@gmail.com","login":"mattshaffer11","count":1},{"name":"Maxime Lalisse","email":"maxime.lalisse@gmail.com","login":"mjal","count":1},{"name":"Michael Trier","email":"mtrier@gmail.com","login":"empty","count":1},{"name":"Nicholas Whyte","email":"nick@nickwhyte.com","login":"nickw444","count":1},{"name":"Noah Goldsmid","email":"Noahgoldsmid@live.nl","login":"Cotix","count":1},{"name":"Ollie Rutherfurd","email":"orutherfurd@gmail.com","login":"orutherfurd","count":1},{"name":"Orlando Becerra","email":"orlandobcrra@gmail.com","login":"orlandobcrra","count":1},{"name":"Osaetin Daniel","email":"osaetindaniel@gmail.com","login":"danidee10","count":1},{"name":"Pablo Marti","email":"pmargam@gmail.com","login":"pmarti","count":1},{"name":"Pavel Repin","email":"prepin@gmail.com","login":"paxan","count":1},{"name":"Peter Ward","email":"peteraward@gmail.com","login":"flowblok","count":1}],"total_commits":758,"total_committers":120,"total_bot_commits":148,"total_bot_committers":3,"mean_commits":6.316666666666666,"dds":0.6939313984168866,"past_year_committers":[{"name":"David Lord","email":"davidism@gmail.com","login":"davidism","count":10},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":2},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":1},{"name":"Jochen Kupperschmidt","email":"homework@nwsnet.de","login":"homeworkprod","count":1}],"past_year_total_commits":14,"past_year_total_committers":4,"past_year_total_bot_commits":3,"past_year_total_bot_committers":2,"past_year_mean_commits":3.5,"past_year_dds":0.2857142857142857,"last_synced_at":"2025-07-09T01:40:14.299Z","last_synced_commit":"168cb4b7b50fe5176307a10d873781bfafc6eeda","created_at":"2023-03-07T09:51:26.827Z","updated_at":"2025-07-09T01:40:14.341Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"pallets-eco/flask-sqlalchemy","html_url":"https://github.com/pallets-eco/flask-sqlalchemy","last_synced_at":"2025-08-31T08:01:20.066Z","status":null,"issues_count":97,"pull_requests_count":166,"avg_time_to_close_issue":5860102.115384615,"avg_time_to_close_pull_request":1966378.4736842106,"issues_closed_count":78,"pull_requests_closed_count":152,"pull_request_authors_count":35,"issue_authors_count":84,"avg_comments_per_issue":2.865979381443299,"avg_comments_per_pull_request":0.7771084337349398,"merged_pull_requests_count":115,"bot_issues_count":0,"bot_pull_requests_count":78,"past_year_issues_count":8,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":39760.0,"past_year_avg_time_to_close_pull_request":18549.444444444445,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":1.125,"past_year_avg_comments_per_pull_request":0.10526315789473684,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":3,"created_at":"2023-05-10T11:04:19.744Z","updated_at":"2025-09-03T06:01:55.001Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-sqlalchemy/issues","issue_labels_count":{"docs":5,"pagination":2,"bug":1},"pull_request_labels_count":{"dependencies":82,"python":44,"github_actions":25,"docs":11},"issue_author_associations_count":{"NONE":75,"CONTRIBUTOR":14,"MEMBER":2},"pull_request_author_associations_count":{"CONTRIBUTOR":162,"NONE":31,"MEMBER":8},"issue_authors":{"davidism":4,"yuxiaoy1":2,"andreasc-kuehn":2,"cainmagi":2,"mweinelt":2,"six1203":2,"ibraheemalayan":2,"iTrooz":2,"alexjironkin":2,"mmcmNew":1,"guillermohs9":1,"baijingetangzichen":1,"YlguYtrid":1,"AdamVerner":1,"jacquesfize":1,"0x1618":1,"1456074580":1,"falloutphil":1,"Zoupers":1,"martinmckenna":1,"carc1n0gen":1,"TitaniumHocker":1,"abankspdx":1,"mrexodia":1,"adelosa":1,"lehmat":1,"Chokhonelidze":1,"pang-thebasement":1,"fatjan":1,"ialdaverag":1,"nonozone":1,"greyli":1,"gdoumenc":1,"immunda":1,"haa-zee":1,"InoreNeronI":1,"Rmarieta":1,"orenleaffer-verkada":1,"flyly0755":1,"joao-aveiro":1,"orlandobcrra":1,"AlexWaygood":1,"jdefaver":1,"ZongXR":1,"jdimmerman":1,"ashleycollinge1":1,"Laserlicht":1,"s-t-e-v-e-n-k":1,"liuyu2013":1,"drsanwujiang":1,"nakamoto-upost":1,"ivan-gerov":1,"bdewilde":1,"johnjiang":1,"sr-verde":1,"stl-gilesbartonowen":1,"gabrielmotaa":1,"scath999":1,"tariqjamal-abdulazeez":1,"richard-to":1,"skeetwu":1,"tadams42":1,"Sparrow0hawk":1,"iROCKBUNNY":1,"guidoiaquinti":1,"awiprayitno":1,"darkphoenix2601":1,"nblock":1,"mokadevcloud":1,"barsa-net":1,"wangtao2213405054":1,"davewsmith":1,"stefanhettich":1,"pvanderlinden":1,"Jackevansevo":1,"tgross35":1,"wolvever":1,"graedo-ogd":1,"FossenWang":1,"cansustar":1},"pull_request_authors":{"dependabot[bot]":82,"davidism":28,"pre-commit-ci[bot]":23,"pamelafox":13,"yuxiaoy1":9,"cainmagi":5,"greyli":4,"ZongXR":3,"anon-ghub":2,"s-t-e-v-e-n-k":2,"cjwatson":2,"Sparrow0hawk":2,"Zoupers":2,"javacruft":2,"dpgaspar":2,"homeworkprod":2,"mjal":1,"jdimmerman":1,"orlandobcrra":1,"candleindark":1,"pradipthinkitive":1,"danstewart":1,"MatiasMFM2001":1,"heavelock":1,"iTrooz":1,"ghabrielv":1,"davewsmith":1,"py39cptCiolacu":1,"leifdreizler":1,"ticosax":1,"hydra-zim":1,"carc1n0gen":1,"jwodder":1,"ivan-gerov":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.939Z","repositories_count":10080233,"issues_count":31311624,"pull_requests_count":96148338,"authors_count":10693059,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":5,"python":5},"past_year_issue_author_associations_count":{"NONE":8},"past_year_pull_request_author_associations_count":{"NONE":12,"CONTRIBUTOR":6,"MEMBER":2},"past_year_issue_authors":{"mweinelt":2,"ialdaverag":1,"joao-aveiro":1,"nonozone":1,"orenleaffer-verkada":1,"pang-thebasement":1,"ZongXR":1},"past_year_pull_request_authors":{"dependabot[bot]":5,"ZongXR":3,"anon-ghub":2,"homeworkprod":2,"cjwatson":2,"javacruft":2,"davidism":2,"leifdreizler":1,"py39cptCiolacu":1},"maintainers":[{"login":"davidism","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"},{"login":"greyli","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/greyli"}],"active_maintainers":[{"login":"davidism","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidism"}]},"events":{"total":{"IssuesEvent":8,"WatchEvent":99,"DeleteEvent":1,"IssueCommentEvent":31,"PushEvent":5,"PullRequestReviewEvent":1,"PullRequestReviewCommentEvent":2,"PullRequestEvent":15,"ForkEvent":15,"CreateEvent":5},"last_year":{"IssuesEvent":8,"WatchEvent":99,"DeleteEvent":1,"IssueCommentEvent":31,"PushEvent":5,"PullRequestReviewEvent":1,"PullRequestReviewCommentEvent":2,"PullRequestEvent":15,"ForkEvent":15,"CreateEvent":5}},"keywords":["flask","flask-sqlalchemy","python","sqlalchemy"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/lock.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T10:47:24.608Z","updated_at":"2023-01-13T10:47:24.608Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/.github/workflows/lock.yaml","dependencies":[{"id":6875559263,"package_name":"dessant/lock-threads","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T10:47:24.670Z","updated_at":"2023-01-13T10:47:24.670Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/.github/workflows/tests.yaml","dependencies":[{"id":6875559264,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6875559265,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6875559266,"package_name":"actions/cache","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yaml","sha":null,"kind":"manifest","created_at":"2023-02-16T21:01:16.768Z","updated_at":"2023-02-16T21:01:16.768Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/.github/workflows/publish.yaml","dependencies":[{"id":7724218926,"package_name":"actions/checkout","ecosystem":"actions","requirements":"ac593985615ec2ede58e132d2e21d2b1cbd6127c","direct":true,"kind":"composite","optional":false},{"id":7724218927,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435","direct":true,"kind":"composite","optional":false},{"id":7724218928,"package_name":"actions/cache","ecosystem":"actions","requirements":"627f0f41f6904a5b1efbaed9f96d9eb58e92e920","direct":true,"kind":"composite","optional":false},{"id":7724218929,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"0b7f8abb1508181956e8e162db84b466c27e18ce","direct":true,"kind":"composite","optional":false},{"id":7724218930,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"9bc31d5ccc31df68ecc42ccf4149144866c47d8a","direct":true,"kind":"composite","optional":false},{"id":7724218931,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"c7f29f7adef1a245bd91520e94867e5c6eedddcc","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-02-16T21:01:16.987Z","updated_at":"2023-02-16T21:01:16.987Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/pyproject.toml","dependencies":[{"id":7724219696,"package_name":"Flask","ecosystem":"pypi","requirements":"\u003e=2.2","direct":true,"kind":"runtime","optional":false},{"id":7724219697,"package_name":"SQLAlchemy","ecosystem":"pypi","requirements":"\u003e=1.4.18","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/dev.in","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:54.183Z","updated_at":"2023-07-05T15:16:54.183Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/dev.in","dependencies":[{"id":11146381313,"package_name":"pip-compile-multi","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":11146381314,"package_name":"pre-commit","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":11146381315,"package_name":"tox","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":11146381316,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":11146381317,"package_name":"coverage","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/dev.txt","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:54.304Z","updated_at":"2023-07-05T15:16:54.304Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/dev.txt","dependencies":[{"id":11146381321,"package_name":"build","ecosystem":"pypi","requirements":"==0.10.0","direct":true,"kind":"development","optional":false},{"id":11146381322,"package_name":"cachetools","ecosystem":"pypi","requirements":"==5.3.1","direct":true,"kind":"development","optional":false},{"id":11146381323,"package_name":"cfgv","ecosystem":"pypi","requirements":"==3.3.1","direct":true,"kind":"development","optional":false},{"id":11146381324,"package_name":"chardet","ecosystem":"pypi","requirements":"==5.1.0","direct":true,"kind":"development","optional":false},{"id":11146381325,"package_name":"click","ecosystem":"pypi","requirements":"==8.1.3","direct":true,"kind":"development","optional":false},{"id":11146381326,"package_name":"colorama","ecosystem":"pypi","requirements":"==0.4.6","direct":true,"kind":"development","optional":false},{"id":11146381327,"package_name":"coverage","ecosystem":"pypi","requirements":"==7.2.7","direct":true,"kind":"development","optional":false},{"id":11146381328,"package_name":"distlib","ecosystem":"pypi","requirements":"==0.3.6","direct":true,"kind":"development","optional":false},{"id":11146381329,"package_name":"filelock","ecosystem":"pypi","requirements":"==3.12.2","direct":true,"kind":"development","optional":false},{"id":11146381330,"package_name":"identify","ecosystem":"pypi","requirements":"==2.5.24","direct":true,"kind":"development","optional":false},{"id":11146381331,"package_name":"nodeenv","ecosystem":"pypi","requirements":"==1.8.0","direct":true,"kind":"development","optional":false},{"id":11146381332,"package_name":"pip-compile-multi","ecosystem":"pypi","requirements":"==2.6.3","direct":true,"kind":"development","optional":false},{"id":11146381333,"package_name":"pip-tools","ecosystem":"pypi","requirements":"==6.13.0","direct":true,"kind":"development","optional":false},{"id":11146381334,"package_name":"platformdirs","ecosystem":"pypi","requirements":"==3.8.0","direct":true,"kind":"development","optional":false},{"id":11146381335,"package_name":"pre-commit","ecosystem":"pypi","requirements":"==3.3.3","direct":true,"kind":"development","optional":false},{"id":11146381336,"package_name":"pyproject-api","ecosystem":"pypi","requirements":"==1.5.2","direct":true,"kind":"development","optional":false},{"id":11146381337,"package_name":"pyproject-hooks","ecosystem":"pypi","requirements":"==1.0.0","direct":true,"kind":"development","optional":false},{"id":11146381338,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"==4.1.0","direct":true,"kind":"development","optional":false},{"id":11146381339,"package_name":"pyyaml","ecosystem":"pypi","requirements":"==6.0","direct":true,"kind":"development","optional":false},{"id":11146381340,"package_name":"toposort","ecosystem":"pypi","requirements":"==1.10","direct":true,"kind":"development","optional":false},{"id":11146381341,"package_name":"tox","ecosystem":"pypi","requirements":"==4.6.3","direct":true,"kind":"development","optional":false},{"id":11146381342,"package_name":"virtualenv","ecosystem":"pypi","requirements":"==20.23.1","direct":true,"kind":"development","optional":false},{"id":11146381343,"package_name":"wheel","ecosystem":"pypi","requirements":"==0.40.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/docs.in","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:54.492Z","updated_at":"2023-07-05T15:16:54.492Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/docs.in","dependencies":[{"id":11146381353,"package_name":"sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":11146381354,"package_name":"pallets-sphinx-themes","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":11146381360,"package_name":"sphinx-issues","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":11146381380,"package_name":"sphinxcontrib-log-cabinet","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/docs.txt","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:54.962Z","updated_at":"2023-07-05T15:16:54.962Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/docs.txt","dependencies":[{"id":11146381405,"package_name":"alabaster","ecosystem":"pypi","requirements":"==0.7.13","direct":true,"kind":"runtime","optional":false},{"id":11146381406,"package_name":"babel","ecosystem":"pypi","requirements":"==2.12.1","direct":true,"kind":"runtime","optional":false},{"id":11146381407,"package_name":"certifi","ecosystem":"pypi","requirements":"==2023.5.7","direct":true,"kind":"runtime","optional":false},{"id":11146381408,"package_name":"charset-normalizer","ecosystem":"pypi","requirements":"==3.1.0","direct":true,"kind":"runtime","optional":false},{"id":11146381409,"package_name":"docutils","ecosystem":"pypi","requirements":"==0.20.1","direct":true,"kind":"runtime","optional":false},{"id":11146381410,"package_name":"idna","ecosystem":"pypi","requirements":"==3.4","direct":true,"kind":"runtime","optional":false},{"id":11146381411,"package_name":"imagesize","ecosystem":"pypi","requirements":"==1.4.1","direct":true,"kind":"runtime","optional":false},{"id":11146381412,"package_name":"jinja2","ecosystem":"pypi","requirements":"==3.1.2","direct":true,"kind":"runtime","optional":false},{"id":11146381413,"package_name":"markupsafe","ecosystem":"pypi","requirements":"==2.1.3","direct":true,"kind":"runtime","optional":false},{"id":11146381414,"package_name":"packaging","ecosystem":"pypi","requirements":"==23.1","direct":true,"kind":"runtime","optional":false},{"id":11146381415,"package_name":"pallets-sphinx-themes","ecosystem":"pypi","requirements":"==2.1.1","direct":true,"kind":"runtime","optional":false},{"id":11146381416,"package_name":"pygments","ecosystem":"pypi","requirements":"==2.15.1","direct":true,"kind":"runtime","optional":false},{"id":11146381417,"package_name":"requests","ecosystem":"pypi","requirements":"==2.31.0","direct":true,"kind":"runtime","optional":false},{"id":11146381418,"package_name":"snowballstemmer","ecosystem":"pypi","requirements":"==2.2.0","direct":true,"kind":"runtime","optional":false},{"id":11146381419,"package_name":"sphinx","ecosystem":"pypi","requirements":"==7.0.1","direct":true,"kind":"runtime","optional":false},{"id":11146381420,"package_name":"sphinx-issues","ecosystem":"pypi","requirements":"==3.0.1","direct":true,"kind":"runtime","optional":false},{"id":11146381421,"package_name":"sphinxcontrib-applehelp","ecosystem":"pypi","requirements":"==1.0.4","direct":true,"kind":"runtime","optional":false},{"id":11146381422,"package_name":"sphinxcontrib-devhelp","ecosystem":"pypi","requirements":"==1.0.2","direct":true,"kind":"runtime","optional":false},{"id":11146381423,"package_name":"sphinxcontrib-htmlhelp","ecosystem":"pypi","requirements":"==2.0.1","direct":true,"kind":"runtime","optional":false},{"id":11146381424,"package_name":"sphinxcontrib-jsmath","ecosystem":"pypi","requirements":"==1.0.1","direct":true,"kind":"runtime","optional":false},{"id":11146381425,"package_name":"sphinxcontrib-log-cabinet","ecosystem":"pypi","requirements":"==1.0.1","direct":true,"kind":"runtime","optional":false},{"id":11146381426,"package_name":"sphinxcontrib-qthelp","ecosystem":"pypi","requirements":"==1.0.3","direct":true,"kind":"runtime","optional":false},{"id":11146381427,"package_name":"sphinxcontrib-serializinghtml","ecosystem":"pypi","requirements":"==1.1.5","direct":true,"kind":"runtime","optional":false},{"id":11146381428,"package_name":"urllib3","ecosystem":"pypi","requirements":"==2.0.3","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/mypy.in","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:55.066Z","updated_at":"2023-07-05T15:16:55.066Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/mypy.in","dependencies":[{"id":11146381432,"package_name":"mypy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":11146381433,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":11146381434,"package_name":"sqlalchemy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/mypy.txt","sha":null,"kind":"lockfile","created_at":"2023-07-05T15:16:55.132Z","updated_at":"2023-07-05T15:16:55.132Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/mypy.txt","dependencies":[{"id":11146381436,"package_name":"greenlet","ecosystem":"pypi","requirements":"==2.0.2","direct":false,"kind":"runtime","optional":false},{"id":11146381437,"package_name":"iniconfig","ecosystem":"pypi","requirements":"==2.0.0","direct":false,"kind":"runtime","optional":false},{"id":11146381438,"package_name":"mypy","ecosystem":"pypi","requirements":"==1.4.1","direct":false,"kind":"runtime","optional":false},{"id":11146381439,"package_name":"mypy-extensions","ecosystem":"pypi","requirements":"==1.0.0","direct":false,"kind":"runtime","optional":false},{"id":11146381440,"package_name":"packaging","ecosystem":"pypi","requirements":"==23.1","direct":false,"kind":"runtime","optional":false},{"id":11146381441,"package_name":"pluggy","ecosystem":"pypi","requirements":"==1.2.0","direct":false,"kind":"runtime","optional":false},{"id":11146381442,"package_name":"pytest","ecosystem":"pypi","requirements":"==7.4.0","direct":false,"kind":"runtime","optional":false},{"id":11146381443,"package_name":"sqlalchemy","ecosystem":"pypi","requirements":"==2.0.17","direct":false,"kind":"runtime","optional":false},{"id":11146381444,"package_name":"typing-extensions","ecosystem":"pypi","requirements":"==4.6.3","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/tests-min.in","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:55.372Z","updated_at":"2023-07-05T15:16:55.372Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/tests-min.in","dependencies":[{"id":11146381448,"package_name":"flask","ecosystem":"pypi","requirements":"==2.2.5","direct":true,"kind":"test","optional":false},{"id":11146381449,"package_name":"werkzeug","ecosystem":"pypi","requirements":"\u003c2.3","direct":true,"kind":"test","optional":false},{"id":11146381450,"package_name":"sqlalchemy","ecosystem":"pypi","requirements":"==1.4.18","direct":true,"kind":"test","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/tests-min.txt","sha":null,"kind":"lockfile","created_at":"2023-07-05T15:16:55.601Z","updated_at":"2023-07-05T15:16:55.601Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/tests-min.txt","dependencies":[{"id":11146381454,"package_name":"click","ecosystem":"pypi","requirements":"==8.1.3","direct":false,"kind":"test","optional":false},{"id":11146381455,"package_name":"flask","ecosystem":"pypi","requirements":"==2.2.5","direct":false,"kind":"test","optional":false},{"id":11146381456,"package_name":"greenlet","ecosystem":"pypi","requirements":"==2.0.2","direct":false,"kind":"test","optional":false},{"id":11146381457,"package_name":"itsdangerous","ecosystem":"pypi","requirements":"==2.1.2","direct":false,"kind":"test","optional":false},{"id":11146381458,"package_name":"jinja2","ecosystem":"pypi","requirements":"==3.1.2","direct":false,"kind":"test","optional":false},{"id":11146381459,"package_name":"markupsafe","ecosystem":"pypi","requirements":"==2.1.3","direct":false,"kind":"test","optional":false},{"id":11146381460,"package_name":"sqlalchemy","ecosystem":"pypi","requirements":"==1.4.18","direct":false,"kind":"test","optional":false},{"id":11146381461,"package_name":"werkzeug","ecosystem":"pypi","requirements":"==2.2.3","direct":false,"kind":"test","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/tests.in","sha":null,"kind":"manifest","created_at":"2023-07-05T15:16:55.684Z","updated_at":"2023-07-05T15:16:55.684Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/tests.in","dependencies":[{"id":11146381465,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":11146381466,"package_name":"blinker","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/tests.txt","sha":null,"kind":"lockfile","created_at":"2023-07-05T15:16:55.786Z","updated_at":"2023-07-05T15:16:55.786Z","repository_link":"https://github.com/pallets-eco/flask-sqlalchemy/blob/main/requirements/tests.txt","dependencies":[{"id":11146381468,"package_name":"blinker","ecosystem":"pypi","requirements":"==1.6.2","direct":false,"kind":"test","optional":false},{"id":11146381469,"package_name":"iniconfig","ecosystem":"pypi","requirements":"==2.0.0","direct":false,"kind":"test","optional":false},{"id":11146381470,"package_name":"packaging","ecosystem":"pypi","requirements":"==23.1","direct":false,"kind":"test","optional":false},{"id":11146381471,"package_name":"pluggy","ecosystem":"pypi","requirements":"==1.2.0","direct":false,"kind":"test","optional":false},{"id":11146381472,"package_name":"pytest","ecosystem":"pypi","requirements":"==7.4.0","direct":false,"kind":"test","optional":false}]}],"score":33.95187407506935,"created_at":"2025-09-08T11:18:27.260Z","updated_at":"2025-10-07T08:24:25.899Z","avatar_url":"https://github.com/pallets-eco.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":15603041,"funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["asyncio","unit-testing","pydantic","json-schema","asgi","distribution","packaging","closember","parallel","mesh"],"project_url":"https://science.ecosyste.ms/api/v1/projects/62848","html_url":"https://science.ecosyste.ms/projects/62848"}