File: repo_helper.yml

package info (click to toggle)
python-sdjson 0.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: python: 1,566; makefile: 6; sh: 6
file content (51 lines) | stat: -rw-r--r-- 1,015 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
modname: sdjson
repo_name: singledispatch-json
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.5.0"
username: "domdfcoding"
license: 'MIT'
short_desc: "Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork."

use_whey: True
min_coverage: 100
standalone_contrib_guide: true

conda_channels:
 - conda-forge

# Versions to run tests for
python_versions:
 - 3.6
 - 3.7
 - 3.8
 - 3.9
 - "3.10"
 - "3.11"
 - "3.12"
 - "pypy36"
 - "pypy37"
 - "pypy38"
 - "pypy39"

classifiers:
 - 'Development Status :: 4 - Beta'
 - 'Intended Audience :: Developers'
 - 'Topic :: Software Development :: Libraries :: Python Modules'
 - "Topic :: Utilities"

keywords:
 - json
 - singledispatch
 - serialize

extra_sphinx_extensions:
 - sphinx_toolbox.more_autosummary.column_widths

sphinx_conf_epilogue:
 - nitpicky = True

tox_unmanaged:
 - flake8