Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbobm/shout

When declaring your working logs to school simply isn't enough.
https://github.com/tbobm/shout

cli python3 school

Last synced: 3 days ago
JSON representation

When declaring your working logs to school simply isn't enough.

Awesome Lists containing this project

README

        

# Shout

_When declaring your logs is not enough_

## Usage

```bash
shout -u TIC-DVC4 -p bomberman -s "9:00" -e "12:00 -d declaration.md
```

## Requirements

`shout` expects to have your credentials available as environment variables.
This _could_ change in the future, but it's just the way it is right now.

Please provide the following before attempting to use this utility:

- `ETNA_USER` - Your `login`
- `ETNA_PASS` - The password you use to log in the intranet

## Installation

```bash
pip install --upgrade etna-shout
```

## Example declaration

_Might get autogenerated or something in the future_

```markdown
Objectifs: Achieve something
Actions: Do something
Resultats: Something does foo
```

See [the example directory](./examples/)

## Notice

In case you'd consider this shady in any way, the entirety of the source code is available for you to read.

Etnawrapper: https://github.com/tbobm/etnawrapper

## Self-promotion

If you want to easily get a list for the `UV` and the `project` flags, etnawrapper allows you to get the list of the current activities by running:

```bash
# implies you propertly set your ETNA_* credentials
$ etna activities list
```