SSB Pubmd
Project description
SSB Pubmd
Features
- TODO
Requirements
- TODO
Installation
You can install SSB Pubmd via pip from PyPI:
pip install ssb-pubmd
Usage
Please see the Reference Guide for details.
Development
Testing latest development version
- Open a Jupyter service in Dapla Dev
- Open a Jupyter terminal and run the following commands:
ssb-project create my-project
cd my-project
poetry source add testpypi https://test.pypi.org/simple/ -p explicit
poetry add "pandas<3"
poetry add ssb-pubmd@latest --source testpypi --allow-prereleases
poetry run ssb-pubmd create my-article
- Follow the instructions from the last command.
- After pushing new changes (to any branch), update the package with:
poetry update ssb-pubmd
Architecture
graph LR
subgraph driving[Interface]
cli[run_cli]
template[create_template_article]
article[get_article_preview]
component[create_component]
end
subgraph core[Core]
docpublisher[DocumentPublisher]
end
subgraph driven[Adapters]
docprocessor[DocumentProcessor]
cmsclient[CmsClient]
storage[Storage]
end
cmsservice[Cms Service]
cli --> template
cli --> article --> docpublisher
docpublisher --- split[ ]:::empty
split --> docprocessor
split --> cmsclient
split --> storage
cmsclient --> cmsservice
component --> storage
classDef empty width:0px,height:0px;
License
Distributed under the terms of the MIT license, SSB Pubmd is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Credits
This project was generated from Statistics Norway's SSB PyPI Template.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssb_pubmd-0.1.11.tar.gz.
File metadata
- Download URL: ssb_pubmd-0.1.11.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.3 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d08e89d1216a26c317e683e07c043cb05c0993480bf4a61f44cb2c7c94ec17
|
|
| MD5 |
4827438c970d12212c733e3f15c2aa1d
|
|
| BLAKE2b-256 |
fe3148d75fe8e1f60b316d512ebc532d018f4e77c6e4de5ef7caca51f563c281
|
File details
Details for the file ssb_pubmd-0.1.11-py3-none-any.whl.
File metadata
- Download URL: ssb_pubmd-0.1.11-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.3 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17ce282a0e1556693c27fd5994935aec191c12affe19ad5c46191a3179189554
|
|
| MD5 |
40b6623917380a126b896ec86122dd3e
|
|
| BLAKE2b-256 |
b344175849c8572d123c62eba64caf42731247ea4d0c43fe102b63a38c8bbaa0
|