Skip to content
forked from WebOfTrust/caxe

Credential Attribute XBRL Extraction

License

Notifications You must be signed in to change notification settings

provenant-dev/caxe

 
 

Repository files navigation

caxe

Credential Attribute XBRL Extraction

Development

Build from source

  • Setup virtual environment:
    python3 -m venv venv
  • Activate virtual environment:
    source venv/bin/activate
  • Install dependencies:
    pip install -r requirements.txt

Run CAXE api

  • Navigate to scripts directory:

    cd scripts
  • Need to source the file env.sh into your current shell to set the environment variables

    source ./env.sh;
  • Start caxe service

    ./start.sh

About

Credential Attribute XBRL Extraction

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Dockerfile 1.6%
  • Shell 1.4%