Metadata-Version: 2.3
Name: ecsapi
Version: 0.3.0
Summary: A simple SDK for manage Seeweb ecs api
License: This is free and unencumbered software released into the public domain.
         
         Anyone is free to copy, modify, publish, use, compile, sell, or
         distribute this software, either in source code form or as a compiled
         binary, for any purpose, commercial or non-commercial, and by any
         means.
         
         In jurisdictions that recognize copyright laws, the author or authors
         of this software dedicate any and all copyright interest in the
         software to the public domain. We make this dedication for the benefit
         of the public at large and to the detriment of our heirs and
         successors. We intend this dedication to be an overt act of
         relinquishment in perpetuity of all present and future rights to this
         software under copyright law.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
         IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
         OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
         ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
         OTHER DEALINGS IN THE SOFTWARE.
         
         For more information, please refer to <https://unlicense.org>
Author: Alex Massaroni
Author-email: alex.m@seeweb.it
Maintainer: Alex Massaroni
Maintainer-email: alex.m@seeweb.it
Requires-Python: >=3.9,<4.0
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic (>=2.11.7,<3.0.0)
Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Project-URL: Homepage, https://github.com/rh363/ecsapi_client
Project-URL: Issues, https://github.com/rh363/ecsapi_client/issues
Description-Content-Type: text/markdown

# ecsapi_client
A simple SDK for manage Seeweb ecs api
## Current Status
[![Python CICD](https://github.com/rh363/ecsapi_client/actions/workflows/python-cicd.yml/badge.svg)](https://github.com/rh363/ecsapi_client/actions/workflows/python-cicd.yml)
## Required for production

- [X] Manage server fetch
- [X] Manage server creation
- [X] Manage server update
- [X] Manage server deletion
- [X] Manage server status fetch
- [X] Manage template fetch
- [X] Manage template creation
- [X] Manage template update
- [X] Manage template deletion
- [X] Manage base image fetch
- [X] Manage cloudimage fetch
- [X] Manage fetch actions
- [X] Manage watch actions
- [X] Manage server actions (turn_on,turn_off,rollback)
- [X] Manage plan fetch
- [X] Manage plan available fetch
- [X] Manage check if a plan can be created
- [X] Manage region fetch
- [X] Manage region available fetch
- [X] Manage script fetch
- [X] Manage script creation
- [X] Manage script update
- [X] Manage script deletion
- [X] Manage create ssh key
- [X] Manage list ssh key
- [X] Manage get ssh key
- [ ] Manage fetch discount record for server
- [ ] Manage add discount record for server
- [ ] Manage fetch user info
- [ ] Manage fetch support for server
- [ ] Manage add support for server
- [ ] Manage remove support for server
- [ ] Manage create snapshot for server
- [ ] Manage update snapshot for server
- [ ] Manage delete snapshot for server
- [ ] Manage create group
- [ ] Manage delete group
- [ ] Manage create network
- [ ] Manage update network
- [ ] Manage delete network
- [ ] Manage add vlan
- [ ] Manage update vlan
- [ ] Manage delete vlan
- [ ] Manage server metrics
- [ ] Manage get server isolations
- [ ] Manage create apitoken
- [ ] Manage update apitoken
- [ ] Manage delete apitoken
- [ ] Manage flog fetch
- [ ] Manage billing fetch

