We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758cda2 commit 53a2c10Copy full SHA for 53a2c10
README.md
@@ -4,6 +4,8 @@ A Python library for interfacing with the [Motion](https://wwww.usemotion.com)
4
5
🧪 This library is still in development and is not yet ready for production use.
6
7
+[](https://pepy.tech/project/python-mope)
8
+
9
### Installation
10
11
```bash
@@ -63,4 +65,4 @@ motion.tasks.delete('task-id')
63
65
- [x] Initial implementation
64
66
- [x] Named arguments for all methods
67
- [ ] Async support
-- [x] Convert responses to Pydantic models
68
+- [x] Convert responses to Pydantic models
0 commit comments