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.0.tar.gz
(5.4 kB
view details)
File details
Details for the file toggl-client-0.1.0.tar.gz.
File metadata
- Download URL: toggl-client-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
997eb959ba8843cab26513b1a530185183c24f7eaee6f0e0af91cf9b91e73a04
|
|
| MD5 |
8112ef63dcc504f694a4e98f93a3a8ee
|
|
| BLAKE2b-256 |
c29e88bf8ed50d5a33901b0e0749485fd0bc0a90b3959b2d3b26df4d9f25e1e2
|