Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_A0 / python-tomlkit
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-tomlkit
4 VERSION=                0.12.3
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Style preserving TOML library (3.11)
8 SDESC[v12]=             Style preserving TOML library (3.12)
9 HOMEPAGE=               https://github.com/sdispater/tomlkit
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/6e/43/159750d32481f16e34cc60090b53bc0a14314ad0c1f67a9bb64f3f3a0551
14 DISTFILE[1]=            tomlkit-0.12.3-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               tomlkit-0.12.3.dist-info
25
26 GENERATED=              yes
27
28 [PY311].USES_ON=                        python:v11,wheel
29
30 [PY312].USES_ON=                        python:v12,wheel
31
32 [FILE:1606:descriptions/desc.single]
33 [github_release]:
34 https://img.shields.io/github/release/sdispater/tomlkit.svg?logo=github&logoColor=white
35 [pypi_version]:
36 https://img.shields.io/pypi/v/tomlkit.svg?logo=python&logoColor=white
37 [python_versions]:
38 https://img.shields.io/pypi/pyversions/tomlkit.svg?logo=python&logoColor=white
39 [github_license]:
40 https://img.shields.io/github/license/sdispater/tomlkit.svg?logo=github&logoColor=white
41 [github_action]:
42 https://github.com/sdispater/tomlkit/actions/workflows/tests.yml/badge.svg
43
44 [![GitHub Release][github_release]]
45 [![PyPI Version][pypi_version]]
46 [![Python Versions][python_versions]]
47 [![License][github_license]]
48 <br>
49 [![Tests][github_action]]
50
51 # TOML Kit - Style-preserving TOML library for Python
52
53 TOML Kit is a **1.0.0-compliant** [TOML] library.
54
55 It includes a parser that preserves all comments, indentations, whitespace
56 and internal element ordering,
57 and makes them accessible and editable via an intuitive API.
58
59 You can also create new TOML documents from scratch using the provided
60 helpers.
61
62 Part of the implementation has been adapted, improved and fixed from
63 [Molten].
64
65 ## Usage
66
67 See the [documentation] for more information.
68
69 ## Installation
70
71 If you are using [Poetry],
72 add `tomlkit` to your `pyproject.toml` file by using:
73
74 `bash
75 poetry add tomlkit
76 `
77
78 If not, you can use `pip`:
79
80 `bash
81 pip install tomlkit
82 `
83
84 ## Running tests
85
86 Please clone the repo with submodules with the following command
87 `git clone --recurse-submodules https://github.com/sdispater/tomlkit.git`.
88 We need the submodule - `toml-test` for running the tests.
89
90 You can run the tests with `poetry run pytest -q tests`
91
92
93 [FILE:110:distinfo]
94 b0a645a9156dc7cb5d3a1f0d4bab66db287fcb8e0430bdd4664a095ea16414ba        37579 tomlkit-0.12.3-py3-none-any.whl
95