File: SOURCES.txt

package info (click to toggle)
python-setoptconf 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 1,427; sh: 7; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (5)
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
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
setoptconf/__init__.py
setoptconf/config.py
setoptconf/datatype.py
setoptconf/exception.py
setoptconf/manager.py
setoptconf/setting.py
setoptconf/util.py
setoptconf.egg-info/PKG-INFO
setoptconf.egg-info/SOURCES.txt
setoptconf.egg-info/dependency_links.txt
setoptconf.egg-info/requires.txt
setoptconf.egg-info/top_level.txt
setoptconf/source/__init__.py
setoptconf/source/base.py
setoptconf/source/commandline.py
setoptconf/source/configfile.py
setoptconf/source/environment.py
setoptconf/source/filebased.py
setoptconf/source/jsonfile.py
setoptconf/source/mapping.py
setoptconf/source/modobj.py
setoptconf/source/yamlfile.py
test/test_configuration.py
test/test_datatypes.py
test/test_directory_modifiers.py
test/test_file_sources.py
test/test_manager.py
test/test_settings.py
test/test_sources.py