A CLI tool to search for conference talks
Project description
Conventions
A CLI tool to search for conference talks.
Installation
# Install from PyPI
pip install conventions
# Or install from source
git clone https://github.com/hwranderson/conventions.git
cd conventions
pip install -e .
Usage
Search for talks by keyword:
# Search for SLAM talks in ICRA 2025 (default)
python -m conventions search slam
# Search in a specific conference
python -m conventions search navigation --conference ICRA25
# Limit results
python -m conventions search robotics --max-results 10
List available conferences:
python -m conventions list
Get information about a specific conference:
python -m conventions info ICRA25
Clear the cache:
# Clear cache for a specific conference
python -m conventions clear-cache ICRA25
# Clear all cached data
python -m conventions clear-cache --all
Supported Conferences
- ICRA25 (IEEE International Conference on Robotics and Automation 2025)
Development
# Clone the repository
git clone https://github.com/hwranderson/conventions.git
cd conventions
# Install in development mode
pip install -e .
# Run the CLI
python -m conventions search slam
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
conventions-0.3.1.tar.gz
(13.3 kB
view details)
File details
Details for the file conventions-0.3.1.tar.gz.
File metadata
- Download URL: conventions-0.3.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
985152bfad186dc198410b3a65ee3eed3fbcec4f3be65dd12f0bef0cadf1b8f4
|
|
| MD5 |
f7d222615f2a075a96fdb595d7763594
|
|
| BLAKE2b-256 |
c52b97f88422345ccb8e4aa0df5eace427cbfcf1bb65cfbd1915171bce88a95d
|