lodgeitlib – Easy pastebin access ================================= lodgeitlib is a client library and command line client for http://paste.pocoo.org and other pastebins based on the Lodgeit software, available freely under the terms of the `MIT` license (see :doc:`licensing` for details). Installation ------------ The current release is lodgeitlib |release|, available in the `Python Package Index`_. Refer to the :doc:`changelog` for a list of important changes since the last release [#changes]_. To install lodgeitlib, use pip_:: pip install lodgeitlib This installs lodgeitlib and all required dependencies. Documentation ------------- Please read the :doc:`manpage ` for information about use and configuration of :program:`lodgeit`. :doc:`API documentation ` for the underlying python modules is also provided. Contribution and development ---------------------------- Please report issues and feature requests to the `issue tracker`_ [#issues]_. Development happens on GitHub_. The complete source code is available in a Git_ repository:: git clone git://github.com/lunaryorn/lodgeitlib.git Feel free to fork the repository. Pull requests and patches are welcome! .. rubric:: Footnotes .. [#changes] A detailed list of changesets_ is also available. .. [#issues] Please assign proper issue information to the issues and provided detailed information about the issue. If possible, include copied and pasted output from the programs, or a code example demonstrating the issue. .. _MIT: http://www.opensource.org/licenses/mit-license.php .. _Python Package Index: http://pypi.python.org/pypi/lodgeitlib .. _pip: http://pip-installer.org .. _issue tracker: https://github.com/lunaryorn/lodgeitlib/issues .. _GitHub: https://github.com/lunaryorn/lodgeitlib .. _changesets: https://github.com/lunaryorn/lodgeitlib/commits/master .. _git: http://git-scm.com/ .. toctree:: :glob: :hidden: lodgeitlib lodgeit changelog licensing