Metadata-Version: 2.1
Name: dnd-firefly
Version: 0.1.0
Summary: Programatically drag-and-drop in IRSA Viewer tool via Upload feature
Home-page: https://github.com/ejoliet/firefly-vscode-extension.git
Author: Emmanuel Joliet
Author-email: ejoliet@caltech.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: attrs==24.2.0
Requires-Dist: backports.tarfile==1.2.0
Requires-Dist: build==1.2.2.post1
Requires-Dist: certifi==2024.8.30
Requires-Dist: charset-normalizer==3.4.0
Requires-Dist: docutils==0.21.2
Requires-Dist: h11==0.14.0
Requires-Dist: idna==3.10
Requires-Dist: importlib_metadata==8.5.0
Requires-Dist: jaraco.classes==3.4.0
Requires-Dist: jaraco.context==6.0.1
Requires-Dist: jaraco.functools==4.1.0
Requires-Dist: keyring==25.5.0
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: more-itertools==10.5.0
Requires-Dist: nh3==0.2.18
Requires-Dist: outcome==1.3.0.post0
Requires-Dist: packaging==24.2
Requires-Dist: pkginfo==1.10.0
Requires-Dist: Pygments==2.18.0
Requires-Dist: pyproject_hooks==1.2.0
Requires-Dist: PySocks==1.7.1
Requires-Dist: readme_renderer==44.0
Requires-Dist: requests==2.32.3
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: rfc3986==2.0.0
Requires-Dist: rich==13.9.4
Requires-Dist: selenium==4.24.0
Requires-Dist: sniffio==1.3.1
Requires-Dist: sortedcontainers==2.4.0
Requires-Dist: trio==0.26.2
Requires-Dist: trio-websocket==0.11.1
Requires-Dist: twine==5.1.1
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: urllib3==2.2.3
Requires-Dist: websocket-client==1.8.0
Requires-Dist: wsproto==1.2.0
Requires-Dist: zipp==3.21.0

# Drag-n-Drop files to Firefly programmatically

## Reqs

Make an environment, install deps:

```bash
pip install dist wheel selenium
```

## Build the Package:
Run the following command to build the package.

```bash
python setup.py sdist bdist_wheel
```
## Install the Package:

Install the package on macOS or Windows.
```bash
pip install dist/your_package-0.1-py3-none-any.whl
```

## Run

Example:

```bash
python firefly_demo/dnd_firefly.py ~/Downloads/WISE-allwise_p3as_psd-Cone_100asec.tbl
```
