Skip to content

hamishgibbs/fbutils_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbutils_py

GitHub Actions (Tests) codecov Lifecycle: experimental Code style: black

Utilities for managing Facebook Data For Good data. This project is currently focused on Tile Movement datasets.

Developed and tested in Python 3.8.

Installation

From a clone:

To develop this project locally, clone it onto your machine:

git clone https://github.com/hamishgibbs/fbutils_py.git

Enter the project directory:

cd fbutils_py

Install the package with:

pip install .

From GitHub:

To install the package directly from GitHub run:

pip install git+https://github.com/hamishgibbs/fbutils_py.git