Installation
Basic Installation
To install the basic package:
pip install datamule
Installation with Additional Features
To install with specific features:
pip install datamule[filing_viewer] # Install with filing viewer module
pip install datamule[mulebot] # Install with MuleBot
pip install datamule[all] # Install all extras
Available Extras
filing_viewer
: Includes dependencies for the filing viewer modulemulebot
: Includes MuleBot for interacting with SEC datamulebot_server
: Includes Flask server for running MuleBotall
: Installs all available extras