Ravenports generated: 12 Nov 2022 01:49
[ravenports.git] / bucket_A0 / python-tomlkit
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-tomlkit
4 VERSION=                0.11.6
5 KEYWORDS=               python
6 VARIANTS=               py39 py310
7 SDESC[py310]=           Style preserving TOML library (3.10)
8 SDESC[py39]=            Style preserving TOML library (3.9)
9 HOMEPAGE=               https://github.com/sdispater/tomlkit
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/2b/df/971fa5db3250bb022105d17f340339370f73d502e65e687a94ca1a4c4b1f
14 DISTFILE[1]=            tomlkit-0.11.6-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY39 PY310
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY39=OFF PY310=ON
22 VOPTS[py39]=            PY39=ON PY310=OFF
23
24 DISTNAME=               tomlkit-0.11.6.dist-info
25
26 GENERATED=              yes
27
28 [PY39].USES_ON=                         python:py39,wheel
29
30 [PY310].USES_ON=                        python:py310,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 07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b        35901 tomlkit-0.11.6-py3-none-any.whl
95