Metadata-Version: 2.1
Name: lineno
Version: 0.3.0
Summary: UNKNOWN
Home-page: https://github.com/bulv1ne/lineno
Author: Niels Lemmens
Author-email: draso.odin@gmail.com
License: MIT license
Keywords: lineno
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

======
lineno
======

.. image:: https://img.shields.io/pypi/v/lineno.svg
        :target: https://pypi.python.org/pypi/lineno

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black


Outputs the lines from specified file


Features
--------

.. code:: bash

    $ lineno -l 1-3,15,16 README.rst
    ======
    lineno
    ======
    Features
    --------

Usage in vim:

.. code:: vim

    :r! lineno -l 1-3,15,16 -l 27-31 README.rst


=======
History
=======

Unreleased
----------

0.3.0 (2019-01-07)
------------------

* Improve code readability
* Add --version argument
* Add `Black`_ to project
* Add GitHub actions for testing
* Remove travis-ci integration
* Set prog in ArgumentParser to lineno
* Fix lineno couldn't be executed as a package by calling `python -m lineno ...`

0.2.1 (2017-10-24)
------------------

* Fix README.rst documentation

0.2.0 (2017-10-24)
------------------

* Add -l/--line-number argument instead of requiring that the line number sequence is the first argument.

0.1.0 (2017-07-01)
------------------

* First release on PyPI.

.. _Black: https://github.com/ambv/black


