Metadata-Version: 2.1
Name: heartbeat-sh
Version: 0.0.3
Summary: A client library for heartbeat.sh
Home-page: https://heartbeat.sh
Author: heartbeat.sh
Author-email: admin@heartbeat.sh
License: UNKNOWN
Project-URL: Source Code, https://github.com/heartbeat-sh/heartbeat.py
Description: # Heartbeat.sh Python Client
        
        This is a Python client library for [heartbeat.sh](https://heartbeat.sh).
        
        ## Usage
        
        Install with `pip install heartbeat-sh`
        
        ```Python
        from datetime import timedelta
        from heartbeat_sh import HeartbeatClient
        
        HeartbeatClient("example").send_beat(
            "example:python",
            timedelta(days=1, hours=2),
            timedelta(days=2)
        )
        ```
        
        ## Links
        - PyPI: https://pypi.org/project/heartbeat-sh/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
