File: SOURCES.txt

package info (click to toggle)
python-genson 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,385; makefile: 16
file content (43 lines) | stat: -rw-r--r-- 943 bytes parent folder | download
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
.gitignore
.travis.yml
AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
genson/__init__.py
genson/__main__.py
genson.egg-info/PKG-INFO
genson.egg-info/SOURCES.txt
genson.egg-info/dependency_links.txt
genson.egg-info/entry_points.txt
genson.egg-info/top_level.txt
genson.egg-info/zip-safe
genson/schema/__init__.py
genson/schema/builder.py
genson/schema/node.py
genson/schema/strategies/__init__.py
genson/schema/strategies/array.py
genson/schema/strategies/base.py
genson/schema/strategies/object.py
genson/schema/strategies/scalar.py
test/__init__.py
test/base.py
test/test_add_multi.py
test/test_add_single.py
test/test_bin.py
test/test_builder.py
test/test_custom.py
test/test_gen_multi.py
test/test_gen_single.py
test/test_misuse.py
test/test_seed_schema.py
test/fixtures/base_schema.json
test/fixtures/cp1252.json
test/fixtures/empty.json
test/fixtures/not_json.txt
test/fixtures/utf-8.json