This is the friendly, step-by-step version of the README. If you'd rather skim a reference, the README has the full tool inventory and parameter docs. If you're starting from scratch and want to be ...
src/liljon/ ├── client.py # The main RobinhoodClient - THIS IS WHERE THE PARTY STARTS!! ├── cli.py # Full CLI tool for testing - COMMAND LINE CRUNK!! ├── __main__.py # Run it as a module, baby! ├── ...