{"id":2733385,"name":"filestack-python","ecosystem":"pypi","description":"Filestack Python SDK","homepage":"https://github.com/filestack/filestack-python","licenses":"Apache 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/filestack/filestack-python","keywords_array":[],"namespace":null,"versions_count":26,"first_release_published_at":"2017-04-05T20:33:12.000Z","latest_release_published_at":"2024-09-17T18:10:24.000Z","latest_release_number":"4.0.0","last_synced_at":"2026-05-27T07:47:23.257Z","created_at":"2022-04-10T10:59:37.077Z","updated_at":"2026-05-27T07:47:36.242Z","registry_url":"https://pypi.org/project/filestack-python/","install_command":"pip install filestack-python --index-url https://pypi.org/simple","documentation_url":"https://filestack-python.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 4 - Beta","Intended Audience :: Developers","License :: OSI Approved :: Apache Software License","Programming Language :: Python","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Internet :: WWW/HTTP"],"normalized_name":"filestack-python","project_status":null},"repo_metadata":{"id":44706398,"uuid":"89370440","full_name":"filestack/filestack-python","owner":"filestack","description":"Official Python SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.","archived":false,"fork":false,"pushed_at":"2024-09-17T18:10:54.000Z","size":8729,"stargazers_count":49,"open_issues_count":5,"forks_count":21,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-08-25T13:02:43.735Z","etag":null,"topics":["hacktoberfest","python","sdk-python","transforming-files","upload-file","upload-images"],"latest_commit_sha":null,"homepage":"https://www.filestack.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filestack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-04-25T14:30:45.000Z","updated_at":"2024-12-06T12:28:16.000Z","dependencies_parsed_at":"2024-06-18T21:30:54.805Z","dependency_job_id":"33aeb6bf-aa6a-48d8-baaf-6871d8c7953f","html_url":"https://github.com/filestack/filestack-python","commit_stats":{"total_commits":326,"total_committers":14,"mean_commits":"23.285714285714285","dds":"0.45398773006134974","last_synced_commit":"98735ccc1a53ba4105df2d47a9c0458f6a7a24d6"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/filestack/filestack-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filestack","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/sbom","scorecard":{"id":399503,"data":{"date":"2025-08-11","repo":{"name":"github.com/filestack/filestack-python","commit":"0e44e337e88051ade0b2873c600ada0744d10794"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":2,"reason":"Found 6/30 approved changesets -- score normalized to 2","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:8"],"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/tests.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/tests.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/tests.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/filestack/filestack-python/tests.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:33","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"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":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2023-74 / GHSA-j8r2-6x86-q33q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 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-18T19:47:21.910Z","repository_id":44706398,"created_at":"2025-08-18T19:47:21.911Z","updated_at":"2025-08-18T19:47:21.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276945662,"owners_count":25733087,"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-25T02:00:09.612Z","response_time":80,"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":"filestack","name":"Filestack","uuid":"15999235","kind":"organization","description":"The Upload API for the Web","email":"support@filestack.com","website":"www.filestack.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15999235?v=4","repositories_count":35,"last_synced_at":"2024-03-25T21:46:42.490Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/filestack","funding_links":[],"total_stars":1047,"followers":24,"following":0,"created_at":"2022-11-02T16:54:16.423Z","updated_at":"2024-03-25T21:46:54.314Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filestack","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filestack/repositories"},"tags":[{"name":"4.0.0","sha":"0e44e337e88051ade0b2873c600ada0744d10794","kind":"commit","published_at":"2024-09-17T18:09:11.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/4.0.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/4.0.0/manifests"},{"name":"3.5.0-beta","sha":"5217a704997bcee2d50c6d0f2c4167eb2d514c30","kind":"commit","published_at":"2024-09-17T18:03:10.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.5.0-beta","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.5.0-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.5.0-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.5.0-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.5.0-beta/manifests"},{"name":"3.5.0","sha":"5075b998040852fff4d911d32cfd4293ebbfdec7","kind":"tag","published_at":"2021-09-17T13:23:30.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.5.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.5.0/manifests"},{"name":"3.4.0","sha":"e19c7e7eec81ee4b0c7d79d13a3e9889ec1fa1f2","kind":"tag","published_at":"2021-05-13T15:47:37.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.4.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.4.0/manifests"},{"name":"3.3.0","sha":"95adec03dbe2eeb16f4e808a0b95d135c63c6d04","kind":"tag","published_at":"2021-03-12T13:54:50.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.3.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.3.0/manifests"},{"name":"3.2.1","sha":"f5294c31ea69e652c3b914105904a8d42463a118","kind":"tag","published_at":"2020-07-22T11:23:54.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.2.1","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.2.1/manifests"},{"name":"3.2.0","sha":"87a2abd38b48b515c3546663455b737de4b193ba","kind":"tag","published_at":"2020-06-02T12:08:14.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.2.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.2.0/manifests"},{"name":"3.1.0","sha":"5d3d350ece0af8811b282333f75e412b59758e10","kind":"tag","published_at":"2020-04-14T12:34:28.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.1.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.1.0/manifests"},{"name":"3.0.1","sha":"0977155723912ae052fc95cba649ba749f723939","kind":"tag","published_at":"2019-07-22T14:10:37.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.0.1","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"ef0c3cfa837bc380ad099b226a104d2d316691e7","kind":"tag","published_at":"2019-07-16T12:48:42.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/3.0.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/3.0.0/manifests"},{"name":"2.8.1","sha":"60d78f549a4d1cc90937dc93468135af273d16fb","kind":"tag","published_at":"2019-07-03T12:11:37.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.8.1","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.8.1/manifests"},{"name":"2.8.0","sha":"ebe232a6482e769b427b05d1e0770008f6ba5730","kind":"tag","published_at":"2019-06-17T08:57:19.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.8.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"0d8312bd55abf0f8e47c25027f85a0813fafa70c","kind":"tag","published_at":"2019-05-30T09:03:51.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.7.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"b989b5bd501dd5fa4793cba3d0367219320dac74","kind":"tag","published_at":"2019-05-29T07:31:40.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.6.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.6.0/manifests"},{"name":"2.5.0","sha":"1c8f73f552be7bd2b509392e2d6e1c4d0c7283b5","kind":"tag","published_at":"2019-05-20T08:44:17.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.5.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"13652fbd4d49fb15b76d886cf35f951e12e91d43","kind":"tag","published_at":"2019-03-18T10:04:07.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.4.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.4.0/manifests"},{"name":"2.3.0","sha":"c8d4bd5691787e347bceac49b0ea8dce830e9a81","kind":"tag","published_at":"2017-08-23T03:29:45.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.3.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.3.0/manifests"},{"name":"2.2.1","sha":"a5588c8a14728d7bf18f8d4d7255becc1a847734","kind":"tag","published_at":"2017-07-19T21:09:51.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.2.1","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.2.1/manifests"},{"name":"2.1.1","sha":"8bde8e3821c76832d1221d705f84b0ed259457f6","kind":"tag","published_at":"2017-07-07T15:22:21.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.1.1","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.1.1/manifests"},{"name":"2.1.0","sha":"d0f9b88d14a7e6e664d8df906edf7709b5edd2e5","kind":"tag","published_at":"2017-06-26T22:00:41.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.1.0","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.1.0/manifests"},{"name":"2.0.4","sha":"6f22b35f0f9278d47577388b5da5409e62c0dba6","kind":"tag","published_at":"2017-06-05T15:19:33.000Z","download_url":"https://codeload.github.com/filestack/filestack-python/tar.gz/2.0.4","html_url":"https://github.com/filestack/filestack-python/releases/tag/2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/filestack/filestack-python@2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/tags/2.0.4/manifests"}]},"repo_metadata_updated_at":"2026-05-27T07:47:36.221Z","dependent_packages_count":1,"downloads":121589,"downloads_period":"last-month","dependent_repos_count":41,"rankings":{"downloads":1.2944760326266278,"dependent_repos_count":2.292657279589824,"dependent_packages_count":4.714065656226561,"stargazers_count":9.812215132178668,"forks_count":8.904285741703932,"docker_downloads_count":null,"average":5.403539968465123},"purl":"pkg:pypi/filestack-python","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/filestack-python","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/filestack-python","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/filestack-python/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-25T12:59:24.828Z","issues_count":13,"pull_requests_count":62,"avg_time_to_close_issue":9162380.3,"avg_time_to_close_pull_request":328468.9166666667,"issues_closed_count":10,"pull_requests_closed_count":60,"pull_request_authors_count":16,"issue_authors_count":10,"avg_comments_per_issue":2.3846153846153846,"avg_comments_per_pull_request":0.967741935483871,"merged_pull_requests_count":59,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/filestack%2Ffilestack-python/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/filestack-python/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/filestack-python/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/filestack-python/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/filestack-python/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/filestack-python/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/filestack-python/codemeta","maintainers":[{"uuid":"filestack","login":"filestack","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/filestack/","role":null,"created_at":"2023-02-24T05:35:40.705Z","updated_at":"2023-02-24T05:35:40.705Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/filestack/packages"}]}