Metadata-Version: 2.1
Name: akapy
Version: 0.3.0
Summary: A Akamai API wrapper for Python!
Home-page: https://remoterabbit.github.io/akapy/
License: GPL-3.0-only
Keywords: akamai,python-wrapper
Author: Tristan Jahnke
Author-email: trjahnke@protonmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
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 :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: edgegrid-python (>=1.3.1,<2.0.0)
Project-URL: Documentation, https://remoterabbit.github.io/akapy/
Project-URL: Repository, https://github.com/RemoteRabbit/akapy
Description-Content-Type: text/markdown

# akapy

Home to a Python wrapper for the Akamai API.

## How to use?

```python
cloudlet = ak.Cloudlet()
print(cloudlet.get_all())

```

Check out the docs here [remoterabbit.github.io/akapy/](remoterabbit.github.io/akapy/)

<!--TODO: Go through this and add better use cases and how to use-->
Akapy has an authentication class which is passed, when needed, to other classes within Akapy. For most use cases you probably won't need to mess
around with it. The defaults for it are 

