pySource/README.md
2023-12-08 12:14:36 -05:00

1005 B

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:

Copy code
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.