seeeye
Table of Contents
Getting Started
API Reference
cicd
cicd.core
cicd.core.cipher
cicd.core.mixin
cicd.core.provider
cicd.core.security
cicd.core.syntax
cicd.core.utils
cicd.core.action
cicd.core.cli
cicd.core.client
cicd.core.env
cicd.core.logger
cicd.core.typing
cicd.core.version
cicd.ios
cicd.providers
cicd.cli
Frequently Asked Questions
Contributing
seeeye
API Reference
cicd
cicd.core
cicd.core.cipher
View page source
cicd.core.cipher
cicd.core.cipher.cipher
class
cicd.core.cipher.cipher.
Cipher
(
password
:
str
)
Bases:
object
class
Action
(
value
)
Bases:
Enum
An enumeration.
DECRYPTION
=
'dec'
ENCRYPTION
=
'enc'
property
verb
:
str
perform
(
action
:
Action
,
in_path
:
str
|
Path
,
out_path
:
str
|
Path
|
None
=
None
)
cicd.core.cipher.cli
cicd.core.cipher.cli.
perform
(
action
:
Action
,
**
kwargs
)