Skip to content

Aquarius-Imaging/AquariusPythonScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Variables

This project uses .env files for setting environment variables during development. Follow these steps to configure your .env file:

  1. Copy .env.example to .env in the project root.
  2. Update the .env file with your settings for USERNAME and PASSWORD.

Never commit the .env file to the repository.

Aquarius DMS Interaction Scripts

License

A collection of Python scripts to interact with Aquarius DMS via the Aquarius Web API and local database configurations.

Table of Contents

Features

  • 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

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Installation

  1. Clone the Repository:

    git clone https://github.com/YOUR_USERNAME/aquarius-dms-scripts.git
  2. 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`
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Environment Variables:

    Copy .env.example to .env and fill in the required variables:

    cp .env.example .env

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For bugs, features, and questions, feel free to open an issue or contact the maintainer at sid@aquariusimaging.net

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages