Transform Trello card JSON to Markdown
Project description
trello2md
A simple script to transform Trello card JSON to Markdown, currently tailored to my note-taking workflow.
Usage
Install on your path with pipx:
$ pipx install trello2md
Follow Trello's instructions to download JSON for a card, then:
$ trello2md sample-card.json
# Sample Card
**Due:** 2019-05-07
Sample description
## Checklist
- [x] Completed item
- [ ] Incomplete item
## Attachments
- [Example link](https://example.com)
## Comment from Brian Rutledge on 2019-05-06
Sample comment
Developing
-
Fork and clone this repository
-
Create and activate a virtual environment
$ cd trello2md $ python3 -m venv venv $ source venv/bin/activate -
Install this package and its dependencies for development
$ pip install -e .[dev]This will install:
- pytest for writing and running tests
- mypy to check types
- black to format the code
- flake8 to identify coding errors and check code style
- pydocstyle to check docstring style
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
trello2md-0.2.0.tar.gz
(5.8 kB
view details)
File details
Details for the file trello2md-0.2.0.tar.gz.
File metadata
- Download URL: trello2md-0.2.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfdb79516774257e920ddbe3280f80836ba70e77b4f89ff98f58d5d883ea4fd6
|
|
| MD5 |
133c5f975d52e20bedf6e08c6b1563b8
|
|
| BLAKE2b-256 |
62d43c2d8219a3ed894d5fe2c336c038cf40b0f1899446c19ca4722ddc0a0fdc
|