mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
add shared README.rst and coverage
This commit is contained in:
parent
34386578a5
commit
1499f0e611
13
.coveragerc
Normal file
13
.coveragerc
Normal file
@ -0,0 +1,13 @@
|
||||
[run]
|
||||
omit =
|
||||
*/test/*
|
||||
*/tests/*
|
||||
*.html
|
||||
*.js
|
||||
*.css
|
||||
pywb/__init__.py
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
if __name__ == .__main__.:
|
13
README.rst
Normal file
13
README.rst
Normal file
@ -0,0 +1,13 @@
|
||||
Webrecorder Platform Components
|
||||
-------------------------------
|
||||
|
||||
See `Platform spec <https://github.com/webrecorder/platform-spec/wiki>`_ for more details.
|
||||
|
||||
This repo contains an implementation for following components:
|
||||
|
||||
|
||||
* Resource/Memento Aggregator `webagg <webagg/>`_
|
||||
|
||||
* Recorder `recorder <recorder/>`_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user