1
0
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:
Ilya Kreymer 2016-03-09 14:33:11 -08:00
parent 34386578a5
commit 1499f0e611
2 changed files with 26 additions and 0 deletions

13
.coveragerc Normal file
View 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
View 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/>`_