Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
repository-code: >
https://github.com/willynilly/verple
abstract: >
Seriously strict and conservative universal version comparator, serializer, and protocol.
Verple is a ridiculously strict and ultra-conservative universal version format, comparator, serializer, and protocol.
keywords:
- versioning
- semantic versioning
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Verple

**Verple** is a ridiculously serious, conservative universal version format, comparator, serializer, and protocol.
**Verple** is a ridiculously strict and ultra-conservative universal version format, comparator, serializer, and protocol.

## Design Goals

Expand Down Expand Up @@ -92,15 +92,6 @@ This project uses `pytest`:
pytest tests/
```

## License

Apache 2.0

## Author

- Will Riley
- Co-developed with ChatGPT-4o during protocol design.

## Protocol Semantics

### Normalization
Expand Down Expand Up @@ -201,3 +192,12 @@ The following fields are used throughout Verple's internal model, canonical seri
- **verple**: The version of the Verple serialization protocol used to encode the JSON-LD document.

- **@context / @type**: JSON-LD linked data metadata used to enable semantic parsing of Verple objects.

## License

Apache 2.0

## Author

- Will Riley
- Co-developed with ChatGPT-4o during protocol design.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "verple"
version = "1.0.0"
description = "Seriously strict and conservative universal version comparator, serializer, and protocol."
description = "Verple is a ridiculously strict and ultra-conservative universal version format, comparator, serializer, and protocol."
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
Expand Down