Toggl-to-sqlite

Latest version: v0.7.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.0

Not secure
New Features

* Added a `since` flag to allow you to get only the data since a specific date. See the ReadMe for more details on how to use
* Added a `days` flag to allow you to control the number of days that you retrieve for the `get_time_entries` method. This is useful if you tend to have **LOTS** of time entries everyday. Use a smaller number to make sure you get all of the data. A larger number has the potential to cap your data due to limitations of the Toggl API. See the ReadMe for more details on how to use

More Testing!

This feature sees 100% coverage (locally for me at least). I'm still trying to work out the mocking part of the live API but I've added code to make sure that silly input data doesn't cause the package to just fail

0.1.6

Not secure
As reported in 1 if an `auth.json` file existed, but didn't have the proper keys, the command:


toggl-to-sqlite auth


would generate a `KeyError`. This release fixes that issue

0.1.5

Not secure
In this release I added the ability to get not just `time_entries`, but also `projects`, and `workspaces` using a new `--type` argument. The default is to get all three, but if you want to get just 1 or 2 of the types, you can.

Get a single type:


$ toggl-to-sqlite fetch -t workspaces toggl.db


Get two types:


$ toggl-to-sqlite fetch -t workspaces -t projects toggl.db


There are currently only 3 types to get:

* `time_entries`
* `projects`
* `workspaces`

0.1.4

Not secure
I ran `black` and `flake8` on the code. Additionally, I added badges for:

* PyPI: [![PyPI](https://img.shields.io/pypi/v/toggl-to-sqlite.svg)](https://pypi.org/project/toggl-to-sqlite/)
* The Change Log: [![GitHub changelog](https://img.shields.io/github/v/release/ryancheley/toggl-to-sqlite?include_prereleases&label=changelog)](https://github.com/ryancheley/toggl-to-sqlite/releases)
* Testing Status: [![Tests](https://github.com/ryancheley/toggl-to-sqlite/workflows/Test/badge.svg)](https://github.com/ryancheley/toggl-to-sqlite/actions?query=workflow%3ATest)
* License: [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/ryancheley/toggl-to-sqlite/blob/main/LICENSE)

0.1.3

Not secure
For this release I:

* Created **real** tests
* cleaned up the input message to make the line end a little clearer for API Token entry

0.1.2

Not secure

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.