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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dataknobs-0.1.0.tar.gz.
File metadata
- Download URL: dataknobs-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd4615c787c11c38e3491bcbb12dca718de1a742b8fe29e2c32222e99fbc448
|
|
| MD5 |
fb460262db90bd1d66520c087819eaff
|
|
| BLAKE2b-256 |
3c731be41b2c7cd910a861ff94706a801d8ac5d97c44124a037c6ece0f534ae0
|
File details
Details for the file dataknobs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dataknobs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40b515a0bddd69ddf3cadad5c6cf905c760dad9c6f1db5b99f3ee2280cc9ec21
|
|
| MD5 |
3e795dcc3c95d8f19c68a9aa15d9057a
|
|
| BLAKE2b-256 |
ebf8f8f2fed223490aedde816156d5a9725daa5766d61470c7ca1b8f40490691
|