{"id":26306272,"url":"https://github.com/soup-ms/fileoperator","last_synced_at":"2025-03-15T09:27:21.719Z","repository":{"id":208771491,"uuid":"722406097","full_name":"soup-ms/fileoperator","owner":"soup-ms","description":"python file operations library","archived":false,"fork":false,"pushed_at":"2025-01-04T00:05:29.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T02:22:54.812Z","etag":null,"topics":["pip","pypi-package","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/fileoperator/","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/soup-ms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","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":"2023-11-23T04:35:26.000Z","updated_at":"2025-01-04T00:05:33.000Z","dependencies_parsed_at":"2025-01-04T01:18:35.500Z","dependency_job_id":"38cd3e53-69b4-4299-8ca0-fe8d57c5245f","html_url":"https://github.com/soup-ms/fileoperator","commit_stats":null,"previous_names":["michaelsousajr/fileoperator","soup-ms/fileoperator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soup-ms%2Ffileoperator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soup-ms%2Ffileoperator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soup-ms%2Ffileoperator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soup-ms%2Ffileoperator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soup-ms","download_url":"https://codeload.github.com/soup-ms/fileoperator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243709886,"owners_count":20335109,"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":["pip","pypi-package","python3"],"created_at":"2025-03-15T09:27:21.049Z","updated_at":"2025-03-15T09:27:21.706Z","avatar_url":"https://github.com/soup-ms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fileoperator: Python File Operations Library\n\n![logo](./public/logo.png)\n\n## About\n\n`fileoperator` is an all-in-one Python utility package designed to simplify and streamline a wide range of file operations. This package offers comprehensive solutions for file handling, including encryption, compression, file manipulation, and much more. Whether you're dealing with legacy code or need an efficient way to handle complex file operations, `fileoperator` is your go-to library.\n\n## Features\n\n- **File Encryption \u0026 Decryption**: Secure your files with state-of-the-art encryption standards.\n- **File Compression \u0026 Decompression**: Efficiently compress and decompress files using various algorithms.\n- **Data Import/Export Utilities**: Streamline the process of importing and exporting data.\n- **Advanced File Manipulation**: Perform advanced file operations like batch renaming, searching, and splitting.\n- **Cross-Platform Compatibility**: Works seamlessly on Windows, macOS, and Linux.\n\n## Installation\n\nTo install fileoperator, simply run the following command in your terminal:\n`pip install fileoperator` \n\n## Usage\n\nHere are some basic examples of how `fileoperator` can be used:\n\n### Encrypting a File\n```Python\nfrom fileoperator import encrypt_file\n\nencrypt_file('path/to/your/file.txt', 'path/to/target/file.txt', 'your-encryption-key')\n```\n### Compression\n```Python\nfrom fileoperator import compress_file\n\ncompress_file('path/to/your/file.txt','path/to/compressed/file.zip')\n```\n\n### Full list of functions\nView full list of functions in the tests folder\n\n## Contributing\nContributions to fileoperator are welcome! If you have a suggestion or improvement, feel free to fork the repository and submit a pull request. Check Contributing.md for more details.\n\n## License\nfileoperator is licensed under the MIT License. Check LICENSE.txt for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoup-ms%2Ffileoperator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoup-ms%2Ffileoperator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoup-ms%2Ffileoperator/lists"}