Skip to content

FabiLochner/analysis_finance_reports

 
 

Freeports logo

Finance reports analysis (Freeports)

This project is intended parse finance pdf reports and create CSV dataset. The purpose of the project and related infos can be found at the official website.

Installation

There are for now 2 installation method:

  • using pip (Recommended)
  • from source

Using pip

Install in a python virtual environment launching

pip install freeports_analysis

From source

Requirements: You need to have the python build package. You can install it in your virtual environment with pip install build

  1. Clone the repository:
git clone https://github.com/tvp-freeports/analysis_finance_reports.git
  1. cd into the created directory
cd analysis_finance_reports
  1. build the package
python -m build .
  1. install local package
pip install .
  1. enjoy

Quickstart

To start use the command provided with the library call

freeports -h

to see the options. All the option can be provided as environment variables. If you want to use freeports as a python library write in you code

import freeports_analysis as fra

Usage

To have a complete overview of the package look at the full documentation.

About

Parse finance pdf reports and create CSV dataset.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 97.7%
  • Shell 1.7%
  • Jupyter Notebook 0.6%