Skip to main content

A lib to create a database based on Scrum Reference Ontology

Project description

Scrum Reference Ontology Lib

General Information

Goal

This lib is responsible for creating database and operation based on Scrum Reference Ontology.

Generate documentation

To create the code documentation:

pdoc --html --force sro_db/ --output docs

Acess code documentation

To accesss the documenation, go to folder docs/sro_db and open index.html

To run documentation server: pdoc sro_db --http localhost:8000

Instalation

To install sro_db, run this command in your terminal:

pip install sro_db

Usage

Creating a Database

from sspo_db.config.config import Config
from sspo_db.model.activity.models import *
from sspo_db.service.activity.service import *
from sspo_db.model.core.models import *
from sspo_db.service.core.service import *
from sspo_db.model.stakeholder_participation.models import *

conf = Config()
conf.create_database()

Creating an Organization

from sspo_db.model.organization.models import *
from sspo_db.model.core.models import *
from sspo_db.service.organization.service import *
from sspo_db.service.core.service import *
from pprint import pprint 

#Creating a Organization
organization = Organization()
organization.name = "xxxxxx"
organization.description = "YYYYYY"

organizationService = OrganizationService()
organizationService.create(organization)

Copyright

This lib was PowerRight by SEON Lib Generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sro_db-35.0.0-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

Details for the file sro_db-35.0.0-py3-none-any.whl.

File metadata

  • Download URL: sro_db-35.0.0-py3-none-any.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for sro_db-35.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e07cd03dbc4aebeca9caf675060562d26e05db62b614ebb37cd7cb78d750528b
MD5 688073c224e39f324f5d8622ecf0b4b5
BLAKE2b-256 ae5075a5a169908cccbe7ad5fe518904715285a9a0465b46ee113334d9cc217f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page