File: SOURCES.txt

package info (click to toggle)
python-djangorestframework-flex-fields 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: python: 1,410; sh: 6; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 636 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
LICENSE
MANIFEST.in
README.md
README.txt
setup.py
drf_flex_fields.egg-info/PKG-INFO
drf_flex_fields.egg-info/SOURCES.txt
drf_flex_fields.egg-info/dependency_links.txt
drf_flex_fields.egg-info/top_level.txt
rest_flex_fields/__init__.py
rest_flex_fields/filter_backends.py
rest_flex_fields/serializers.py
rest_flex_fields/utils.py
rest_flex_fields/views.py
tests/__init__.py
tests/settings.py
tests/test_flex_fields_model_serializer.py
tests/test_serializer.py
tests/test_utils.py
tests/test_views.py
tests/urls.py
tests/testapp/__init__.py
tests/testapp/apps.py
tests/testapp/models.py
tests/testapp/serializers.py
tests/testapp/views.py