This project uses .env
files for setting environment variables during development. Follow these steps to configure your .env
file:
- Copy
.env.example
to.env
in the project root. - Update the
.env
file with your settings forUSERNAME
andPASSWORD
.
Never commit the .env
file to the repository.
A collection of Python scripts to interact with Aquarius DMS via the Aquarius Web API and local database configurations.
- Retrieve data from Aquarius DMS via Web API
- Manipulate and analyze data locally
- Insert modified data back into Aquarius DMS
- Utilize local database configurations for advanced queries
- Python 3.x
- pip (Python package installer)
-
Clone the Repository:
git clone https://github.com/YOUR_USERNAME/aquarius-dms-scripts.git
-
Navigate to the project directory and create a virtual environment:
cd aquarius-dms-scripts python -m venv venv
Activate the virtual environment:
source venv/bin/activate # For Windows, use `venv\Scripts\activate`
-
Install Dependencies:
pip install -r requirements.txt
-
Environment Variables:
Copy
.env.example
to.env
and fill in the required variables:cp .env.example .env
This project is licensed under the MIT License. See the LICENSE file for details.
For bugs, features, and questions, feel free to open an issue or contact the maintainer at sid@aquariusimaging.net