-
Notifications
You must be signed in to change notification settings - Fork 8
/
empresas.html
67 lines (66 loc) · 2.05 KB
/
empresas.html
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
62
63
64
65
66
67
---
layout: default
title: Empresas | GruPy Blumenau
description: Empresas que utilizam Python na cidade de Blumenau - SC.
comments: true
---
<div class="section-title">
<h1><span>Empresas</span></h1>
</div>
<div class="row">
<div class="col-md-12">
<p>Estas são as empresas que utilizam Python na cidade de Blumenau - SC.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<table class="table table-striped">
<thead>
<tr>
<th>Empresa</th>
<th>Site</th>
<th>Contato</th>
<th>Frameworks</th>
</tr>
</thead>
<tbody>
<tr>
<td>era6</td>
<td>https://www.linkedin.com/company/era6/</td>
<td><a href="mailto:[email protected]" target="_top">[email protected]</a></td>
<td>flask, SQLAlchemy, marshmallow, alembic, inject, flasgger, blinker, pytest</td>
</tr>
<tr>
<td>HBSIS Tecnologia da informação e serviços</td>
<td>http://www.hbsis.com.br/</td>
<td>-</td>
<td>Flask, FastApi</td>
</tr>
<tr>
<td>WorkDB Tecnologia</td>
<td><a href="http://www.workdb.com.br/">http://www.workdb.com.br/</a></td>
<td>[email protected]</td>
<td>Flask, Django</td>
</tr>
<tr>
<td>ProWay</td>
<td><a href="https://www.proway.com.br" target="_top">https://www.proway.com.br</a></td>
<td><a href="mailto:[email protected]" target="_top">[email protected]</a></td>
<td>-</td>
</tr>
<tr>
<td>Linx</td>
<td><a href="https://www.linx.com.br" target="_top">https://www.linx.com.br</a></td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Datainfo Soluções em TI</td>
<td><a href="https://datainfo.gupy.io" target="_top">https://datainfo.gupy.io</a></td>
<td>[email protected]</td>
<td>Python, react e Javascript</td>
</tr>
</tbody>
</table>
</div>
</div>