https://github.com/py-pdf/py-pdf.github.io
Website py-pdf
https://github.com/py-pdf/py-pdf.github.io
Last synced: 9 months ago
JSON representation
Website py-pdf
- Host: GitHub
- URL: https://github.com/py-pdf/py-pdf.github.io
- Owner: py-pdf
- License: mit
- Created: 2023-03-28T08:21:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T19:55:48.000Z (over 1 year ago)
- Last Synced: 2025-02-24T08:05:09.736Z (11 months ago)
- Language: Python
- Homepage: https://py-pdf.github.io/
- Size: 180 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-pdf.github.io
Website py-pdf
## Install requirements
```
$ pip install -r requirements.txt
$ pre-commit install
```
## Launch local server with livereload
```
$ invoke livereload
```
## Adding a Python dependency
1. Edit `requirements.in`
2. Run `pip-compile requirements.in` to generate `requirements.txt`
## Publish
```
$ make github
```