apikeyper.config package
Submodules
apikeyper.config.arguments module
Project: APIKeyPER Author: Inspyre Softworks - https://inspyre.techCreated: 5/19/2023 @ 3:24 PM File:
Name: arguments.py Filepath: apikeyper/config
- class apikeyper.config.arguments.Arguments(*args, **kwargs)[source]
Bases:
ArgumentParserA custom ArgumentParser for managing API keys associated with different services.
Subclasses ArgumentParser to provide methods for parsing command line arguments related to managing API keys.
- Properties:
- parsed:
Stores the parsed arguments, private to this class.
- property parsed