
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
This is a super-simple static site generator. You can use it to write markdown files and quickly convert them to nicely-styled html. It is basically just some convenience functions built on top of the markdown library (required). This package will provide you with a very simple template for writing blog-like posts, as well as some simple css. Standard markdown syntax applies, and this is true for images and links.
Make sure you have activated your virtual environment and use pip:
python -m pip install simplepysite
cd to the directory where you would like to create a site, and run the following:
python -m simplepysite
This will create a template site for you. The "pages" folder contains the markdown files, and html files will be created wherever this command is run.
If you are working this into a workflow, you can also import it as follows:
from simplepysite.site import establish_site, build_site
establish_site() # creates a pages folder, a sample markdown file, and a generic style.css which can be edited
build_site() # assuming there is a "pages" folder, all markdown files contained therein are converted to html
FAQs
Simple static site generator
We found that simplepysite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.