| Name | acex JSON |
| Version |
3.0.3
JSON |
| download |
| home_page | None |
| Summary | ACE-X Backend - Core automation engine and API |
| upload_time | 2025-11-05 21:26:04 |
| maintainer | None |
| docs_url | None |
| author | Johan Lahti |
| requires_python | <4.0,>=3.13 |
| license | AGPL-3.0 |
| keywords |
automation
control
api
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# ACE-X Backend
Core automation engine and API for the ACE-X ecosystem.
## Installation
```bash
pip install acex
```
## Development
```bash
cd backend
poetry install
poetry run pytest
```
## Usage
```python
from acex.core import AutomationEngine
# Your code here
```
## Features
- Core automation engine
- REST API
- Event handling
- Plugin system
## Documentation
See the [main documentation](../README.md) for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "acex",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.13",
"maintainer_email": null,
"keywords": "automation, control, api",
"author": "Johan Lahti",
"author_email": "johan.lahti@acebit.se",
"download_url": "https://files.pythonhosted.org/packages/13/d4/19ef4c221ee38caa51c4e371bd94ecda2a167fd6ab7f15b62ba6f7560f3c/acex-3.0.3.tar.gz",
"platform": null,
"description": "# ACE-X Backend\n\nCore automation engine and API for the ACE-X ecosystem.\n\n## Installation\n\n```bash\npip install acex\n```\n\n## Development\n\n```bash\ncd backend\npoetry install\npoetry run pytest\n```\n\n## Usage\n\n```python\nfrom acex.core import AutomationEngine\n\n# Your code here\n```\n\n## Features\n\n- Core automation engine\n- REST API\n- Event handling\n- Plugin system\n\n## Documentation\n\nSee the [main documentation](../README.md) for more information.\n\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "ACE-X Backend - Core automation engine and API",
"version": "3.0.3",
"project_urls": {
"Homepage": "https://github.com/acex-labs/acex",
"Repository": "https://github.com/acex-labs/acex"
},
"split_keywords": [
"automation",
" control",
" api"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7720ca9af13b2ee58e7cba31a0396a45215da1ed4189d69d6cc330165cc4c97f",
"md5": "2565321f7a8925e6671ca09d5c597660",
"sha256": "f076763047c00492fe7a2dee4f5f9d724e618798be268039d4c30cd60cd9850c"
},
"downloads": -1,
"filename": "acex-3.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2565321f7a8925e6671ca09d5c597660",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.13",
"size": 60119,
"upload_time": "2025-11-05T21:26:02",
"upload_time_iso_8601": "2025-11-05T21:26:02.753329Z",
"url": "https://files.pythonhosted.org/packages/77/20/ca9af13b2ee58e7cba31a0396a45215da1ed4189d69d6cc330165cc4c97f/acex-3.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "13d419ef4c221ee38caa51c4e371bd94ecda2a167fd6ab7f15b62ba6f7560f3c",
"md5": "ba2c7336815d353cf8226c5b733079d0",
"sha256": "67013b5df25014df8ad7bb85c1f9cd85eaebe61a822eef002aa4cb568eef546a"
},
"downloads": -1,
"filename": "acex-3.0.3.tar.gz",
"has_sig": false,
"md5_digest": "ba2c7336815d353cf8226c5b733079d0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.13",
"size": 31416,
"upload_time": "2025-11-05T21:26:04",
"upload_time_iso_8601": "2025-11-05T21:26:04.368588Z",
"url": "https://files.pythonhosted.org/packages/13/d4/19ef4c221ee38caa51c4e371bd94ecda2a167fd6ab7f15b62ba6f7560f3c/acex-3.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-05 21:26:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "acex-labs",
"github_project": "acex",
"github_not_found": true,
"lcname": "acex"
}