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.16.tar.gz (4.2 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.16-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for dataknobs-0.0.16.tar.gz
Algorithm Hash digest
SHA256 216916977bb31e52096e3f33b5eedde3cb2f42c5f3a83e0e998f38aaf1130723
MD5 57760ece324b7e3251113c9eb7bdcafc
BLAKE2b-256 6ae17e1ec11c6ad55e1a9b012dd7fdef4ab9b049f754b203126e0d2173dc5cc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dataknobs-0.0.16-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.16-py3-none-any.whl
Algorithm Hash digest
SHA256 abe77745fafc0a45343b5cb5e96907113ef6caec847fbe223caca60956e72bd4
MD5 a30f959888bd4b98f90ea821e4a59291
BLAKE2b-256 83068add35d82f94d36cc0f1563598e5eab42bc44e59ea151fd1d07c0dbd156d

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