File: SOURCES.txt

package info (click to toggle)
arcp 0.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 707; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 420 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
.gitignore
.travis.yml
CONTRIBUTORS.txt
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
arcp/__init__.py
arcp/generate.py
arcp/parse.py
arcp.egg-info/PKG-INFO
arcp.egg-info/SOURCES.txt
arcp.egg-info/dependency_links.txt
arcp.egg-info/top_level.txt
docs/Makefile
docs/arcp.rst
docs/conf.py
docs/generate.rst
docs/index.rst
docs/parse.rst
tests/__init__.py
tests/test_generate.py
tests/test_parse.py