Metadata-Version: 2.1
Name: globus-batch-transfer
Version: 0.2.0
Summary: Tool to automate file transfer between globus endpoints. Moves data in source directory to destination, and deletes source after successful transfer.
License: GPL-3.0 license
Author: Adnan Hafeez
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (==6.0.1)
Requires-Dist: globus-automate-client (==0.17.1)
Requires-Dist: globus-sdk (==3.16.0)
Description-Content-Type: text/markdown

# Globus Batch Transfer
### Requirements
  * Python >= 3.9
  * Poetry
### Install
    $ pip install globus-batch-transfer
    $ pip install --upgrade globus-batch-transfer
    $ pip uninstall globus-batch-transfer
### Install From Source
    1. $ git clone https://github.com/adnanzaih/globus-batch-transfer.git ; cd globus_batch_transfer/
    2. $ poetry install
### Build Wheel / Dist From Source
    1. $ git clone https://github.com/adnanzaih/globus-batch-transfer.git ; cd globus_batch_transfer/
    2. $ poetry build
### Execution
    1. $ poetry shell 
    1.2 Or activate virtual environment where globus_batch_transfer is installed.
    2. $ python -m globus_batch_transfer "/path/to/config.yaml/"

