
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.