An open API service indexing awesome lists of open source software.

https://github.com/straydragon/cro3n

Cron expression utils python package
https://github.com/straydragon/cro3n

cron ffi pyo3 python3 rust

Last synced: 10 months ago
JSON representation

Cron expression utils python package

Awesome Lists containing this project

README

          

```
██████╗ ██████╗ ██████╗3 ███╗ ██╗
██╔════╝ ██╔══██╗ ██╔═══██╗ ████╗ ██║
██║ ██████╔╝ ██║ ██║ ██╔██╗ ██║
██║ ██╔══██╗ ██║ ██║ ██║╚██╗██║
╚██████╗ ██║ ██║ ╚██████╔╝ ██║ ╚████║
╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
```

[![Release](https://github.com/StrayDragon/cro3n/actions/workflows/CI.yml/badge.svg)](https://github.com/StrayDragon/cro3n/actions/workflows/release.yml)
[![GitHub last commit](https://img.shields.io/github/last-commit/straydragon/cro3n)](https://github.com/StrayDragon/cro3n/commits)
[![PyPI](https://img.shields.io/pypi/v/cro3n)](https://pypi.org/project/cro3n)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cro3n)](https://pypi.org/project/cro3n)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/cro3n)](https://pypi.org/project/cro3n)
[![GitHub](https://img.shields.io/github/license/straydragon/cro3n)](https://github.com/StrayDragon/cro3n/blob/main/LICENSE)

---

Another one **cron expression** utils package for python, wrapped on rust crate [zslayton/cron](https://github.com/zslayton/cron).

## Installation
```bash
pip install -U cro3n
```

## Example
see [example/python](./example/python)

## Dev
you need config:
- rust
- python 3.7+
- pyo3 tools
more details see https://pyo3.rs/v0.20.0/

## Related Projects

- [zslayton/cron](https://github.com/zslayton/cron)
- [PyO3/maturin](https://github.com/PyO3/maturin)
- [PyO3/pyo3](https://github.com/PyO3/pyo3)

## LICENSE
[MIT](./LICENSE)