Mercurial > hgrepos > Python > libs > data-schema
annotate README.txt @ 34:9a3da5a008fc v0.2
+++++ v0.2
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 19 Jul 2023 09:19:46 +0200 |
| parents | 94373b57ae0a |
| children | 682c32265978 |
| 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> |
| 34 | 6 :Version: 0.2 |
|
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. |
