System for asynchronous meetings e.g. standup
Project description
System for asynchronous meetings e.g. standup
Installation
Install via pip:
pip install helga-meet
And add to settings!
Usage
Note: Every time you restart helga with preexisting meetings, you must use the meet command to initialize the scheduler! It can be a dummy command like !meet foobar that isn’t recognized, as long as it hits the meet plugin.
Schedule a daily standup at 3pm Mon-Fri, saying in room #general: “PSA @all”:
!meet schedule standup "#general" "PSA @all" "hour 15 day_of_week 0-4"
The above final argument is a cron formatted group of kwargs.
Adds a status entry for the day for the user. Nick and time saved along with status:
!meet status standup made widget1, started on widget2. will finish widget2, and no blockers
Then, we can query for digests of certain date ranges. The start and end date ranges should be quoted, and are kwargs of datetime:
!meet digest standup "year 2016 month 12 day 1" "year 2016 month 12 day 30"
To get a list of all current meetups:
!meet dump
To remove a particular meetup (assuming you are an OPERATOR):
!meet remove test1
And if you want to remove all associated status update along with the meetup:
!meet remove test1 entries
Development
Install all the testing requirements:
pip install -r requirements_test.txt
Run tox to ensure everything works:
make test
You may also invoke tox directly if you wish.
Release
To publish your plugin to pypi, sdist and wheels are (registered,) created and uploaded with:
make release
License
Copyright (c) 2016 Jon Robison
See LICENSE for details
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file helga-meet-1.1.1.tar.gz
.
File metadata
- Download URL: helga-meet-1.1.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89c772d22f59aa06ad062aadefb5fd1b4e2c0923741eb138551be07e931889e2 |
|
MD5 | bd4a9025ca248d3ea544c65ccd210116 |
|
BLAKE2b-256 | 5d1ec8b3fd8d19e11e425b4d6fd2c14ecc7635c3f8a9a117d5a0187297c06e6f |
File details
Details for the file helga_meet-1.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: helga_meet-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62da0e23b4c1d31b9e5b884c03d4dedca1ea74e2876703afcc9b2abe1c76e0ab |
|
MD5 | 3a0315973b0a375c664f31ec50b46532 |
|
BLAKE2b-256 | 60b0ee3674adbd1c599f696191b5de87d7f240e36fa4f7fe2d399097b768a6c9 |