Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tbobm/shout
- Owner: tbobm
- License: apache-2.0
- Created: 2019-06-10T08:52:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T14:37:29.000Z (over 2 years ago)
- Last Synced: 2024-06-04T06:23:32.934Z (5 months ago)
- Topics: cli, python3, school
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```