File: SOURCES.txt

package info (click to toggle)
django-environ 0.12.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: python: 2,434; makefile: 171
file content (61 lines) | stat: -rw-r--r-- 1,239 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.readthedocs.yml
AUTHORS.rst
BACKERS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
SECURITY.rst
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/build.yml
.github/workflows/change-pr-target.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/cs.yml
.github/workflows/docs.yml
django_environ.egg-info/PKG-INFO
django_environ.egg-info/SOURCES.txt
django_environ.egg-info/dependency_links.txt
django_environ.egg-info/not-zip-safe
django_environ.egg-info/requires.txt
django_environ.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/backers.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/deprecations.rst
docs/docutils.conf
docs/faq.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/quickstart.rst
docs/tips.rst
docs/types.rst
docs/_static/.gitkeep
environ/__init__.py
environ/compat.py
environ/environ.py
environ/fileaware_mapping.py
tests/__init__.py
tests/asserts.py
tests/conftest.py
tests/fixtures.py
tests/test_cache.py
tests/test_channels.py
tests/test_db.py
tests/test_email.py
tests/test_env.py
tests/test_env.txt
tests/test_fileaware.py
tests/test_path.py
tests/test_schema.py
tests/test_search.py
tests/test_utils.py