Metadata-Version: 2.1
Name: trina_extension
Version: 1.0.0
Summary: A python package to indentify the type of a given file
Author-email: Trina Mukherjee <trina49607@gmail.com>
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# trina_extension

## A python package to indentify the type of a given file

---

# Use the package in your project

### Install the package

```
pip install trina-extension
```

### Using the package

```
import trina_extension.extension as extension

extension.type("test.py")
```

---

Trina Mukherjee © 2023

> **Note**
> This is for a university project. Might not be maintained in future.
