Skip to content

luresun1988-bot/oss-hunter-livefire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duration-utils

A tiny, dependency-free parser for human-friendly duration strings.

from duration_utils import parse_duration

parse_duration("1h30m")   # 5400
parse_duration("1w")      # 604800

Supported units: w (weeks), d (days), h (hours), m (minutes), s (seconds).

Develop

python -m unittest discover -s tests

⚠️ This repository is a sandbox / test fixture used to exercise an automated bounty-solving workflow end-to-end. It is not a production project.

About

Sandbox fixture for testing an automated OSS bounty-solving workflow

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%