Mercurial > hgrepos > Python > libs > ConfigMix
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 |
| rev | line source |
|---|---|
| 64 | 1 .. -*- coding: utf-8 -*- |
| 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 | 5 License |
| 6 ======= | |
| 7 | |
| 8 The license is the 3-clause BSD license. | |
| 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 | 11 :language: none |
