A command Line Interface (CLI) written in python to interact with Alpine ITWs iSource Inventory management SQL Server.
Go to file
0ceanSlim ddeaf90750 clarify databse selection 2023-12-08 14:58:33 -05:00
src use the command line to select active database, small changes to output and help scripts, listTableData added 2023-12-08 14:56:01 -05:00
.gitignore first commit 2023-12-08 12:14:36 -05:00
LICENSE first commit 2023-12-08 12:14:36 -05:00
README.md fix readme 2023-12-08 12:18:24 -05:00
cli.py clarify databse selection 2023-12-08 14:58:33 -05:00
requirements.txt first commit 2023-12-08 12:14:36 -05:00

README.md

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:

  1. Fork the repository and create a new branch.
  2. Make your changes and commit them.
  3. 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.