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.1.tar.gz
(5.4 kB
view details)
File details
Details for the file toggl-client-0.1.1.tar.gz.
File metadata
- Download URL: toggl-client-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a0e70d5efbf6616ece9cdde90ef613a66e8a6edcfd68e2449fa27315b352d11
|
|
| MD5 |
15f0d43d0c40fa04ce4d076a26aee8eb
|
|
| BLAKE2b-256 |
98cec3c5ec3e75413e7a2fb716d0e69733d412c963a14a35e6dbabfe9d540b57
|