Assignment I

This script is designed to traverse through the git repository of hadoop/common.

All the required libraries to run this script are listed in requirements.txt.

Getting Started

Follow these steps to run the project:

Prerequisites

Make sure you have Python installed on your system.

Step 1: Clone the Repository

Clone this repository to your local machine:

git clone https://github.com/your-username/your-repo.git

Step 2: Navigate to the prject folder.

cd your-repo

Step 3: Activate the Virtual Environment (optional but recommended)

If you prefer using a virtual environment, activate it:

source (enviroment_name)/bin/activate

Step 4: Install the Required Libraries

Install the necessary Python libraries using pip:

pip install -r requirements.txt

Step 5: Run the Script

Execute the main script:

python your_script.py

Step 6: Deactivate the Virtual Environment (if activated)

Once you're done, deactivate the virtual environment:

deactivate

License

This project is licensed under the MIT License.