No project description provided
Project description
Defendatron
Defendatron is a simple coordinator for Protectabots
, Python modules that provide security features for your applications.
Installation
pip install defendatron
Usage
import defendatron
# Activate defendatron (all Protectabots)
defendatron.activate()
# Deactivate defendatron (all Protectabots)
defendatron.deactivate()
# Activate specific Protectabots
defendatron.nullscream.activate()
defendatron.shadowlogger.activate()
defendatron.darklock.activate()
# Deactivate specific Protectabots
defendatron.nullscream.deactivate()
defendatron.shadowlogger.deactivate()
defendatron.darklock.deactivate()
See src/defendatron/__init__.py
for more advanced usage.
When Protectabots assemble, they create Defendatron
Defendatron is built with Protectabots
, Python modules that provide security features for your applications.
Each Protectabot
is designed to defend against specific threats and vulnerabilities,
helping to provide another layer of protection for your code.
- nullscream Responsible for masquerading as other libraries in order to cancel out their operations. Useful when you are unable to modify the code of a library that you are using, but you want to prevent it from performing certain operations.
- darklock Responsible for locking down your application and preventing it from performing certain operations.
- shadowlogger Intercepts all logs and shadows them, preventing sensitive information from being leaked.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
defendatron-0.1.9.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file defendatron-0.1.9.tar.gz
.
File metadata
- Download URL: defendatron-0.1.9.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79d900a18c136303a04a1899ab8485a5e0f5c1746b0f6d5ee4c27705289397c0 |
|
MD5 | a45edc711150500509f2ef4652e7489b |
|
BLAKE2b-256 | d7dfe44c705cff8ea2ff91c9b1416676f342876402151c7888d3e357d0b08803 |
File details
Details for the file defendatron-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: defendatron-0.1.9-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2c6fdd0367c864c51f61555b8eb4aff5417c5c224dded70bb5e32cf3a25ab77 |
|
MD5 | 823b148c432fa41ddada17788a10adc4 |
|
BLAKE2b-256 | 85bff34f5cc9effaa0075be9919161c366d2bffee3b97471e288c88efd504f7e |