Skip to content

Commit a564a83

Browse files
authored
Update README.md
1 parent f37b130 commit a564a83

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
[Spond](https://spond.com/welcome) is a team/group-oriented events system.
66

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
88
data from the Spond API and returns `dict` objects.
99

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.
1211

1312
Partial, read-only implementation.
1413

@@ -25,6 +24,12 @@ poetry add spond-classes
2524
Note that [`spond`](https://github.com/Olen/Spond/) is required for practical use, but not a technical dependency,
2625
so needs to be installed separately.
2726

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`.
31+
>
32+
> This may change.
2833
2934
## Example code
3035

0 commit comments

Comments
 (0)