blob: 7315013a2d855c56459ab56cb9be79abd4b39f08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# [generalresearch](https://git.generalresearch.com/generalresearch/) · [](./LICENSE)  
#### Use from other GRL repo
For future reference `@tag lets you specify a specific version/tag to check out`. It can be branch
name, commit hash, etc. https://pip.pypa.io/en/latest/reference/pip_install/#git
## Installation
```angular2html
sudo apt update
sudo apt install libpq-dev
pip install --force-reinstall psycopg[binary]
```
## Build Status
<table>
<tr>
<td><strong>Branches</strong></td>
<td><strong>Versions</strong></td>
</tr>
<tr>
<td>
<img src="https://cdn.generalresearch.com/buildStatus/icon?subject=master&job=py-utils%2Fmaster">
</td>
<td>
<a href="https://code.g-r-l.com/py-utils/~files/v2.2.0">
<img src="https://cdn.generalresearch.com/buildStatus/icon?subject=2.2.0&job=py-utils%2Fv2.2.0">
</a>
</td>
</tr>
<tr>
<td>
<img src="https://cdn.generalresearch.com/buildStatus/icon?subject=dev&job=py-utils%2Fdev">
</td>
<td>
<a href="https://code.g-r-l.com/py-utils/~files/v2.1.0">
<img src="https://cdn.generalresearch.com/buildStatus/icon?subject=2.1.0&job=py-utils%2Fv2.1.0">
</a>
</td>
</tr>
<tr>
<td></td>
<td>
<a href="https://code.g-r-l.com/py-utils/~files/v2.0.0">
<img src="https://cdn.generalresearch.com/buildStatus/icon?subject=2.0.0&job=py-utils%2Fv2.0.0">
</a>
</td>
</tr>
<tr>
<td></td>
<td>
<a href="https://code.g-r-l.com/py-utils/~files/v1.9.0">
<img src="https://cdn.generalresearch.com/buildStatus/icon?subject=1.9.0&job=py-utils%2Fv1.9.0">
</a>
</td>
</tr>
</table>
|