File: SOURCES.txt

package info (click to toggle)
python-cwcwidth 0.1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: ansic: 170; python: 89; sh: 6; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 415 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
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
cwcwidth/__init__.py
cwcwidth/_impl.c
cwcwidth/_impl.pyi
cwcwidth/_impl.pyx
cwcwidth/py.typed
cwcwidth/wcwidth.c
cwcwidth/wcwidth_compat.h
cwcwidth.egg-info/PKG-INFO
cwcwidth.egg-info/SOURCES.txt
cwcwidth.egg-info/dependency_links.txt
cwcwidth.egg-info/not-zip-safe
cwcwidth.egg-info/top_level.txt
tests/__init__.py
tests/test_cwcwidth.py