File: SOURCES.txt

package info (click to toggle)
python-geoip2 2.9.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 572 kB
  • sloc: python: 1,224; makefile: 5
file content (88 lines) | stat: -rw-r--r-- 3,028 bytes parent folder | download | duplicates (3)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/html/.buildinfo
docs/html/genindex.html
docs/html/index.html
docs/html/objects.inv
docs/html/py-modindex.html
docs/html/search.html
docs/html/searchindex.js
docs/html/_sources/index.rst.txt
docs/html/_sources/index.txt
docs/html/_static/ajax-loader.gif
docs/html/_static/basic.css
docs/html/_static/comment-bright.png
docs/html/_static/comment-close.png
docs/html/_static/comment.png
docs/html/_static/contents.png
docs/html/_static/doctools.js
docs/html/_static/documentation_options.js
docs/html/_static/down-pressed.png
docs/html/_static/down.png
docs/html/_static/file.png
docs/html/_static/jquery-1.11.1.js
docs/html/_static/jquery-3.1.0.js
docs/html/_static/jquery-3.2.1.js
docs/html/_static/jquery.js
docs/html/_static/minus.png
docs/html/_static/navigation.png
docs/html/_static/plus.png
docs/html/_static/pygments.css
docs/html/_static/searchtools.js
docs/html/_static/sphinxdoc.css
docs/html/_static/underscore-1.3.1.js
docs/html/_static/underscore.js
docs/html/_static/up-pressed.png
docs/html/_static/up.png
docs/html/_static/websupport.js
geoip2/__init__.py
geoip2/compat.py
geoip2/database.py
geoip2/errors.py
geoip2/mixins.py
geoip2/models.py
geoip2/records.py
geoip2/webservice.py
geoip2.egg-info/PKG-INFO
geoip2.egg-info/SOURCES.txt
geoip2.egg-info/dependency_links.txt
geoip2.egg-info/requires.txt
geoip2.egg-info/top_level.txt
tests/__init__.py
tests/database_test.py
tests/models_test.py
tests/webservice_test.py
tests/data/test-data/GeoIP2-Anonymous-IP-Test.mmdb
tests/data/test-data/GeoIP2-City-Test-Broken-Double-Format.mmdb
tests/data/test-data/GeoIP2-City-Test-Invalid-Node-Count.mmdb
tests/data/test-data/GeoIP2-City-Test.mmdb
tests/data/test-data/GeoIP2-Connection-Type-Test.mmdb
tests/data/test-data/GeoIP2-Country-Test.mmdb
tests/data/test-data/GeoIP2-DensityIncome-Test.mmdb
tests/data/test-data/GeoIP2-Domain-Test.mmdb
tests/data/test-data/GeoIP2-Enterprise-Test.mmdb
tests/data/test-data/GeoIP2-ISP-Test.mmdb
tests/data/test-data/GeoIP2-Precision-Enterprise-Test.mmdb
tests/data/test-data/GeoIP2-User-Count-Test.mmdb
tests/data/test-data/GeoLite2-ASN-Test.mmdb
tests/data/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb
tests/data/test-data/MaxMind-DB-string-value-entries.mmdb
tests/data/test-data/MaxMind-DB-test-broken-pointers-24.mmdb
tests/data/test-data/MaxMind-DB-test-broken-search-tree-24.mmdb
tests/data/test-data/MaxMind-DB-test-decoder.mmdb
tests/data/test-data/MaxMind-DB-test-ipv4-24.mmdb
tests/data/test-data/MaxMind-DB-test-ipv4-28.mmdb
tests/data/test-data/MaxMind-DB-test-ipv4-32.mmdb
tests/data/test-data/MaxMind-DB-test-ipv6-24.mmdb
tests/data/test-data/MaxMind-DB-test-ipv6-28.mmdb
tests/data/test-data/MaxMind-DB-test-ipv6-32.mmdb
tests/data/test-data/MaxMind-DB-test-metadata-pointers.mmdb
tests/data/test-data/MaxMind-DB-test-mixed-24.mmdb
tests/data/test-data/MaxMind-DB-test-mixed-28.mmdb
tests/data/test-data/MaxMind-DB-test-mixed-32.mmdb
tests/data/test-data/MaxMind-DB-test-nested.mmdb