python-motion


Namepython-motion JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2024-02-20 00:38:38
maintainer
docs_urlNone
authorLemuel Boyce
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Motion

A Python library for interfacing with the [Motion](https://wwww.usemotion.com)

### Installation

```bash
pip install python-motion
```

### Usage

```python
from motion import Motion

motion = Motion('your-api-key')

# Get Tasks
tasks = motion.tasks.list()
```


### Roadmap
- [x] Initial implementation
- [ ] Named arguments for all methods
- [ ] Async support
- [ ] Convert responses to Pydantic models

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-motion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Lemuel Boyce",
    "author_email": "lemuel@vokality.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/c7/7848483a3da58a01e4e11953b88e7940a6e56263d333fc380aa172e6e0c7/python_motion-0.1.0.tar.gz",
    "platform": null,
    "description": "# Python Motion\n\nA Python library for interfacing with the [Motion](https://wwww.usemotion.com)\n\n### Installation\n\n```bash\npip install python-motion\n```\n\n### Usage\n\n```python\nfrom motion import Motion\n\nmotion = Motion('your-api-key')\n\n# Get Tasks\ntasks = motion.tasks.list()\n```\n\n\n### Roadmap\n- [x] Initial implementation\n- [ ] Named arguments for all methods\n- [ ] Async support\n- [ ] Convert responses to Pydantic models\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b47b7bdded2a8c56361cd3c8436948569f6a00f633725766814eb88014ac79a",
                "md5": "689db4f334f7dcebf71c385b2f99fa5a",
                "sha256": "fdca1587ae50d74e33c4ef067674d16f55aa8dc6dacd22fd680df3c98dfad0b6"
            },
            "downloads": -1,
            "filename": "python_motion-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "689db4f334f7dcebf71c385b2f99fa5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 5032,
            "upload_time": "2024-02-20T00:38:37",
            "upload_time_iso_8601": "2024-02-20T00:38:37.950748Z",
            "url": "https://files.pythonhosted.org/packages/1b/47/b7bdded2a8c56361cd3c8436948569f6a00f633725766814eb88014ac79a/python_motion-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1c77848483a3da58a01e4e11953b88e7940a6e56263d333fc380aa172e6e0c7",
                "md5": "1052220f5d603445ee22161403eaae88",
                "sha256": "a706cbecfa9895a911e1c7321ba0e1e74907f14603f84eb5183de49c7e277bf7"
            },
            "downloads": -1,
            "filename": "python_motion-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1052220f5d603445ee22161403eaae88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 2592,
            "upload_time": "2024-02-20T00:38:38",
            "upload_time_iso_8601": "2024-02-20T00:38:38.859901Z",
            "url": "https://files.pythonhosted.org/packages/c1/c7/7848483a3da58a01e4e11953b88e7940a6e56263d333fc380aa172e6e0c7/python_motion-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 00:38:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-motion"
}
        
Elapsed time: 0.16883s