Python Wrapper for Trello API
Installation
pip install python-trello
I use trello a lot for my personal projects, planning and executing them, hence I created my own personal library for common tasks.
Some use cases
- Scrape your udemy courses and put them on trello board with checklists for each chapter.
- Scrape books from your shelves on goodreads and put them on trello.
- Scrape details of an apartment search page and put them up on trello.
I just started refactoring a lot of code from two years ago. Things that I should do now:
- Remove goodreads and udemy code out of this code.
- Fix tests
- Update code to use python3 features.
- Update tests
- Integrate run scripts for this repo
- Add pre-commit hooks.
- Add attrs.
Uploading to pypi
twine upload --repository testpypi dist/*
twine upload dist/*
Release files for python-trello 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_trello-0.0.4.tar.gz | 6.5 kB | Details |
Release files / python_trello-0.0.4.tar.gz
| Download URL | python_trello-0.0.4.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84182c2ebeb9d6787a5fb3809d62fee530125b11843f9088230d39ae6a21d193
|
|
BLAKE2b-256 checksum How to use checksums |
f7f483c645a39e1a0ff3ce8ab59b8de9b173257fee304ed4be0dd9b9e29e43ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
|