💎 DenseGlyph Python Client SDK
The official Python client library for the DenseGlyph API — deterministic spatial symbol and dot counting for AI pipelines and craft businesses.
Installation
pip install denseglyph
Quickstart
import denseglyph
# 1-Line Counting:
result = denseglyph.count("succulent_coaster.jpg", api_key="dso_live_...")
print(f"Total Dots Counted: {result.total_count}")
for symbol, count in result.counts.items():
print(f" [{symbol}]: {count}")
Client Class Usage
from denseglyph import DenseGlyphClient
client = DenseGlyphClient(api_key="dso_live_...")
result = client.count("craft_canvas.png", min_confidence=0.48)
print(result.counts)
# Output: {'M': 139, 'S': 70, 'Z': 36, '8': 22, '+': 18}
CLI Tool
denseglyph path/to/succulent.jpg --api-key dso_live_...
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
denseglyph-1.1.0.tar.gz
(4.1 kB
view details)
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 denseglyph-1.1.0.tar.gz.
File metadata
- Download URL: denseglyph-1.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a272645427ccc0eef729a26af987fa3e706cb31f1359e7800acdd1e7266e01d
|
|
| MD5 |
a921197a35a4a898f692b9dd8bb6828e
|
|
| BLAKE2b-256 |
c8d3bca0ce60b5caf29775188213d4dad9137b8c45450d315b85a3751e4bd6f8
|
File details
Details for the file denseglyph-1.1.0-py3-none-any.whl.
File metadata
- Download URL: denseglyph-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31903f060d2729a3f3f2273c2ac726e648ff608b35b264717a27fe1f955dec96
|
|
| MD5 |
d32e19673ec9e451b496f6382cb5ee2f
|
|
| BLAKE2b-256 |
3418f47226fd4801988590b88f635c7d9ab4fd5515c8bfbd13e98c4a9885206d
|