You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
howto/README.rst

34 lines
507 B
ReStructuredText

12 years ago
=====================================
HowTo - StackOverflow Code Search Tool
=====================================
12 years ago
Quick code answers from StackOverflow API.
12 years ago
Just ask a question with an optional tag parameter to get quick code answers.
12 years ago
Installation
12 years ago
============
12 years ago
12 years ago
Using pypi repository::
12 years ago
12 years ago
$> pip install howto
12 years ago
12 years ago
Forking this repo::
12 years ago
12 years ago
$> python setup.py install
12 years ago
Usage
12 years ago
=====
12 years ago
::
$> howto 'filter dicts' -t python
11 years ago
TODO
====
* Interactive mode to get next answer
* Add nixcraft search support