Simply task tracker for python.
Project description
Tracker uses SQliteDB.
to start work you should import this:
from service import config, database
from service import db_init
from manager import Task
To init db use db_init(). Library will build db, it asks you for her name. Using config you can manually setup database
On this version realized methods of build task, add comments, statuses, assignations. Also, you can parse data back
- To issue new task you should init class Task(). Then Task().new_issue
- To add comment/status/assignation use Task().new_comment / .new_status / .new_assign
- Also you can use Task().multi_action for multiply editions
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 mazefulltasker-0.0.1.tar.gz.
File metadata
- Download URL: mazefulltasker-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6af1ef4daa80ee0384f21fbe6cc34607ca8f8e386a48041f4e5ecbae9f99655c
|
|
| MD5 |
df30f0b073ce46ea938779b261a47a44
|
|
| BLAKE2b-256 |
359c216d0ae06f059e9c78e39e84aa2439966b601b99ae1273b37a0f9cc9afeb
|
File details
Details for the file mazefulltasker-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mazefulltasker-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f40b5923eac9e0734c5935956b0e8248cb18baec0d8a7521270aecdd9b37d09
|
|
| MD5 |
ab9f935589aec126849c1a25d3ae99e4
|
|
| BLAKE2b-256 |
ed84454291eb3ab5560f350f3780b53e9c994fa6061084114817695d50eaae2b
|