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

sro_db-71.0.0-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sro_db-71.0.0-py3-none-any.whl
  • Upload date:
  • Size: 29.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for sro_db-71.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 de64fd4dbefbd13e1df3d53d6f44b12493a9cd6ff255649811f3aa3215e38e3b
MD5 61916c1386745af695d3edee11837077
BLAKE2b-256 fb83a55a5046402bc0a14c5a3f43e137912b1bf9faa1eac77ea9de87d77462f0

See more details on using hashes here.

Supported by

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