File: pyproject-parser.rst

package info (click to toggle)
python-pyproject-parser 0.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,432 kB
  • sloc: python: 3,086; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=======================
:mod:`pyproject_parser`
=======================

.. py:module:: pyproject_parser

Parser for ``pyproject.toml``.

.. automodulesumm:: pyproject_parser
	:autosummary-sections: Classes

.. autosummary-widths:: 1/3
.. latex:vspace:: -20px

.. automodulesumm:: pyproject_parser
	:autosummary-sections: Data

.. autoattrs:: pyproject_parser.PyProject
	:exclude-members: __ge__,__gt__,__le__,__lt__,__ne__,__repr__,__eq__
	:no-autosummary:

.. autoclass:: pyproject_parser.PyProjectTomlEncoder
	:exclude-members: __eq__,__ge__,__gt__,__le__,__lt__,__ne__,__str__,__repr__

.. autotypevar:: pyproject_parser._PP