Socket
Socket
Sign inDemoInstall

platzky

Package Overview
Dependencies
9
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    platzky

Another blog in python


Maintainers
1

Readme

Github Actions Coverage Status

platzky

Blog engine in python

How to run?

  1. Install platzky with your favorite dependency management tool (pip install platzky)
  2. run flask --app "platzky:create_app(PATH_TO_YOUR_CONFIG_FILE)" run

Configuration

For details check config.yml.tpl file.

API

platzky.config.from_file(path_to_config) - creates platzky config from file (see config.yml.tpl) platzky.create_app_from_config(config) - creates platzky application. platzky.sendmail(receiver_email, subject, message)- sends email from configured account

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc