Metadata-Version: 2.1
Name: py-sfile
Version: 0.1.0
Summary: sfile, cross platform file metadata analyzer
Home-page: https://github.com/gcarmix/sfile
Download-URL: https://github.com/gcarmix/sfile/archive/master.zip
Author: gcarmix
Author-email: carmixdev@gmail.com
Maintainer: gcarmix
Maintainer-email: carmixdev@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/gcarmix/sfile/issues
Project-URL: Documentation, https://github.com/gcarmix/sfile/blob/master/README.md
Project-URL: Source Code, https://github.com/gcarmix/sfile.git
Platform: LINUX
Platform: MAC
Platform: WINDOWS
Description-Content-Type: text/markdown
License-File: LICENSE

# sfile

## What is it?

sfile is a command line utility much similar to linux command "file" but on steroids.

## Features
In fact by launching sfile on a file sfile extracts all useful metadata for that file:

-MD5 Hash
-SHA1 Hash
-Size in bytes
-Mime Type
-Description

On some kind of files (e.g. exe, jpg, png, docx, xlsx, pdf, avi, mp3 etc...) it also extracts more detailed info if available.

## Usage
```
sfile [file path to analyze]
```

## Installation

To install from pypi:
```
pip install sfile
```

To install from the source directory:
```
pip install .
```

## Author

@gcarmix


