Skip to main content

A suite of Python base classes that simplify interactions with files.

Project description

file-flamingo

A suite of base classes that simplifies interactions with files.

pip3 install fileflamingo

BaseFile

- get_contents_of_file (only works with text)
- create_filepath (either a file or a dir)
- delete_file (only works on files, not dirs)
- append_data_to_file
- write_data_to_file
- clear_file
- is_binary
- is_empty
- is_dir
- is_file
- filepath_exists

EncryptionFile

- encrypt
- decrypt
- write_bytes_to_file
- get_bytes_from_file

Project details


Download files

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

Source Distribution

fileflamingo-0.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

fileflamingo-0.0.3-py3-none-any.whl (4.7 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