No project description provided
Project description
Pressoir CLI
Installation
Pré-requis : Python3.8+
Installer et activer un environnement virtuel :
$ python3 -m venv venv
$ source venv/bin/activate
Installer les dépendances :
$ make install
Initialiser un livre
Par exemple :
$ pressoir-cli init --repository-path=../fia --collection sp
ou
$ pressoir-cli init --repository-path=../12-editionscritiques --collection pum
Note : si la destination n’existe pas ou n’a pas de dossier textes
,
une coquille complète du livre est créée.
Construire un livre
$ pressoir-cli build --repository-path=../fia-en
Avec ../fia-en
qui est le chemin vers le dépôt du livre.
En bonus, il est possible de passer un chapitre particulier pour ne reconstruire que lui :
$ pressoir-cli build --repository-path=../fia-en --chapter=chapter1
Servir un livre
$ pressoir-cli serve --repository-path=../fia-en
Avec ../fia-en
qui est le chemin vers le dépôt du livre qui a été construit.
Help
Commands
usage: pressoir-cli [-h] ...
options:
-h, --help Show this help message and exit
Available commands:
version Return the current version of pressoir-cli.
init Initialize a new book to `repository_path` or current directory.
build Build a book from `repository_path` or current directory.
serve Serve an HTML book from `repository_path`/public or current
directory/public.
Command: init
usage: pressoir-cli init [-h] [--repository-path REPOSITORY_PATH]
[--collection {pum,sp}]
options:
-h, --help show this help message and exit
--repository-path REPOSITORY_PATH
Absolute or relative path to book’s sources (default:
current).
--collection {pum,sp}, -c {pum,sp}
Name of the collection (Presses Universitaires or
Sens-Public).
Command: build
usage: pressoir-cli build [-h] [--repository-path REPOSITORY_PATH]
[--target-path TARGET_PATH] [--chapter CHAPTER]
options:
-h, --help show this help message and exit
--repository-path REPOSITORY_PATH
Absolute or relative path to book’s sources (default:
current).
--target-path TARGET_PATH
Where the book will be built (default:
`repository_path`/public).
--chapter CHAPTER, -c CHAPTER
Specify a given chapter id (e.g. `chapter1`).
Command: serve
usage: pressoir-cli serve [-h] [--repository-path REPOSITORY_PATH]
[--port PORT]
options:
-h, --help show this help message and exit
--repository-path REPOSITORY_PATH
Absolute or relative path to book’s sources (default:
current).
--port PORT, -p PORT Port to serve the book from (default=8000)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pressoir_cli-1.5.0.tar.gz
(6.3 MB
view details)
Built Distribution
File details
Details for the file pressoir_cli-1.5.0.tar.gz
.
File metadata
- Download URL: pressoir_cli-1.5.0.tar.gz
- Upload date:
- Size: 6.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388d003980bda0a917f57375d4bf1ccbdc553182780f7125933a88201a2e7da7 |
|
MD5 | 18df9c9daa9b9531c2c79570d1dbf2b9 |
|
BLAKE2b-256 | c1c7b395500009400556a704d535404a774790f8a642222fa8d07c84ebbd2393 |
File details
Details for the file pressoir_cli-1.5.0-py3-none-any.whl
.
File metadata
- Download URL: pressoir_cli-1.5.0-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6984d27aaaceb462273b3e3e28258d9e07c7deb4dafb40903f34b874c4ac42a6 |
|
MD5 | 62a4fd2c2276d5fee749855e23142b88 |
|
BLAKE2b-256 | a00e0400ae75a0e3160205e8e0aa1cffefe170c5b5cdc4d656e4f4b5788ac7be |