Metadata-Version: 2.4
Name: primitive_metadata
Version: 0.2025.1
Summary: a (simple?) toolset for authoring and gathering metadata as rdf
Author-email: abram axel booth <boothaa@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
License-File: LICENSE
Project-URL: Home, https://github.com/aaxelb/primitive_metadata
Project-URL: Issues, https://github.com/aaxelb/primitive_metadata/issues

# `primitive_metadata`
> note: unstable and subject to wild change, tho with intent to settle

some tools for writing and working with small-ish chunks of metadata
as [rdf](https://www.w3.org/TR/rdf11-primer/) in [python](https://python.org)

(for python 3.7+)

## `primitive_rdf`
`primitive_metadata.primitive_rdf` contains suggestions and utilities for expressing
rdf metadata with (almost entirely) built-in python data structures (`dict` and `set`)

## running unit tests
`python3 -m unittest`

## todo list
- write a readme

