{"id":21652120,"url":"https://github.com/andcool-systems/fileuploader-python","last_synced_at":"2025-04-11T20:33:05.599Z","repository":{"id":221591602,"uuid":"754331916","full_name":"Andcool-Systems/FileUploader-python","owner":"Andcool-Systems","description":"A Python package for working with fu.andcool.ru API","archived":false,"fork":false,"pushed_at":"2025-01-05T10:18:09.000Z","size":303,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T16:23:36.710Z","etag":null,"topics":["aiohttp","file-sharing","file-upload","python-package"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/fileuploader/","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/Andcool-Systems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-02-07T20:55:59.000Z","updated_at":"2025-01-05T10:18:13.000Z","dependencies_parsed_at":"2024-02-08T22:40:17.644Z","dependency_job_id":"ef90760e-b793-44dd-872e-b456ca527062","html_url":"https://github.com/Andcool-Systems/FileUploader-python","commit_stats":null,"previous_names":["andcool-systems/fileuploader-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2FFileUploader-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2FFileUploader-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2FFileUploader-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andcool-Systems%2FFileUploader-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andcool-Systems","download_url":"https://codeload.github.com/Andcool-Systems/FileUploader-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247854138,"owners_count":21007274,"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"}},"keywords":["aiohttp","file-sharing","file-upload","python-package"],"created_at":"2024-11-25T07:51:14.893Z","updated_at":"2025-04-11T20:33:05.573Z","avatar_url":"https://github.com/Andcool-Systems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File uploader package\n\nAsynchronous Python package for working with the API [fu.andcool.ru](https://fu.andcool.ru). The package is currently in beta.\n\n## Installing\nRun `pip install fileuploader` in the console.\n\n## Simple example\nUse the `upload` method to upload the file to the server.\n```python\nimport fileuploader\nimport asyncio\n\n\nasync def run():\n    f = open(\"tests/logo.png\", \"rb\")  # Open file as bytes\n    response = await fileuploader.upload(f.read(), f.name)  # Upload file to a fu\n    print(response.file_url_full)  # Print file url\n\n\nasyncio.run(run())\n\n```\n\n## More examples\nYou can find more usage examples [here](https://github.com/Andcool-Systems/FileUploader-python/tree/main/fileuploader/tests).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandcool-systems%2Ffileuploader-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandcool-systems%2Ffileuploader-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandcool-systems%2Ffileuploader-python/lists"}