File: SOURCES.txt

package info (click to toggle)
python-fastbencode 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: python: 417; ansic: 5; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 645 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
.gitignore
CODE_OF_CONDUCT.md
COPYING
MANIFEST.in
README.md
SECURITY.md
disperse.conf
pyproject.toml
setup.cfg
setup.py
.github/workflows/disperse.yml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
fastbencode/__init__.py
fastbencode/_bencode_py.py
fastbencode/_bencode_pyx.h
fastbencode/_bencode_pyx.pyi
fastbencode/_bencode_pyx.pyx
fastbencode/py.typed
fastbencode/python-compat.h
fastbencode.egg-info/PKG-INFO
fastbencode.egg-info/SOURCES.txt
fastbencode.egg-info/dependency_links.txt
fastbencode.egg-info/requires.txt
fastbencode.egg-info/top_level.txt
fastbencode/tests/__init__.py
fastbencode/tests/test_bencode.py