Skip to main content

file and folder operation utility packages

Project description

fioo - Python FileIO and folder Opertation utility package

A Helper package for basic file and folder opetions. For example, determine file format for differnt operting systems based on the file carriage return or line feed. Getting a file size, file extension, etcs.

Installation

Install fioo on your system using: pip

pip install fioo

Usage

import fioo

fioo.file_format(path)  # returns 'Window'
fioo.is_empty_file(path)  # returns True
fioo.file_size(path)  # returns '16B'

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fioo-0.2-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page