We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
User-level installation
$ pip3 install --user fbjson2table
System-level installation
$ sudo pip3 install fbjson2table
Clone this repository
$ git clone https://github.com/numbersprotocol/fb-json2table.git
Export PYTHONPATH
$ export PYTHONPATH=$PWD/fb-json2table/:$PYTHONPATH
or you may use virtualenv to keep the dev environment clean
virtualenv
$ git clone https://github.com/numbersprotocol/fb-json2table.git $ pip3 install virtualenv $ virtualenv -p python3 env $ source env/bin/activate $ (env) python3 setup.py bdist_wheel $ (env) pip3 install dist/fbjson2table-1.0.0-py3-none-any.whl # if you want to run example/examply.py $ (env) pip3 install tabulate
Installation
Hello World and More
Design Concepts
Deal with changing format
Flattened Json
Explaining Terms
back to home