Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.
You can install this package from PyPI
Install command assuming an active virtual environment:
pip install cfdp-py
You can find all examples inside the documentation
and the examples
directory of this repository.
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
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
Linting:
ruff check .
Formatting:
ruff format .
FAQs
Library for high level CCSDS File Delivery Protocol (CFDP) components
We found that cfdp-py demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.