Skip to main content

Boba

A tool for polling a remote source over SSH and syncing new files from said source using rsync.

Setup & Usage

Installation

boba-fetch can be easily installed with pip:

pip3 install boba-fetch

Usage

The most up-to-date instructions for use can be found using boba-fetch --help, however, the basic idea is that you need to have a server configured with ssh public key authentication. You should be able to access the server using ssh <servername>. Once that's set up, using boba-fetch is pretty easy:

boba-fetch -r <SERVERNAME> -s /path/to/remote/watched/directory -d /path/to/local/download/directory -g /path/to/local/staging/directory -t /path/to/local/tracking/directory

The staging directory should be on the same drive as the download directory to speed up transfers and have the files "just appear" in the right place. The tracking directory should be unique for every configuration of boba-fetch that you run because its used to keep track of which files have been downloaded and when, which allows boba-fetch to redownload the files if it discovers that they have been

Development

Standards

  • Be excellent to each other
  • Code coverage must be at 100% for all new code, or a good reason must be provided for why a given bit of code is not covered.
    • Example of an acceptable reason: "There is a bug in the code coverage tool and it says its missing this, but its not".
    • Example of unacceptable reason: "This is just exception handling, its too annoying to cover it".
  • The code must pass the following analytics tools. Similar exceptions are allowable as in rule 2.
    • pylint --disable=C0103,C0111,W1203,R0903,R0913 --max-line-length=120 testudo
    • flake8 --max-line-length=120 ...
    • mypy --ignore-missing-imports --follow-imports=skip --strict-optional ...
  • All incoming information from users, clients, and configurations should be validated.
  • All internal arguments passing should be typechecked during testing with typeguard.typechecked or the import hook.

Development Setup

Using pdm install from inside the repo directory:

pdm install

This will set up a virtualenv which you can always run specific commands with pdm run ....

Development

Testing

All testing should be done with pytest which is installed with the --dev requirements (pdm --dev install ...).

To run all the unit tests, execute the following from the repo directory:

pdm run pytest

This should produce a coverage report in /path/to/dewey-api/htmlcov/

While developing, you can use watchexec to monitor the file system for changes and re-run the tests:

watchexec -r -e py,yaml pdm run pytest

To run a specific test file:

pdm run pytest tests/unit/test_cli.py

To run a specific test:

pdm run pytest tests/unit/test_cli.py::test_cli_basics

For more information on testing, see the pytest.ini file as well as the documentation.

Build/Publish

pdm build;
pdm publish-test;
pdm publish-prod;

Release files for boba-fetch 0.2.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for boba-fetch 0.2.8
File Size Uploaded
boba-fetch-0.2.8.tar.gz 15.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for boba-fetch 0.2.8
File Interpreter ABI Platform
boba_fetch-0.2.8-py3-none-any.whl Python 3 none any Details

Total release size:27.5 kB

Release files / boba-fetch-0.2.8.tar.gz

Download URL boba-fetch-0.2.8.tar.gz
Size 15.1 kB
Tags Source
SHA-256 checksum
How to use checksums
36ea50721a9a54afb9251bcb1ab901332947954bb1918d0b30e2d18ae518aec6
BLAKE2b-256 checksum
How to use checksums
47011ed3816c8bff00be055db006b2c242ac5012e14bf8e89b03d54252326c5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / boba_fetch-0.2.8-py3-none-any.whl

Download URL boba_fetch-0.2.8-py3-none-any.whl
Size 12.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8152ab637aeaa568791dc48dd38995efb721a0cf03f40ba05dc8d88de2036f5b
BLAKE2b-256 checksum
How to use checksums
58f1cdb9c43ef74b4063d5e4584b30317c7a32eef4ab8ae95c61574954c44b3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page