Metadata-Version: 2.1
Name: vlab-bailer
Version: 0.1.0
Summary: 
Author: Nandan Rao
Author-email: nandanmarkrao@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: clize (>=5.0.2,<6.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
Description-Content-Type: text/markdown

# Vlab Bailer

This is a command line tool that allows Fly (Virtual Lab) users to push users into a new form manually, by reading from a CSV file.

The CSV file must have the following format:

| column name | column type |
|-------------|-------------|
| user        | string      |
| page        | string      |
| shortcode   | string      |

