cfdp-py 0.5.1
pip install cfdp-py
Released:
Library for high level CCSDS File Delivery Protocol (CFDP) components
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache-2.0)
- Author: Robin Mueller
- Tags ccsds, space, communication, packet, file-transfer
- Requires: Python >=3.9
-
Provides-Extra:
test
,lint
Classifiers
- Development Status
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
Install command assuming an active virtual environment:
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
Formatting and Linting
Linting:
ruff check .
Formatting:
ruff format .
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache-2.0)
- Author: Robin Mueller
- Tags ccsds, space, communication, packet, file-transfer
- Requires: Python >=3.9
-
Provides-Extra:
test
,lint
Classifiers
- Development Status
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
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.5.1.tar.gz
.
File metadata
- Download URL: cfdp_py-0.5.1.tar.gz
- Upload date:
- Size: 67.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 751f0c8a4e89ed5828c37f8430075fd0d95080b657ab13a97d2688c4b9fab1d1 |
|
MD5 | 104dca060f66dea80f34dd71c6a1e5c0 |
|
BLAKE2b-256 | 6d37707b6718797ceffe452b6b25476f1fb2200476c187f2e06874f2e4451dc4 |
File details
Details for the file cfdp_py-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: cfdp_py-0.5.1-py3-none-any.whl
- Upload date:
- Size: 44.9 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 | fe4786002c85046133bc0ae189f107b2245e8debda0875b46c6e24877d182d5e |
|
MD5 | ef3f37c9ae4bc5c4d9617bbd29aff3e3 |
|
BLAKE2b-256 | c6cec9d1e9bd3884fd9820d580e3b77da7d217b63e219c78c8ee6cd1517c721a |