Skip to main content

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

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-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.

Release history Release notifications | RSS feed

This release

71.0.0 This release

1 file

70.0.0

1 file

69.0.0

1 file

68.0.0

1 file

67.0.0

1 file

66.0.0

1 file

65.0.0

1 file

64.0.0

1 file

63.0.0

1 file

62.0.0

1 file

61.0.0

1 file

60.0.0

1 file

59.0.0

1 file

58.0.0

1 file

57.0.0

1 file

56.0.0

1 file

54.0.0

1 file

53.0.0

1 file

52.0.0

1 file

51.0.0

1 file

50.0.0

1 file

49.0.0

1 file

48.0.0

1 file

47.0.0

1 file

46.0.0

1 file

45.0.0

1 file

44.0.0

1 file

43.0.0

1 file

42.0.0

1 file

41.0.0

1 file

40.0.0

1 file

39.0.0

1 file

38.0.0

1 file

37.0.0

1 file

36.0.0

1 file

35.0.0

1 file

34.0.0

1 file

33.0.0

1 file

31.0.2

2 files

31.0.1

2 files

31.0.0

2 files

30.0.0

1 file

29.0.0

1 file

10.0.4

2 files

10.0.3

2 files

Supported by

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