File: SOURCES.txt

package info (click to toggle)
fast-histogram 0.14-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: ansic: 974; python: 610; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 703 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
.gitignore
.pre-commit-config.yaml
CHANGES.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
speedup_compared.png
tox.ini
.github/release.yml
.github/workflows/main.yml
.github/workflows/update-changelog.yaml
comparison/README.rst
comparison/benchmark.py
comparison/plot.py
fast_histogram/__init__.py
fast_histogram/_histogram_core.c
fast_histogram/histogram.py
fast_histogram/version.py
fast_histogram.egg-info/PKG-INFO
fast_histogram.egg-info/SOURCES.txt
fast_histogram.egg-info/dependency_links.txt
fast_histogram.egg-info/not-zip-safe
fast_histogram.egg-info/requires.txt
fast_histogram.egg-info/top_level.txt
fast_histogram/tests/__init__.py
fast_histogram/tests/test_histogram.py