File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Gutenberg Offline
2
-
3
2
This scraper downloads the whole [ Project
4
3
Gutenberg] ( https://www.gutenberg.org ) library and puts it in a
5
4
[ ZIM] ( https://openzim.org ) file, a clean and user friendly format for
6
5
storing content for offline usage.
7
6
8
- [ ![ Python package] ( https://img.shields.io/pypi/v/gutenberg2zim.svg )] ( https://pypi.python.org/pypi/gutenberg2zim )
9
- [ ![ Docker] ( https://ghcr-badge.deta.dev/openzim/gutenberg/latest_tag?label=docker )] ( https://ghcr.io/openzim/gutenberg )
10
7
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/openzim/gutenberg/badge )] ( https://www.codefactor.io/repository/github/openzim/gutenberg )
11
8
[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
12
9
[ ![ codecov] ( https://codecov.io/gh/openzim/gutenberg/branch/main/graph/badge.svg )] ( https://codecov.io/gh/openzim/gutenberg )
10
+ [ ![ PyPI version shields.io] ( https://img.shields.io/pypi/v/gutenberg2zim.svg )] ( https://pypi.org/project/gutenberg2zim/ )
11
+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/gutenberg2zim.svg )] ( https://pypi.org/project/gutenberg2zim/ )
12
+ [ ![ Docker] ( https://ghcr-badge.deta.dev/openzim/gutenberg/latest_tag?label=docker )] ( https://ghcr.io/openzim/gutenberg )
13
13
14
14
## Coding guidelines
15
15
Main coding guidelines comes from the [ openZIM Wiki] ( https://github.com/openzim/overview/wiki )
16
16
17
17
## Setting up the environment
18
18
19
- It's recommended that you use ` virtualenv ` and ` py3.6+ ` .
19
+ It's recommended that you use ` virtualenv ` .
20
20
21
21
### Install the dependencies
22
22
You can’t perform that action at this time.
0 commit comments