# djagitit
A python package for the SME data community, by the community.

### Find out everything by visiting [The djagitit section of the Infamous Documentation on github pages](https://shiny-adventure-mzw2e8w.pages.github.io/djagitit/welcome/)
*Note: this link takes you to the version hosted on github pages.*

### Installing the package
#### Building locally
In your desired venv, install the package with the command:
`pip install git+https://<USERNAME>:<TOKEN>@github.com/SME-BUS/djagitit.git`
with your credentials. 
*Note: make sure to have your token authorized for SME-BUS before running the command.*

#### Install from the binary
Download the wheel of the latest release, and then install by the command:
`pip install djagitit --find-links <PATH_TO_DIST>`
where `<PATH_TO_DIST>` is the directory where you downloaded the whl-file.

### Environment variables
See the `sample.env` -file for the correct naming conventions for using the package.

*'Cause ain't no such things as halfway crooks...*
