Skip to content

Pyplan policies and procedures related to architecture and data security and privacy.

License

Notifications You must be signed in to change notification settings

pyplan/security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyplan

This site describes Pyplan policies and procedures related to architecture and data security and privacy.

Requirements

Clone repo

cd  [your-projects-path]
git clone https://github.com/pyplan/policies.git

Create venv

# Create virtual environment
cd [your-projects-path]/policies
python3 -m venv venv
. venv/bin/activate # in linux/mac os
venv\Scripts\activate.bat # in windows
pip install --upgrade pip
pip install -r requirements.txt

Live preview

cd [your-projects-path]/policies
sphinx-autobuild docs docs/_build --port 5500 --open-browser

How to contrib

  1. Update local branc main.
  2. Create a new branch with descriptive name(Ex. schedule-task), from main branch.
  3. Update/create files .rst/.md, inside the /docs folder.
  4. Create Pull Request from the new branch to the main branch.

About

Pyplan policies and procedures related to architecture and data security and privacy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published