Metadata-Version: 2.1
Name: trimports
Version: 0.1.1
Summary: A python class which automatically removes unused imports from your Python script.
Home-page: https://github.com/amitjoshi9627/trimports
Author: Amit Joshi
Author-email: amitjoshi9627@gmail.com
License: MIT
Keywords: unused imports
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt

=================================
Trimports - Remove Unused Imports
=================================

Trimports is a program which automatically removes unused imports from your Python script.

Install
-------

From PyPI :

    $ pip install trimports

### Usage: cli.py [-h] -l/--location "<FILE_LOCATION>"

 #### required arguments:
 > -h, --help            show this help message and exit. \
 > -l FILE_LOCATION,
 > --location FILE_LOCATION   Location of Target file.
 
 ### Example: 
 
 1. `python3 cli.py -l "/home/Documents/Python/utils.py"`
 2. `python3 cli.py --location "/home/Documents/Python/utils.py"`
 
__Please Give a :star2: if you :+1: it.__



Change Log
==========

v0.1
-----------------
> First Release

