Utilities for the program organization of conferences using Pretalx
Project description
Pytanis
Pytanis provides useful tools for conferences using Pretalx to handle the call for papers and creating a program!
CI/CD | |
Package | |
Details |
Trivia: The name Pytanis is a reference to Prytanis using the typical py prefix of Python tools. Prytanis was the name given to the leading members of the government of a city (polis) in ancient Greece. Offices that used this title usually had responsibility for presiding over councils of some kind, which met in the Prytaneion.
This is alpha version! It might break sometimes!
Features
- simple configuration management with a config folder in your home directory, just like many other tools do
- easily access Google Sheets, potentially filled by some Google Forms, and download it as DataFrame
- easy to use Pretalx client that return proper Python objects thanks to the power of pydantic
- simple HelpDesk client for batch mails, e.g. to your reviewers
- tools to assign proposals to reviewers based on constraints like preferences
- tools to support the final selection process of proposals
- tools to support the creation of the final program schedule
- awesome documentation with best practices for the program committee of any community conference
Getting started
To install Pytanis simple run:
pip install pytanis
and then create a file ~/.pytanis/config.toml
with the content:
[Pretalx]
api_token = "932ndsf9uk32nf9sdkn3454532nj32jn"
[Google]
client_secret_json = "client_secret.json"
token_json = "token.json"
[HelpDesk]
account = "934jcjkdf-39df-9df-93kf-934jfhuuij39fd"
entity_id = "email@host.com"
token = "dal:Sx4id934C3Y-X934jldjdfjk"
where you need to replace the dummy values in the sections [Pretalx]
and [HelpDesk]
accordingly.
Retrieving the credentials and token
- Google: Follow the Python Quickstart for the Google API to generate and download the file
client_secret.json
. Move it to the~/.pytanis
folder asclient_secret.json
. The filetoken.json
will be automatically generated later. Note thatconfig.toml
references those two files relative to its own location. - Pretalx: The API token for the Pretalx API can be found in your user settings.
- HelpDesk: Use the same (shared) email you use to log into HelpDesk/LiveChat to create the token following this video. In case there is any trouble with livechat, contact a helpdesk admin.
Development
This section is only relevant if you want to contribute to Pytanis itself. Your help is highly appreciated!
After having cloned this repository:
- install hatch globally, e.g.
pipx install hatch
, - create the default environment with
hatch env create
, - activate the default environment with
hatch shell
, - [only once] run
pre-commit install
to install pre-commit,
and then you are already set up to start hacking. Use hatch run test:cov
or hatch run test:no-cov
to run
the unitest with or without coverage reports, respectively.
Documentation
The documentation is made with Material for MkDocs and is hosted by GitHub Pages. Your help to extend the documentation, especially in the context of using Pytanis for community conferences like PyConDE, EuroPython, etc. is highly appreciated.
License
Pytanis is distributed under the terms of the MIT license.
Credits
To start this project off a lot of inspiration and code was taken from Alexander Hendorf and Matthias Hofmann.
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
Built Distribution
File details
Details for the file pytanis-0.1.tar.gz
.
File metadata
- Download URL: pytanis-0.1.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | faa62dbe83c9c1f5d5e99cb14373c39c7636c1c53f3b17c254162a301164121f |
|
MD5 | 74434e2a2d90b912d991e7dca2cfa1e1 |
|
BLAKE2b-256 | b2d861771d86c3290dc24757b726fdf9aa9a29277b2383853957a39567a3407b |
File details
Details for the file pytanis-0.1-py3-none-any.whl
.
File metadata
- Download URL: pytanis-0.1-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b8b23766e2124d4c3cf442ab81c2cfc05c6e93f7f0c38205ed56d72ba488b0e |
|
MD5 | a4a2d52a600377c20578bdb1f0c218a7 |
|
BLAKE2b-256 | 7fb09c644138293a323f666306c95013c65975033e28d189b344874075770459 |