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
- Host: GitHub
- URL: https://github.com/straydragon/cro3n
- Owner: StrayDragon
- License: mit
- Created: 2022-09-01T07:59:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T07:43:51.000Z (about 2 years ago)
- Last Synced: 2025-02-22T20:19:40.316Z (11 months ago)
- Topics: cron, ffi, pyo3, python3, rust
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
██████╗ ██████╗ ██████╗3 ███╗ ██╗
██╔════╝ ██╔══██╗ ██╔═══██╗ ████╗ ██║
██║ ██████╔╝ ██║ ██║ ██╔██╗ ██║
██║ ██╔══██╗ ██║ ██║ ██║╚██╗██║
╚██████╗ ██║ ██║ ╚██████╔╝ ██║ ╚████║
╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
```
[](https://github.com/StrayDragon/cro3n/actions/workflows/release.yml)
[](https://github.com/StrayDragon/cro3n/commits)
[](https://pypi.org/project/cro3n)
[](https://pypi.org/project/cro3n)
[](https://pypi.org/project/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)