Library for high level CCSDS File Delivery Protocol (CFDP) components
Project description
cfdp-py - High level Python library for CFDP components
The cfdp-py
library offers some high-level CCSDS File Delivery Protocol (CFDP) components to
perform file transfers according to the CCSDS Blue Book 727.0-B-5.
The underlying base packet library used to generate the packets to be sent is the
spacepackets library.
Install
You can install this package from PyPI
Linux:
python3 -m pip install cfdp-py
Windows:
py -m pip install cfdp-py
Examples
You can find all examples inside the documentation and the examples
directory of this repository.
Tests
If you want to run the tests, it is recommended to install pytest
and coverage
(optional)
first. You also have to install the package with the optional test
feature:
pip install coverage pytest
pip install cfdp-py[test]
Running tests regularly:
pytest .
Running tests with coverage:
coverage run -m pytest
Documentation
The documentation is built with Sphinx
Install the required dependencies first:
pip install -r docs/requirements.txt
Then the documentation can be built with
cd docs
make html
You can run the doctests with
make doctest
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cfdp_py-0.4.0.tar.gz
.
File metadata
- Download URL: cfdp_py-0.4.0.tar.gz
- Upload date:
- Size: 63.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 805d804001800e5c165a7b3639570036570c960beecaa70be3203cdd717c93a6 |
|
MD5 | 53d75b97e16443e365e2f4e41a5d5527 |
|
BLAKE2b-256 | 9d5d01a5999a8148f36b9204a136151031211b272877f6e53de0bb7355ddafb5 |
File details
Details for the file cfdp_py-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: cfdp_py-0.4.0-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44b02aaafcbcf85fab8a1dc2df25b8d986b8f517f689149c9c4bd8db06d61946 |
|
MD5 | feb2fa8e3bfa920edca07c5c7e027a20 |
|
BLAKE2b-256 | e8847c8a39bbc170e0769ddb9263f7baff2d27906bd08c16570af3d63f51e7b2 |