Development
Learn how to develop, package, and run your book locally.
Project Structure
π sample_book
βββ π src
β βββ π sample_book
β βββ π __init__.py
β βββ π __version__.py
β βββ π book.py
β βββ π data
β βββ πΌοΈ icon.svg
βββ π tests
β βββ π test_book.py
βββ π Dockerfile
βββ π pyproject.toml
βββ π poetry_scripts.py
βββ π poetry.lock
βββ π README.md
βββ π USAGE.mdRoot Directory
Source Code Directory
Test Directory
Configuration and Dependency Files
Documentation
Implementation
Managing Dependencies
Development Commands
Formatting
Linting
Generating Documentation
Testing
Packaging with Docker
Running Your Book Locally
Last updated
Was this helpful?

