Metadata-Version: 2.1
Name: nagel
Version: 0.0.1
Summary: Straightforward pastebin software.
Home-page: https://github.com/supakeen/nagel
License: MIT
Keywords: pastebin
Author: supakeen
Author-email: cmdr@supakeen.com
Requires-Python: >=3.6,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: requests (>=2.23.0,<3.0.0)
Project-URL: Repository, https://github.com/supakeen/nagel
Description-Content-Type: text/x-rst

nagel
#####

.. image:: https://travis-ci.org/supakeen/nagel.svg?branch=master
    :target: https://travis-ci.org/supakeen/nagel

.. image:: https://readthedocs.org/projects/nagel/badge/?version=latest
    :target: https://nagel.readthedocs.io/en/latest/

.. image:: https://nagel.readthedocs.io/en/latest/_static/license.svg
    :target: https://github.com/supakeen/nagel/blob/master/LICENSE

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

.. image:: https://img.shields.io/pypi/v/nagel
    :target: https://pypi.org/project/nagel

.. image:: https://codecov.io/gh/supakeen/nagel/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/supakeen/nagel

About
=====

``nagel`` is a Python library to interface with the pinnwand_ pastebin
software. By default ``nagel`` uses bpaste_ but you can override the
instance used.

Prerequisites
=============
* Python >= 3.6
* requests

License
=======
``nagel`` is distributed under the MIT license. See `LICENSE`
for details.

.. _bpaste: https://bpaste.net/
.. _project page: https://github.com/supakeen/nagel
.. _documentation: https://nagel.readthedocs.io/en/latest/
.. _pinnwand: https://supakeen.com/project/pinnwand

