Skip to content

jrooney2000/saturn

 
 

Repository files navigation

saturn

Saturn is a job scheduling and data processing system developed for web crawling needs at Flare Systems.

Documentation

Installation

Development

Install nox and poetry.

  • To run all tests: nox
  • To format code: nox -rs format

You can also work from the shell with:

$ # Install the project locally.
$ poetry install --all-extras
$ poetry shell
$ # Run the utilities.
$ py.test tests -xsvv
$ mypy src tests

About

job scheduling and data processing system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%