Skip to main content

Useful implementations of data structures and design patterns for AI knowledge bases. (Legacy package - please use modular packages instead)

Project description

dataknobs (Legacy Package)

⚠️ DEPRECATED: This package is maintained for backward compatibility only. Please use the modular packages instead.

Migration Notice

The dataknobs package has been split into modular packages for better maintainability and flexibility:

  • dataknobs-structures: Data structures for AI knowledge bases
  • dataknobs-utils: Utility functions
  • dataknobs-xization: Text normalization and tokenization
  • dataknobs-common: Shared base functionality

Installation

For backward compatibility:

pip install dataknobs

For new projects, install only what you need:

# Install specific packages
pip install dataknobs-structures
pip install dataknobs-utils
pip install dataknobs-xization

# Or install all
pip install dataknobs-structures dataknobs-utils dataknobs-xization

Migration Guide

Update Imports

The legacy package maintains the same import structure, but shows deprecation warnings. To migrate:

# Old (deprecated)
from dataknobs.structures.tree import Tree
from dataknobs.utils.json_utils import get_value

# New (recommended)
from dataknobs_structures.tree import Tree
from dataknobs_utils.json_utils import get_value

Package Mapping

  • dataknobs.structures.*dataknobs_structures.*
  • dataknobs.utils.*dataknobs_utils.*
  • dataknobs.xization.*dataknobs_xization.*

Deprecation Timeline

  • Current: Deprecation warnings are shown when using this package
  • Future v2.0.0: This legacy package will be removed

Please migrate to the modular packages as soon as possible.

License

See LICENSE file in the root repository.

Project details


Download files

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

Source Distribution

dataknobs-0.0.15.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

dataknobs-0.0.15-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file dataknobs-0.0.15.tar.gz.

File metadata

  • Download URL: dataknobs-0.0.15.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for dataknobs-0.0.15.tar.gz
Algorithm Hash digest
SHA256 035c4fa6b77967c466e85cc328264fc2e4a3f37fe2102aba0fff3c2e61279cc8
MD5 a7281fed7e0540ae73e96dd848e81583
BLAKE2b-256 1317f754138ac5ef2f25366d601fd965f7cb39e867e3d8c249e89a5f730af6de

See more details on using hashes here.

File details

Details for the file dataknobs-0.0.15-py3-none-any.whl.

File metadata

  • Download URL: dataknobs-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for dataknobs-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 b8f20ab2a88786471642173a0c08ae736b1b0b6ef7ba27818ab13ac1d0a23bfa
MD5 519802f99bdfc8c6f73d2225a561feaf
BLAKE2b-256 05b1aa963ca405681bf9b8e3c7196cdb4ecb6f0c0f1c9d963fb9f0dcea44ca4a

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