Welcome to Pirant’s documentation!

Pirant

Welcome to pirant


Installing pirant

Note

If you wish to contribute to the project, it’s recommended you create an issue and follow up with the collaborators

Installing the latest release

Pirant requires:

  • Python (>= 2.7 or >= 3.3),

the easiest way to install pirant is using pip

pip install -U pirant

Frequently Asked Questions

Here we try to give some answers to questions that regularly pop up.

What is the project name?

pirant, not pyrant.

How do you pronounce the project name?

py-rant. py stands for python

Why pirant?

Pirant is a combination of 2 words: pi + rant. Pi represents Python and rant represents “devrant”

How can I contribute to scikit-learn?

Open an issue if it doesn’t exist. Get thumps up from the collaborators. Fork the repo and submit PR for the changes.

Support

There are several ways to get in touch with the developers.

Bug tracker

If you think you’ve encountered a bug, please report it to the issue tracker:

https://github.com/aayush26/pirant/issues

Don’t forget to include:

  • steps (or better script) to reproduce,
  • expected outcome,
  • observed outcome or python (or gdb) tracebacks

To help developers fix your bug faster, please link to a https://gist.github.com holding a standalone minimalistic python script that reproduces your bug


Pirant Tutorials


Basic tutorial

Section contents

In this section, we introduce the basic devrant API wrappers

Get Rants

Returns a given number of rants::
>>> from pirant import DevRant
>>> devrant = DevRant()
>>> # Get Top 10 Rants
>>> topRants = devrant.get_rants("top", 10, 0)

Indices and tables