Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmiegit/scp-author-page
Tools to statically build my author page.
https://github.com/emmiegit/scp-author-page
scp scp-foundation scp-wiki wikidot
Last synced: 27 days ago
JSON representation
Tools to statically build my author page.
- Host: GitHub
- URL: https://github.com/emmiegit/scp-author-page
- Owner: emmiegit
- License: mit
- Created: 2021-06-20T19:59:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T03:48:51.000Z (4 months ago)
- Last Synced: 2024-08-28T04:49:07.754Z (4 months ago)
- Topics: scp, scp-foundation, scp-wiki, wikidot
- Language: Python
- Homepage: https://scp-wiki.wikidot.com/aismallard
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scp-author-page
Scripts to automatically generate my author page from static data.
Requires Python 3.7+. Available under the terms of the MIT License.
## Setup
```sh
$ pip install -r requirements.txt
```Also install `requirements-dev.txt` if developing. All Python code should be formatted with [black](https://github.com/psf/black).
## Linting
```sh
$ black authorpage # Format source code
$ pylint authorpage # Check source code
```## Usage
```sh
$ python -m authorpage
```For instance:
```sh
$ python -m authorpage scp
```Which will generate its output file at `scp/output.ftml`.