A command Line Interface (CLI) written in python to interact with Alpine ITWs iSource Inventory management SQL Server.
src | ||
.gitignore | ||
cli.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
Alpine ITWs iSource Inventory Management CLI
This command-line interface (CLI) provides functionalities to analyze and manage the Alpine ITWs iSource inventory management system.
Prerequisites
Python 3.x: Ensure Python 3.x is installed on your system. SQL Server Credentials: Have SQL Server credentials available to configure the CLI.
Getting Started
Clone the Repository:
git clone https://github.com/0ceanslim/pysource.git
cd pysource
Run the CLI
python cli.py
- Follow the prompts to enter your SQL Server credentials when prompted.
- Once completed, you're ready to proceed.
Contributing
If you'd like to contribute to this project:
- Fork the repository and create a new branch.
- Make your changes and commit them.
- Push to the branch and submit a pull request detailing your changes.
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.