squidy 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- squidy-1.0.0/LICENSE +21 -0
- squidy-1.0.0/PKG-INFO +192 -0
- squidy-1.0.0/README.md +163 -0
- squidy-1.0.0/pyproject.toml +34 -0
- squidy-1.0.0/setup.cfg +4 -0
- squidy-1.0.0/setup.py +42 -0
- squidy-1.0.0/squidy/__init__.py +6 -0
- squidy-1.0.0/squidy/__main__.py +7 -0
- squidy-1.0.0/squidy/agents/__init__.py +9 -0
- squidy-1.0.0/squidy/agents/configurator.py +315 -0
- squidy-1.0.0/squidy/agents/file_generator.py +421 -0
- squidy-1.0.0/squidy/core/__init__.py +22 -0
- squidy-1.0.0/squidy/core/exceptions.py +28 -0
- squidy-1.0.0/squidy/core/security.py +130 -0
- squidy-1.0.0/squidy/main.py +585 -0
- squidy-1.0.0/squidy/providers/__init__.py +11 -0
- squidy-1.0.0/squidy/providers/anthropic_provider.py +253 -0
- squidy-1.0.0/squidy/providers/base.py +120 -0
- squidy-1.0.0/squidy/providers/openai_provider.py +309 -0
- squidy-1.0.0/squidy/providers/openrouter_provider.py +244 -0
- squidy-1.0.0/squidy.egg-info/PKG-INFO +192 -0
- squidy-1.0.0/squidy.egg-info/SOURCES.txt +26 -0
- squidy-1.0.0/squidy.egg-info/dependency_links.txt +1 -0
- squidy-1.0.0/squidy.egg-info/entry_points.txt +2 -0
- squidy-1.0.0/squidy.egg-info/requires.txt +6 -0
- squidy-1.0.0/squidy.egg-info/top_level.txt +2 -0
- squidy-1.0.0/tests/__init__.py +0 -0
- squidy-1.0.0/tests/test_imports.py +65 -0
squidy-1.0.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Squidy
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
squidy-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: squidy
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Setup inteligente para projetos com Agentes de IA
|
|
5
|
+
Home-page: https://github.com/seomarc/squidy
|
|
6
|
+
Author: Squidy
|
|
7
|
+
Author-email: Squidy <contato@squidy.run>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Project-URL: Homepage, https://squidy.run
|
|
10
|
+
Project-URL: Repository, https://github.com/seomarc/squidy
|
|
11
|
+
Project-URL: Changelog, https://github.com/seomarc/squidy/blob/main/CHANGELOG.md
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Requires-Python: >=3.8
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Requires-Dist: rich>=13.7.0
|
|
20
|
+
Requires-Dist: requests>=2.31.0
|
|
21
|
+
Requires-Dist: openai>=1.10.0
|
|
22
|
+
Requires-Dist: anthropic>=0.18.0
|
|
23
|
+
Requires-Dist: jinja2>=3.1.3
|
|
24
|
+
Requires-Dist: cryptography>=42.0.0
|
|
25
|
+
Dynamic: author
|
|
26
|
+
Dynamic: home-page
|
|
27
|
+
Dynamic: license-file
|
|
28
|
+
Dynamic: requires-python
|
|
29
|
+
|
|
30
|
+
# 🦑 Squidy - Setup Inteligente para Projetos com Agentes de IA
|
|
31
|
+
|
|
32
|
+
<div align="center">
|
|
33
|
+
|
|
34
|
+
[](https://github.com/seomarc/squidy)
|
|
35
|
+
[](https://python.org)
|
|
36
|
+
[](LICENSE)
|
|
37
|
+
|
|
38
|
+
**Pare de perder contexto com seu Agente de IA. Configure projetos profissionais em 2 minutos.**
|
|
39
|
+
|
|
40
|
+
[Instalação](#instalação) • [Como funciona](#como-funciona) • [Documentação](https://squidy.run) • [Contribuir](#contribuir)
|
|
41
|
+
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
## 😤 O Problema que Resolvemos
|
|
45
|
+
|
|
46
|
+
Você usa **Claude**, **ChatGPT** ou **Cursor** para programar, mas:
|
|
47
|
+
|
|
48
|
+
- 🤯 **A IA esquece tudo** na próxima conversa (perda de contexto)
|
|
49
|
+
- 📝 **Você reescreve** os mesmos requisitos toda semana
|
|
50
|
+
- 🎨 **O agente fica "criativo"** e muda sua arquitetura sem avisar
|
|
51
|
+
- 📂 **Seu projeto vira bagunça** porque ninguém documenta nada
|
|
52
|
+
- ⏱️ **Gasta 30 min** configurando prompt antes de começar a codar
|
|
53
|
+
|
|
54
|
+
**O Squidy resolve isso em 2 minutos.**
|
|
55
|
+
|
|
56
|
+
## 🎯 O que é o Squidy?
|
|
57
|
+
|
|
58
|
+
O **Squidy** é um **instalador CLI** que cria automaticamente a estrutura de governança para seus projetos com Agentes de IA (Claude, GPT-4, Cursor, etc).
|
|
59
|
+
|
|
60
|
+
Em vez de você digitar 20 mensagens explicando seu projeto toda vez que abre o chat, o Squidy:
|
|
61
|
+
|
|
62
|
+
1. 🎤 **Entrevista você** com 5 perguntas inteligentes
|
|
63
|
+
2. 🧠 **Usa IA** para entender seu stack e regras
|
|
64
|
+
3. 📋 **Gera 9 arquivos de documentação** que seu agente DEVE ler antes de começar
|
|
65
|
+
4. 🔒 **Cria um "contrato"** entre você e a IA: regras, proibições, definição de pronto
|
|
66
|
+
|
|
67
|
+
**Resultado:** Sua IA nunca mais perde o contexto ou sai do escopo.
|
|
68
|
+
|
|
69
|
+
## 🚀 Instalação
|
|
70
|
+
|
|
71
|
+
> **Nota:** o Squidy ainda não está no PyPI. Use o método clone abaixo.
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
# 1. Clone o repositório
|
|
75
|
+
git clone https://github.com/seomarc/squidy.git
|
|
76
|
+
cd squidy
|
|
77
|
+
|
|
78
|
+
# 2. Crie e ative um ambiente virtual (recomendado)
|
|
79
|
+
python3 -m venv venv
|
|
80
|
+
source venv/bin/activate # Linux / macOS
|
|
81
|
+
# venv\Scripts\activate # Windows
|
|
82
|
+
|
|
83
|
+
# 3. Instale as dependências
|
|
84
|
+
pip install -r requirements.txt
|
|
85
|
+
|
|
86
|
+
# 4. Execute
|
|
87
|
+
python3 -m squidy
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
## 🎮 Como usar (2 minutos)
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
$ python3 -m squidy
|
|
94
|
+
|
|
95
|
+
1 🦑 Nova instalação com IA
|
|
96
|
+
2 📝 Instalação manual (offline)
|
|
97
|
+
|
|
98
|
+
› 1
|
|
99
|
+
|
|
100
|
+
🔑 Informe a API key (não aparece na tela)...
|
|
101
|
+
✓ Conectado ao OpenAI
|
|
102
|
+
|
|
103
|
+
🤖 Agente: Me conte sobre o projeto.
|
|
104
|
+
Você: API REST para delivery com Node e PostgreSQL
|
|
105
|
+
|
|
106
|
+
🤖 Agente: Qual método de autenticação?
|
|
107
|
+
Você: JWT
|
|
108
|
+
|
|
109
|
+
Caminho do projeto: /home/user/meu-projeto
|
|
110
|
+
|
|
111
|
+
🦑 9 arquivos gerados em /home/user/meu-projeto
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
**Abra `seu-projeto/doc/AGENT.md` e cole no Claude.**
|
|
115
|
+
Ele entenderá o contexto completo antes de escrever uma linha de código.
|
|
116
|
+
|
|
117
|
+
## ✨ Por que devs usam o Squidy?
|
|
118
|
+
|
|
119
|
+
| Sem Squidy | Com Squidy |
|
|
120
|
+
|------------|------------|
|
|
121
|
+
| IA esquece o projeto na próxima sessão | ✅ Contexto preservado entre conversas |
|
|
122
|
+
| Agente propõe soluções fora do escopo | ✅ Regras claras (o que pode/não pode fazer) |
|
|
123
|
+
| Você repete os mesmos requisitos | ✅ Documentação gerada automaticamente |
|
|
124
|
+
| Código sem padrão | ✅ Stack definida, convenções estabelecidas |
|
|
125
|
+
| Perde 30 min no setup | ✅ Pronto em 2 minutos |
|
|
126
|
+
|
|
127
|
+
## 🏗️ O que ele cria?
|
|
128
|
+
|
|
129
|
+
O Squidy gera uma estrutura de governança completa que obriga seu agente de IA a:
|
|
130
|
+
|
|
131
|
+
- 📖 **Ler o contexto** antes de qualquer ação (nunca mais esquece)
|
|
132
|
+
- 🚫 **Respeitar proibições** (ex: "Nunca use mock em produção")
|
|
133
|
+
- ✅ **Seguir Definition of Done** (critérios objetivos de pronto)
|
|
134
|
+
- 📝 **Documentar no diário** cada ação (rastreabilidade total)
|
|
135
|
+
|
|
136
|
+
**Os 9 arquivos gerados:**
|
|
137
|
+
|
|
138
|
+
```
|
|
139
|
+
seu-projeto/
|
|
140
|
+
├── diario/ # 📅 Log automático de decisões
|
|
141
|
+
└── doc/
|
|
142
|
+
├── AGENT.md # 🎯 Cole isso no Claude para começar
|
|
143
|
+
├── constituicao.md # ⚖️ Regras imutáveis (o que NUNCA fazer)
|
|
144
|
+
├── oraculo.md # 🧙 Decisões de arquitetura (ADRs)
|
|
145
|
+
├── politicas.md # 📋 Stack tecnológica e convenções
|
|
146
|
+
├── kanban.md # 📊 Gestão de tarefas (To Do → Done)
|
|
147
|
+
├── emergencia.md # 🚨 Registro de bloqueios críticos
|
|
148
|
+
├── indice-diario.md # 📑 Índice do histórico
|
|
149
|
+
└── contexto-sessao.md # 💾 Cache do estado atual
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
## 🔒 Segurança em primeiro lugar
|
|
153
|
+
|
|
154
|
+
- ✅ API keys são **inputadas com `getpass`** (não aparecem na tela)
|
|
155
|
+
- ✅ **Nunca salvas em disco** (apenas memória RAM)
|
|
156
|
+
- ✅ **Memória limpa automaticamente** após uso
|
|
157
|
+
- ✅ Modo **offline disponível** (funciona sem API key)
|
|
158
|
+
|
|
159
|
+
## 💻 Para quem é?
|
|
160
|
+
|
|
161
|
+
- 👨💻 **Devs que usam Claude/Cursor/GitHub Copilot** diariamente
|
|
162
|
+
- 🏗️ **Arquitetos** que precisam manter padrão em projetos complexos
|
|
163
|
+
- 🚀 **Vibe coders** que querem começar a codar em 2 minutos, não em 30
|
|
164
|
+
- 📚 **Equipes** que precisam de rastreabilidade de decisões de IA
|
|
165
|
+
|
|
166
|
+
## 🛠️ Desenvolvimento
|
|
167
|
+
|
|
168
|
+
```bash
|
|
169
|
+
git clone https://github.com/seomarc/squidy.git
|
|
170
|
+
cd squidy
|
|
171
|
+
python3 -m venv venv && source venv/bin/activate
|
|
172
|
+
pip install -r requirements.txt
|
|
173
|
+
|
|
174
|
+
# Rodar
|
|
175
|
+
python3 -m squidy
|
|
176
|
+
|
|
177
|
+
# Rodar testes de smoke
|
|
178
|
+
python3 run_tests.py
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
## 🤝 Contribuir
|
|
182
|
+
|
|
183
|
+
Issues e PRs são bem-vindos! Leia [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
184
|
+
|
|
185
|
+
## 📄 Licença
|
|
186
|
+
|
|
187
|
+
MIT License - livre para usar, modificar e distribuir.
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
**Feito com 🦑 para devs que cansaram de perder contexto com IA**
|
|
192
|
+
# squidy
|
squidy-1.0.0/README.md
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
# 🦑 Squidy - Setup Inteligente para Projetos com Agentes de IA
|
|
2
|
+
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
[](https://github.com/seomarc/squidy)
|
|
6
|
+
[](https://python.org)
|
|
7
|
+
[](LICENSE)
|
|
8
|
+
|
|
9
|
+
**Pare de perder contexto com seu Agente de IA. Configure projetos profissionais em 2 minutos.**
|
|
10
|
+
|
|
11
|
+
[Instalação](#instalação) • [Como funciona](#como-funciona) • [Documentação](https://squidy.run) • [Contribuir](#contribuir)
|
|
12
|
+
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
## 😤 O Problema que Resolvemos
|
|
16
|
+
|
|
17
|
+
Você usa **Claude**, **ChatGPT** ou **Cursor** para programar, mas:
|
|
18
|
+
|
|
19
|
+
- 🤯 **A IA esquece tudo** na próxima conversa (perda de contexto)
|
|
20
|
+
- 📝 **Você reescreve** os mesmos requisitos toda semana
|
|
21
|
+
- 🎨 **O agente fica "criativo"** e muda sua arquitetura sem avisar
|
|
22
|
+
- 📂 **Seu projeto vira bagunça** porque ninguém documenta nada
|
|
23
|
+
- ⏱️ **Gasta 30 min** configurando prompt antes de começar a codar
|
|
24
|
+
|
|
25
|
+
**O Squidy resolve isso em 2 minutos.**
|
|
26
|
+
|
|
27
|
+
## 🎯 O que é o Squidy?
|
|
28
|
+
|
|
29
|
+
O **Squidy** é um **instalador CLI** que cria automaticamente a estrutura de governança para seus projetos com Agentes de IA (Claude, GPT-4, Cursor, etc).
|
|
30
|
+
|
|
31
|
+
Em vez de você digitar 20 mensagens explicando seu projeto toda vez que abre o chat, o Squidy:
|
|
32
|
+
|
|
33
|
+
1. 🎤 **Entrevista você** com 5 perguntas inteligentes
|
|
34
|
+
2. 🧠 **Usa IA** para entender seu stack e regras
|
|
35
|
+
3. 📋 **Gera 9 arquivos de documentação** que seu agente DEVE ler antes de começar
|
|
36
|
+
4. 🔒 **Cria um "contrato"** entre você e a IA: regras, proibições, definição de pronto
|
|
37
|
+
|
|
38
|
+
**Resultado:** Sua IA nunca mais perde o contexto ou sai do escopo.
|
|
39
|
+
|
|
40
|
+
## 🚀 Instalação
|
|
41
|
+
|
|
42
|
+
> **Nota:** o Squidy ainda não está no PyPI. Use o método clone abaixo.
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# 1. Clone o repositório
|
|
46
|
+
git clone https://github.com/seomarc/squidy.git
|
|
47
|
+
cd squidy
|
|
48
|
+
|
|
49
|
+
# 2. Crie e ative um ambiente virtual (recomendado)
|
|
50
|
+
python3 -m venv venv
|
|
51
|
+
source venv/bin/activate # Linux / macOS
|
|
52
|
+
# venv\Scripts\activate # Windows
|
|
53
|
+
|
|
54
|
+
# 3. Instale as dependências
|
|
55
|
+
pip install -r requirements.txt
|
|
56
|
+
|
|
57
|
+
# 4. Execute
|
|
58
|
+
python3 -m squidy
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## 🎮 Como usar (2 minutos)
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
$ python3 -m squidy
|
|
65
|
+
|
|
66
|
+
1 🦑 Nova instalação com IA
|
|
67
|
+
2 📝 Instalação manual (offline)
|
|
68
|
+
|
|
69
|
+
› 1
|
|
70
|
+
|
|
71
|
+
🔑 Informe a API key (não aparece na tela)...
|
|
72
|
+
✓ Conectado ao OpenAI
|
|
73
|
+
|
|
74
|
+
🤖 Agente: Me conte sobre o projeto.
|
|
75
|
+
Você: API REST para delivery com Node e PostgreSQL
|
|
76
|
+
|
|
77
|
+
🤖 Agente: Qual método de autenticação?
|
|
78
|
+
Você: JWT
|
|
79
|
+
|
|
80
|
+
Caminho do projeto: /home/user/meu-projeto
|
|
81
|
+
|
|
82
|
+
🦑 9 arquivos gerados em /home/user/meu-projeto
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
**Abra `seu-projeto/doc/AGENT.md` e cole no Claude.**
|
|
86
|
+
Ele entenderá o contexto completo antes de escrever uma linha de código.
|
|
87
|
+
|
|
88
|
+
## ✨ Por que devs usam o Squidy?
|
|
89
|
+
|
|
90
|
+
| Sem Squidy | Com Squidy |
|
|
91
|
+
|------------|------------|
|
|
92
|
+
| IA esquece o projeto na próxima sessão | ✅ Contexto preservado entre conversas |
|
|
93
|
+
| Agente propõe soluções fora do escopo | ✅ Regras claras (o que pode/não pode fazer) |
|
|
94
|
+
| Você repete os mesmos requisitos | ✅ Documentação gerada automaticamente |
|
|
95
|
+
| Código sem padrão | ✅ Stack definida, convenções estabelecidas |
|
|
96
|
+
| Perde 30 min no setup | ✅ Pronto em 2 minutos |
|
|
97
|
+
|
|
98
|
+
## 🏗️ O que ele cria?
|
|
99
|
+
|
|
100
|
+
O Squidy gera uma estrutura de governança completa que obriga seu agente de IA a:
|
|
101
|
+
|
|
102
|
+
- 📖 **Ler o contexto** antes de qualquer ação (nunca mais esquece)
|
|
103
|
+
- 🚫 **Respeitar proibições** (ex: "Nunca use mock em produção")
|
|
104
|
+
- ✅ **Seguir Definition of Done** (critérios objetivos de pronto)
|
|
105
|
+
- 📝 **Documentar no diário** cada ação (rastreabilidade total)
|
|
106
|
+
|
|
107
|
+
**Os 9 arquivos gerados:**
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
seu-projeto/
|
|
111
|
+
├── diario/ # 📅 Log automático de decisões
|
|
112
|
+
└── doc/
|
|
113
|
+
├── AGENT.md # 🎯 Cole isso no Claude para começar
|
|
114
|
+
├── constituicao.md # ⚖️ Regras imutáveis (o que NUNCA fazer)
|
|
115
|
+
├── oraculo.md # 🧙 Decisões de arquitetura (ADRs)
|
|
116
|
+
├── politicas.md # 📋 Stack tecnológica e convenções
|
|
117
|
+
├── kanban.md # 📊 Gestão de tarefas (To Do → Done)
|
|
118
|
+
├── emergencia.md # 🚨 Registro de bloqueios críticos
|
|
119
|
+
├── indice-diario.md # 📑 Índice do histórico
|
|
120
|
+
└── contexto-sessao.md # 💾 Cache do estado atual
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
## 🔒 Segurança em primeiro lugar
|
|
124
|
+
|
|
125
|
+
- ✅ API keys são **inputadas com `getpass`** (não aparecem na tela)
|
|
126
|
+
- ✅ **Nunca salvas em disco** (apenas memória RAM)
|
|
127
|
+
- ✅ **Memória limpa automaticamente** após uso
|
|
128
|
+
- ✅ Modo **offline disponível** (funciona sem API key)
|
|
129
|
+
|
|
130
|
+
## 💻 Para quem é?
|
|
131
|
+
|
|
132
|
+
- 👨💻 **Devs que usam Claude/Cursor/GitHub Copilot** diariamente
|
|
133
|
+
- 🏗️ **Arquitetos** que precisam manter padrão em projetos complexos
|
|
134
|
+
- 🚀 **Vibe coders** que querem começar a codar em 2 minutos, não em 30
|
|
135
|
+
- 📚 **Equipes** que precisam de rastreabilidade de decisões de IA
|
|
136
|
+
|
|
137
|
+
## 🛠️ Desenvolvimento
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
git clone https://github.com/seomarc/squidy.git
|
|
141
|
+
cd squidy
|
|
142
|
+
python3 -m venv venv && source venv/bin/activate
|
|
143
|
+
pip install -r requirements.txt
|
|
144
|
+
|
|
145
|
+
# Rodar
|
|
146
|
+
python3 -m squidy
|
|
147
|
+
|
|
148
|
+
# Rodar testes de smoke
|
|
149
|
+
python3 run_tests.py
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
## 🤝 Contribuir
|
|
153
|
+
|
|
154
|
+
Issues e PRs são bem-vindos! Leia [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
155
|
+
|
|
156
|
+
## 📄 Licença
|
|
157
|
+
|
|
158
|
+
MIT License - livre para usar, modificar e distribuir.
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
**Feito com 🦑 para devs que cansaram de perder contexto com IA**
|
|
163
|
+
# squidy
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "squidy"
|
|
7
|
+
version = "1.0.0"
|
|
8
|
+
description = "Setup inteligente para projetos com Agentes de IA"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = "MIT"
|
|
11
|
+
authors = [{name = "Squidy", email = "contato@squidy.run"}]
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 4 - Beta",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Topic :: Software Development :: Build Tools",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
]
|
|
18
|
+
requires-python = ">=3.8"
|
|
19
|
+
dependencies = [
|
|
20
|
+
"rich>=13.7.0",
|
|
21
|
+
"requests>=2.31.0",
|
|
22
|
+
"openai>=1.10.0",
|
|
23
|
+
"anthropic>=0.18.0",
|
|
24
|
+
"jinja2>=3.1.3",
|
|
25
|
+
"cryptography>=42.0.0",
|
|
26
|
+
]
|
|
27
|
+
|
|
28
|
+
[project.scripts]
|
|
29
|
+
squidy = "squidy.main:main"
|
|
30
|
+
|
|
31
|
+
[project.urls]
|
|
32
|
+
Homepage = "https://squidy.run"
|
|
33
|
+
Repository = "https://github.com/seomarc/squidy"
|
|
34
|
+
Changelog = "https://github.com/seomarc/squidy/blob/main/CHANGELOG.md"
|
squidy-1.0.0/setup.cfg
ADDED
squidy-1.0.0/setup.py
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
4
|
+
long_description = fh.read()
|
|
5
|
+
|
|
6
|
+
setup(
|
|
7
|
+
name="squidy",
|
|
8
|
+
version="1.0.0",
|
|
9
|
+
author="Squidy",
|
|
10
|
+
author_email="contato@squidy.run",
|
|
11
|
+
description="Setup inteligente para projetos com Agentes de IA",
|
|
12
|
+
long_description=long_description,
|
|
13
|
+
long_description_content_type="text/markdown",
|
|
14
|
+
url="https://github.com/seomarc/squidy",
|
|
15
|
+
packages=find_packages(),
|
|
16
|
+
classifiers=[
|
|
17
|
+
"Development Status :: 4 - Beta",
|
|
18
|
+
"Intended Audience :: Developers",
|
|
19
|
+
"Topic :: Software Development :: Build Tools",
|
|
20
|
+
"License :: OSI Approved :: MIT License",
|
|
21
|
+
"Programming Language :: Python :: 3",
|
|
22
|
+
"Programming Language :: Python :: 3.8",
|
|
23
|
+
"Programming Language :: Python :: 3.9",
|
|
24
|
+
"Programming Language :: Python :: 3.10",
|
|
25
|
+
"Programming Language :: Python :: 3.11",
|
|
26
|
+
"Programming Language :: Python :: 3.12",
|
|
27
|
+
],
|
|
28
|
+
python_requires=">=3.8",
|
|
29
|
+
install_requires=[
|
|
30
|
+
"rich>=13.7.0",
|
|
31
|
+
"requests>=2.31.0",
|
|
32
|
+
"openai>=1.10.0",
|
|
33
|
+
"anthropic>=0.18.0",
|
|
34
|
+
"jinja2>=3.1.3",
|
|
35
|
+
"cryptography>=42.0.0",
|
|
36
|
+
],
|
|
37
|
+
entry_points={
|
|
38
|
+
"console_scripts": [
|
|
39
|
+
"squidy=squidy.main:main",
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
)
|