Mercurial > hgrepos > Python > libs > data-schema
annotate README.txt @ 51:682c32265978 v0.3
+++++ v0.3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 03 Aug 2023 09:26:16 +0200 |
| parents | 9a3da5a008fc |
| children |
| rev | line source |
|---|---|
|
1
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 .. -*- coding: utf-8; mode: rst; -*- |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 .. _README: |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 :Author: Franz Glasner <fzglas.hg@dom66.de> |
| 51 | 6 :Version: 0.3 |
|
1
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 :Date: |VCSJustDate| |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 :Copyright: \(c) 2023 Franz Glasner |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 :License: BSD 3-Clause "New" or "Revised" License. |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 See :ref:`LICENSE.txt <license>` for more details. |
|
4e4ab3a50280
Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 :ID: $HGid$ |
| 33 | 12 |
| 13 A data validation library. | |
| 14 | |
| 15 It uses schemata that are somewhat inspired from JSON Schema. |
