Skip to content

Commit

Permalink
doc pypi pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Jan 8, 2025
1 parent b17eac0 commit ace4e3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![PyPI - Status](https://img.shields.io/pypi/v/rdf-engine)


# RDF-Engine

## Why?
Expand All @@ -25,6 +26,9 @@ However, if

## Usage

The package can be obtained from [PyPi](https://pypi.org/project/rdf-engine/).
Note the CLI is optional: `rdf-engine[cli]`.

A 'program' is defined as a sequence of engine runs
initialized by a `db'.
Each engine run takes:
Expand Down
2 changes: 1 addition & 1 deletion src/rdf_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# reset to 0 if issues
__version__ = "203"
__version__ = "204"

from .engine import Engine, logger
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ace4e3c

Please sign in to comment.