This repo contains custom packages developed for some utility functions. All the packages that are going to be uploaded into this Repository are developed in PYTHON PROGRAMMING LANGUAGE.
To install a package follow one of the 2 methods:
pip install git+https://github.com/abhijithwarrier/AWPythonPackages.git#subdirectory=packageDirectoryName
- To install this package, first clone the repository using the command: git clone https://github.com/abhijithwarrier/AWPythonPackages.git
- Navigate to the Package Directory: cd packageDirectoryName
- Install the package by running the following command: python setup.py install