You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,10 @@
4
4
5
5
[Spond](https://spond.com/welcome) is a team/group-oriented events system.
6
6
7
-
The unofficial Python [`spond` library package](https://github.com/Olen/Spond/) gets
7
+
The unofficial Python `spond` library package ([GitHub](https://github.com/Olen/Spond/), [PyPI](https://pypi.org/project/spond/)) gets
8
8
data from the Spond API and returns `dict` objects.
9
9
10
-
This unofficial Python `spond-classes` library package parses those `dict` objects to
11
-
create [Pydantic](https://docs.pydantic.dev/) class instances.
10
+
This unofficial Python `spond-classes` library package ([GitHub](https://github.com/elliot-100/Spond-classes), [PyPI](https://pypi.org/project/spond-classes/)) parses those `dict`s using [Pydantic](https://docs.pydantic.dev/) to create class instances.
12
11
13
12
Partial, read-only implementation.
14
13
@@ -25,6 +24,12 @@ poetry add spond-classes
25
24
Note that [`spond`](https://github.com/Olen/Spond/) is required for practical use, but not a technical dependency,
26
25
so needs to be installed separately.
27
26
27
+
> [!IMPORTANT]
28
+
> The project is `Spond-classes`; the PYPI package is `spond-classes` with a hyphen; the module name is `spond_classes` with an underscore.
29
+
>
30
+
> So it's `pip install spond-classes` but `import spond-classes`.
0 commit comments