issues
search
Olen
/
Spond
GNU General Public License v3.0
45
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update version to 1.1.0
#167
elliot-100
closed
6 days ago
0
New release?
#166
elliot-100
closed
5 days ago
3
Add include_hidden parameter to `Spond.get_events()`
#165
Yannis-G
opened
2 weeks ago
1
`Spond.get_events()` does not return hidden events.
#164
Yannis-G
opened
2 weeks ago
1
Mark members as non-public and move public AuthenticationError
#163
elliot-100
closed
4 weeks ago
0
Propose marking members as non-public and moving public `AuthenticationError`
#162
elliot-100
closed
4 weeks ago
1
Fix: Spond.update_events(uid...) will modify or overwrite another event, if no event matching uid exists bug
#161
elliot-100
closed
1 month ago
0
`Spond.update_events(uid...)` will modify or overwrite another event, if no event matching uid exists
#160
elliot-100
closed
1 month ago
1
Refactors
#159
elliot-100
closed
3 weeks ago
0
Fix: attendance.py example script exits with error if --from or --to params are used
#158
elliot-100
closed
1 month ago
0
`attendance.py` example script exits with error if `--from` or `--to` params are used
#157
elliot-100
closed
1 month ago
0
Add support for Python 3.13, drop support for Python 3.8
#156
elliot-100
closed
1 month ago
2
Sanitize filenames and handle member issues in `attendance.py` example script
#155
alsp80
closed
1 month ago
4
Fixes: NameError: name 'JSONDict' is not defined
#154
elliot-100
closed
2 months ago
0
`manual_test_functions.py` fails with `NameError: name 'JSONDict' is not defined`
#153
elliot-100
closed
2 months ago
0
Use `ruff` instead of `isort` and `black`
#152
elliot-100
opened
2 months ago
0
Correct documentation and type hints where functions may return None
#151
elliot-100
closed
2 months ago
0
build(deps-dev): update pytest-asyncio requirement from ^0.23.6 to >=0.23.6,<0.25.0
#150
dependabot[bot]
opened
3 months ago
0
feat: replace `isort` and `black` for import sorting + formatting, re…
#149
elliot-100
closed
3 months ago
0
Docs: fix documentation and type hints where functions may return `None`
#148
elliot-100
closed
3 months ago
0
Correct documentation and type hints where functions may return `None`
#147
elliot-100
closed
2 months ago
2
`Spond.get_messages`: add `max_chats` parameter (default 100) and populate `Spond.messages`.
#146
elliot-100
closed
3 months ago
2
`Spond.get_messages()` doesn't populate `Spond.messages`
#145
elliot-100
closed
3 months ago
0
Allow `Spond.get_messages` to get more than 10 messages.
#144
elliot-100
closed
3 months ago
0
Refactor: extract duplicated code and reorder tests
#143
elliot-100
closed
3 months ago
1
Tech debt and refactors
#142
elliot-100
closed
1 month ago
1
README.md implies v0.99 is current
#141
elliot-100
closed
5 months ago
1
Add type hints for `Spond` and `SpondClub` `__init__()` methods.
#140
elliot-100
closed
5 months ago
2
Add type hints to `Spond` and `SpondClub` `__init__()` methods
#139
elliot-100
closed
5 months ago
0
`Spond.get_event()` doesn't return 'scheduled' events, i.e. where invites are set to send in the future.
#138
elliot-100
opened
5 months ago
0
`Spond.get_event()` may not return an event if more than 100 events are available
#137
elliot-100
opened
5 months ago
0
`Spond.get_event()` and `Spond.get_group()` fail with unexpected `TypeError` if no events/groups are available
#136
elliot-100
opened
5 months ago
1
Changed: raise `KeyError` instead of `IndexError` for all failed lookup methods
#135
elliot-100
closed
5 months ago
4
Fix `update_events` for nonexistent IDs and support creation of new events
#134
dhomeier
opened
5 months ago
6
Release 1.0.0! [was: New release please!]
#133
elliot-100
closed
2 months ago
4
fix: docstrings in spond.send_message() are incorrect for optional params
#132
elliot-100
closed
5 months ago
0
Docstrings in `spond.send_message()` are incorrect for optional params `user`, `group_uid`, `chat_id`
#131
elliot-100
closed
5 months ago
0
More event recipients returned than are shown in web/app interface
#130
elliot-100
closed
5 months ago
1
fix: `datetime.datetime` imported twice in `spond.py`
#129
elliot-100
closed
5 months ago
0
fix: Type annotation issue in `_SpondBase.require_authentication()`
#128
elliot-100
closed
5 months ago
0
`datetime.datetime` imported twice in `spond.py`
#127
elliot-100
closed
5 months ago
1
fix: inconsistent docstring headings confuse type annotation checking tools
#126
elliot-100
closed
5 months ago
0
Minor: inconsistent docstring headings confuse type annotation checking tools
#125
elliot-100
closed
5 months ago
0
Type annotation issue in `_SpondBase.require_authentication()`
#124
elliot-100
closed
5 months ago
0
feat: add type annotations for function args and returns in `spond\`, where they are unambiguous and don't conflict with docstrings
#123
elliot-100
closed
5 months ago
1
Fix: `ical.py` doesn't parse events without "description" field
#122
dhomeier
closed
5 months ago
1
`Spond.get_events()` and `Spond.get_groups()` may return `None`, but this is not documented correctly/not handled elsewhere
#121
elliot-100
closed
5 months ago
2
Add type annotations
#120
elliot-100
closed
5 months ago
2
`ical.py` doesn't parse events without "description" field
#119
dhomeier
closed
5 months ago
1
DEV: replace `isort .` and `black .` for import sorting + formatting, replicating current behaviour, including CI
#118
elliot-100
closed
5 months ago
1
Next