pySource/README.md

33 lines
1005 B
Markdown
Raw Normal View History

2023-12-08 17:14:36 +00:00
# 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:
```bash
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](https://www.apache.org/licenses/LICENSE-2.0) - see the [LICENSE](LICENSE) file for details.