Kanbanflow2Wekan
Donate to help keep this project maintained
Summary
This is a library to perform kanban migration from Kanbanflow to Wekan in an automated way.
Requirements
- requests
Quick Start Guide
Install kanbanflow2wekan
pip install kanbanflow2wekan
Initialize kanbanflow2wekan
import os
from dotenv import load_dotenv
from kanbanflow2wekan import k2w
load_dotenv()
print('kanbanflow2wekan | by: @mdiniz97\n\n')
migration = k2w(
os.getenv('WEKAN_URL'),
os.getenv('WEKAN_USER'),
os.getenv('WEKAN_PASSWORD'),
os.path.join(os.getcwd(), 'kanbanflow'), # path to kanbanflow dump's folder
os.getenv('KANBANFLOW_USER'),
os.getenv('KANBANFLOW_PASSWORD'),
kf_download_attachments=True,
)
migration.migrate()
Release files for kanbanflow2wekan 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kanbanflow2wekan-0.2.3.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kanbanflow2wekan-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / kanbanflow2wekan-0.2.3.tar.gz
| Download URL | kanbanflow2wekan-0.2.3.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e85189cfd78a56b6dc5136478c6c427ececbf7529012a280ae52c17a1ce7ca4a
|
|
BLAKE2b-256 checksum How to use checksums |
c4c43aa0705b561905405444e66f3cb0a8257c68d69fcc55fb47541526d2426e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.10 CPython/3.8.2 Darwin/18.7.0
|
Release files / kanbanflow2wekan-0.2.3-py3-none-any.whl
| Download URL | kanbanflow2wekan-0.2.3-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b642619ea07812e7cd3828185485cbbb1e67c8995f54e9919bd11a91fa1263e1
|
|
BLAKE2b-256 checksum How to use checksums |
3bb0e434c8216e05e7bd5dcf751b189e3758b9cc859a786a033d5b57dee188fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.10 CPython/3.8.2 Darwin/18.7.0
|