libreppc
A simple profile page creator. You can see themes examples here.
Installation
$ pip install libreppc
$ python -m libreppc --serve
Getting started
You need to create config.json:
config.json structure
{
"theme" : "CSS_FILE_NAME_WITHOUT_.css",
"avatar" : "https://avatar-url.com",
"username" : "yourusername",
"description" : "yourdescription",
"base_url" : "yourpageurl",
"static_dir" : "static",
"blog" : {
"dir" : "blog",
"title" : "Blog"
},
"icons" : [
{
"title" : "linktitle",
"icon" : "iconurl",
"url" : "linkurl"
},
],
"fields" : [
{
"title" : "Monero/XMR",
"type" : "text",
"target" : "yourcryptoaddress"
},
{
"title" : "Patreon",
"type" : "url",
"target" : "https://patreon.com/"
},
],
"pages" : [
{
"title" : "projectname",
"description" : "projectdescription",
"filename" : "page"
}
]
}
You also can generate config via:
$ python -m libreppc --init
Then you need to build site with:
$ python -m libreppc --build
Contacts
| Contact | Description |
|---|---|
Matrix |
Matrix server |
Support
You can support us here.
Release files for libreppc 0.2.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| libreppc-0.2.1.1.tar.gz | 10.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| libreppc-0.2.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.3 kB
Release files / libreppc-0.2.1.1.tar.gz
| Download URL | libreppc-0.2.1.1.tar.gz |
|---|---|
| Size | 10.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ad87887af67cf38512ee323a5b45eb7ee6777504f823b9422413ce30772375d
|
|
BLAKE2b-256 checksum How to use checksums |
cfcbd55c4302ad44b348ab85597e68740c4ca19425562683dd6830138ca32306
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
|
Release files / libreppc-0.2.1.1-py3-none-any.whl
| Download URL | libreppc-0.2.1.1-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a0139c7497f08188f0189f0404fc90e94ab4219793c38ec0c59dbcccb3d5343
|
|
BLAKE2b-256 checksum How to use checksums |
b03d9a3c699a31a31a22639520cb94220e579a8476e998a5e6b2337ef8d9a084
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
|