
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
A command-line interface tool for reading and displaying Feather data format files. This tool provides easy access to view and analyze data stored in the Feather format, which is a fast and efficient file format for storing DataFrames.
You can install the package using pip:
pip install feather-df-cli
After installation, you can use the feather-cli
command to interact with Feather files:
feather-cli <input_file>
feather-cli <input_file> --schema
feather-cli <input_file> --count
feather-cli <input_file> --head N --format [table|markdown|csv]
feather-cli <input_file> --tail N --format [table|markdown|csv]
git clone https://github.com/villadora/feather-df-cli.git
cd feather-df-cli
python -m venv .venv
source .venv/bin/activate # On Windows, use `.venv\Scripts\activate`
pip install -r requirements.txt
To build the package:
python setup.py build
To install in development mode:
pip install -e .
This project is licensed under the MIT License.
The project uses pytest for testing. To run the tests:
pip install -r requirements.txt
pytest
Test options are configured in pytest.ini
:
tests
directorytest_*.py
Test*
test_*
To run specific tests:
pytest tests/test_cli.py # Run tests in a specific file
pytest tests/test_cli.py::test_view_schema # Run a specific test function
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
A CLI tool for reading and displaying Feather data format files
We found that feather-df-cli 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.