{"id":37072269,"url":"https://github.com/pan-efs/pinata-python","last_synced_at":"2026-01-14T08:29:10.527Z","repository":{"id":49475332,"uuid":"485292007","full_name":"pan-efs/pinata-python","owner":"pan-efs","description":"An easy to use and fully-featured Python API for pinata.cloud library.","archived":false,"fork":false,"pushed_at":"2022-06-12T16:43:06.000Z","size":1029,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-23T00:46:09.326Z","etag":null,"topics":["blockchain","ipfs","pinata","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pan-efs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-25T08:49:55.000Z","updated_at":"2025-02-13T22:39:14.000Z","dependencies_parsed_at":"2022-09-13T19:40:24.942Z","dependency_job_id":null,"html_url":"https://github.com/pan-efs/pinata-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pan-efs/pinata-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pan-efs%2Fpinata-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pan-efs%2Fpinata-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pan-efs%2Fpinata-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pan-efs%2Fpinata-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pan-efs","download_url":"https://codeload.github.com/pan-efs/pinata-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pan-efs%2Fpinata-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["blockchain","ipfs","pinata","python3"],"created_at":"2026-01-14T08:29:09.919Z","updated_at":"2026-01-14T08:29:10.513Z","avatar_url":"https://github.com/pan-efs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pinata-python\n[![AUR maintainer](https://img.shields.io/badge/Houba-Hej%2C%20Folks!-brightgreen)]()\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/pan-efs/pinata-python/build)\n[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)\n![GitHub repo size](https://img.shields.io/github/repo-size/pan-efs/pinata-python)\n\n\u003e An easy to use and fully-featured Python API for [pinata.cloud.](https://www.pinata.cloud/)\n\n## Installation\nIt's encouraged to read the [notes](https://github.com/pan-efs/pinata-python#notes) before installation.\n\nInstall via PyPi:\n\n`pip install pinata-python==1.0.0`\n\nInstall from source:\n\n`pip install git+https://github.com/pan-efs/pinata-python.git`\n\n## Documentation\nRead the [official documentation](https://github.com/pan-efs/pinata-python/blob/main/docs/_build/rinoh/pinata-python.pdf) as `PDF` file. Examples can be found as well.\n\n\u003cdetails\u003e\n  \u003csummary\u003eBuild docs\u003c/summary\u003e\n  \n\u003cdetails\u003e\n  \u003csummary\u003eHTML\u003c/summary\u003e\n`~/pinata-python$ sphinx-build -b html docs/source/ docs/build/html`\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ePDF\u003c/summary\u003e\n`~/pinata-python$ sphinx-build -b rinoh docs/source docs/_build/rinoh`\n\u003c/details\u003e\n\n\u003c/details\u003e\n\n## Example\n\n```python\nfrom pinata_python.pinning import Pinning\n\nyour_pinata_api_key = '...'\nyour_pinata_api_secret = '...'\n\npinata = Pinning(PINATA_API_KEY=your_pinata_api_key, PINATA_API_SECRET=your_pinata_api_secret)\n\nyour_filepath = '...'\nresponse = pinata.pin_file_to_ipfs(filepath)\n\nprint(response)\n```\n\n## Unit Tests\n\n`~/pinata-python$ bash run_tests.sh`\n\nThere are some tests which have been skipped. Please refer to [tests folder](https://github.com/pan-efs/pinata-python/tree/main/pinata_python/tests) in order to comprehend why.\n\n\u003e Note: The API has not been tested for the professional plan. Yet, it doesn't mean that it doesn't work for it.\n\n## Notes\n\n* The pinata-python API does not support [Pinata Submarine API](https://docs.pinata.cloud/pinata-submarine-api). Also, it has been built before Pinata Submarine API was released.\n\n* The pinata-python API is unofficial. There is no any kind of collaboration between the author and pinata.\n\n* The pinata-python API has been developed for recreational and personal usage reasons. There is no any kind of financial interest.\n\n* The pinata-python API is distributed under MIT licence.\n\n## Contributing\n\n1. For problems, you could kindly open an issue and label it with `bug`.\n\n2. For ideas or improvements, you could kindly open an issue and label it with `enhancement`.\n\n## Star it! :star:\n\nYou got it! Feel free to leave a star if you found the package useful or you learned something new at least.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpan-efs%2Fpinata-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpan-efs%2Fpinata-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpan-efs%2Fpinata-python/lists"}