Cliente para a toggl API
Project description
Toggle API Client
=======================
Um cliente simples para algumas funcionalidades básicas da api da [TOGGL](https://toggl.com)
#### Configuração inicial
Para o cliente funcionar ele precisa da sua token de acesso, que você encontra nessa [URL](https://toggl.com/app/profile)
***TODO - IMAGEM DO SITE***
Com a token em mãos digita no terminal:
```
$: tgc --config
```
#### Exemplo
Iniciar uma nova tarefa sem nome:
```
$: tgc
```
Iniciar uma nova tarefa com nome:
```
$: tgc 'nome da tarefa'
```
Iniciar uma nova tarefa com a branch ativa como nome:
```
$: tgc --branch
```
Iniciar uma nova tarefa com tags:
```
$: tgc --tags 'novatag' 'tagtoog'
```
Finalizar uma tarefa:
```
$: tgc --finalizar
$: tgc --f
```
#### TODO
- [x] Iniciar tarefa
- [x] Finalizar tarefa
- [x] Tarefa com nome
- [x] Branch ativa
- [x] tags
- [ ] tests
- [ ] Cache(Diminuir alguns requests e aumentar o desempenho)
* Foi implementado de algumas funcionalidades
- [x] Arquivo de configuração em pasta do sistema
- [x] SETUP
- [x] PIP install
=======================
Um cliente simples para algumas funcionalidades básicas da api da [TOGGL](https://toggl.com)
#### Configuração inicial
Para o cliente funcionar ele precisa da sua token de acesso, que você encontra nessa [URL](https://toggl.com/app/profile)
***TODO - IMAGEM DO SITE***
Com a token em mãos digita no terminal:
```
$: tgc --config
```
#### Exemplo
Iniciar uma nova tarefa sem nome:
```
$: tgc
```
Iniciar uma nova tarefa com nome:
```
$: tgc 'nome da tarefa'
```
Iniciar uma nova tarefa com a branch ativa como nome:
```
$: tgc --branch
```
Iniciar uma nova tarefa com tags:
```
$: tgc --tags 'novatag' 'tagtoog'
```
Finalizar uma tarefa:
```
$: tgc --finalizar
$: tgc --f
```
#### TODO
- [x] Iniciar tarefa
- [x] Finalizar tarefa
- [x] Tarefa com nome
- [x] Branch ativa
- [x] tags
- [ ] tests
- [ ] Cache(Diminuir alguns requests e aumentar o desempenho)
* Foi implementado de algumas funcionalidades
- [x] Arquivo de configuração em pasta do sistema
- [x] SETUP
- [x] PIP install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
toggl-client-0.1.2.tar.gz
(5.4 kB
view details)
File details
Details for the file toggl-client-0.1.2.tar.gz.
File metadata
- Download URL: toggl-client-0.1.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb61592028823108dbe24a05087b395709ed8b154192327b81b12c8d6cad2b09
|
|
| MD5 |
f73129bf79972d0b46aec88d2c4149a6
|
|
| BLAKE2b-256 |
c7d229b4a4f4bce4eac2155dbcfd2645e99ead0d4f6537352f7ebd4357f71545
|