Metadata-Version: 2.1
Name: aiobastion
Version: 0.0.2
Summary: Manage your Cyberark implementation
Home-page: https://github.com/labanquepostale/aiobastion
Author: Gautier Leveille
Author-email: gautier.leveille@labanquepostale.fr
Project-URL: Bug Tracker, https://github.com/labanquepostale/aiobastion/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# aiobastion

**aiobastion** is a simple and fully asynchronous framework for [Cyberark API](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/Implementing%20Privileged%20Account%20Security%20Web%20Services%20.htm) written in Python 3.8 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). 
It helps you to manage your Cyberark implementation faster and in an intuitive way.

## Examples
See examples of usage in the documentation

## Getting started
Define a config file, and start using functions to avoid spending hours in annoying tasks in the PVWA.

See the documentation

## Documentation
The documentation is not yet hosted.
