annotate docs/license.rst @ 542:f71d34dda19f

Add an optional C-implementation for configmix.config.unquote and configmix.config.pathstr2path. This is currently for Python 3.5+. It is tested with Python 3.7 and Python3.8 (FreeBSD 12.2 amd64, LLVM 10.0.1). A build for the stable API ("abi3") fails because PyUnicode_New() is currently not in the stable API. Also includes are extended tests for unquote() and pathstr2path().
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 31 Dec 2021 21:24:16 +0100
parents ab3d0326419c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
64
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
1 .. -*- coding: utf-8 -*-
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
2
78
3a8f712d27df Put copyright and license into the README.txt
Franz Glasner <hg@dom66.de>
parents: 70
diff changeset
3 .. _license:
3a8f712d27df Put copyright and license into the README.txt
Franz Glasner <hg@dom66.de>
parents: 70
diff changeset
4
64
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
5 License
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
6 =======
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
7
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
8 The license is the 3-clause BSD license.
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
9
70
b764fe49d9bb Rename LICENSE to LICENSE.txt to accomodate for a future inclusion via "[metadata]" into binary wheels
Franz Glasner <hg@dom66.de>
parents: 64
diff changeset
10 .. literalinclude:: ../LICENSE.txt
64
fba616d4d4ea FIX: add forgotten files
Franz Glasner <hg@dom66.de>
parents:
diff changeset
11 :language: none