Getting Started
Installation
Install Featuresmith and set up your workspace
Featuresmith is built for Python 3.11+. It can be installed as a library, as a CLI, or built directly from source for local development. We recommend using uv or pip.
Using pip
Install the latest version of the core library and the CLI from PyPI:
bash
pip install featuresmith-core featuresmith-cliUsing uv (Recommended)
Add Featuresmith to your workspace dependencies:
bash
uv add featuresmith-core featuresmith-cliFrom Source (Development)
Clone the repository and sync the workspace for local contribution:
bash
git clone https://github.com/adityagangwani30/FeatureSmith.gitcd FeatureSmithuv syncpre-commit install