Skip to main content

Runtime lifetimes for comments.

Project description

todo_by

Runtime lifetimes for comments. Inspired by parker-codes/todo_by.

To use the library, install it using pip:

$ pip install todo_by

Import and call the todo_by decorator and add a date like so:

from todo_by import todo_by, todo_while

@todo_by("2050-06-01")
def my_function():
    # TODO: Implement this function by June 1st, 2050

If the current date is after June 1st, 2050, the todo_by decorator will generate a RuntimeError with the message "TODO by Jun 1, 2050 has passed".
If the current date is on or before June 1st, 2030, the code will run normally.

You can also add specific TODO comments:

@todo_by("2050-06-01", "Clean up implementation")

The todo_while decorator allows you to ensure todos are done based on a SemVer requirement. This also allows you to make blockers:

@todo_while("1.0.0", "setup.py", "This has to be in the first major release")
def my_function():
   self.assertTrue(True)

If the current version in your setup.py (specify any file used for versioning your code) is equal or greater than 1.0.0, the todo_while decorator will generate a RuntimeError with the message "TODO version requirement '1.0.0' not satisfied by current <version_number>".
If the current version number is smaller than 1.0.0, the code will run normally.

License:

Copyright 2023 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Buy me a coffee?

If you feel like buying me a coffee (or a beer?), donations are welcome:

BTC : bc1qq04jnuqqavpccfptmddqjkg7cuspy3new4sxq9
DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS
ETH : 0x2238A11856428b72E80D70Be8666729497059d95
LTC : MQwXsBrArLRHQzwQZAjJPNrxGS1uNDDKX6

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todo_by-1.2.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

todo_by-1.2.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file todo_by-1.2.0.tar.gz.

File metadata

  • Download URL: todo_by-1.2.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for todo_by-1.2.0.tar.gz
Algorithm Hash digest
SHA256 be455b9c084ec46535c99a87811d2a95531f30715881baef4af3ca91d5164faf
MD5 655d6c7c80d978f52d03ef20c2da6c94
BLAKE2b-256 a69e7645de7198e15d859cfb5e7909193eab562ea899fb554a0575aa98dcf846

See more details on using hashes here.

File details

Details for the file todo_by-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: todo_by-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for todo_by-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 078faa14789bf9792c8742e0593de5583496d19414f8675ae9f93e06bf317486
MD5 503bcd3fcb182925cf273e83069d400f
BLAKE2b-256 2a43754f3c626a9cbb54da92769b8d088eeecfdc6d9a6c1105c39c06ffe4a19d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page