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.
There are for now 2 installation method:
- using
pip(Recommended) - from source
Install in a python virtual environment launching
pip install freeports_analysisRequirements: You need to have the python
buildpackage. You can install it in your virtual environment withpip install build
- Clone the repository:
git clone https://github.com/tvp-freeports/analysis_finance_reports.gitcdinto the created directory
cd analysis_finance_reports- build the package
python -m build .- install local package
pip install .- enjoy
To start use the command provided with the library call
freeports -hto 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 fraTo have a complete overview of the package look at the full documentation.