A python library of IT Compliance Standards
Project description
A python package extracted from prototype 800-53-Control-Server (https://github.com/govready/800-53-server)
# Goal
Create a python class that generates basic information about a FISMA 800-53 security control including: - [x] Full name of control - [x] Who has responsibility for control (e.g., organization or information system)
# Warning
This is early code. There may be errors!
# Requirements
Python 2.7
xsltproc - to perform XSL transformations
# Usage
To use, simply do in python shell:
>>> import compliancelib
>>> c=compliancelib.SecControl("AC-1")
>>> c.id
'AC-1'
>>> c.title
u'ACCESS CONTROL POLICY AND PROCEDURES'
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
compliancelib-0.2.tar.gz
(3.4 kB
view details)
File details
Details for the file compliancelib-0.2.tar.gz.
File metadata
- Download URL: compliancelib-0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6aa1df87d98c59efb6a33dd81785a9a1791750bbc59a5aa3ae2afb6f2182871
|
|
| MD5 |
8c8192de652a0f5eb172456b3eae76e7
|
|
| BLAKE2b-256 |
9f4e3c63da893f608b185a18ed18a6dd3077b3a47dbe7effda3c10799d68131e
|