Metadata-Version: 2.1
Name: snippy
Version: 0.11.0
Summary: Snippy is a software development and maintenance notes manager.
Home-page: https://github.com/heilaaks/snippy
Author: Heikki J. Laaksonen
Author-email: laaksonen.heikki.j@gmail.com
License: GNU Affero General Public License v3.0 or later
Description: |badge-pypiv| |badge-pys| |badge-pyv| |badge-cov| |badge-docs| |badge-build| |badge-docker|
        
        Snippy
        ======
        
          I can't remember how - I just remember what.
        
        Snippy is a software development and maintenance notes manager. It allows
        organizing and sharing examples and solutions from self hosted or shared
        storage through command line interface or via REST API server. Snippy may
        be able to help you for example when working with different open source
        components that all have different commands, settings and issues.
        
        Features
        ========
        
        Main features include:
        
        - Use from Linux command line or from a `REST API server`_ as in `Heroku example`_.
        - Run with a self-hosted SQLite or shared PostgreSQL database.
        - Manage notes in three categories: snippets, solutions and references.
        - Supports Markdown, YAML, JSON and text formats.
        - Organize notes with metadata like groups, tags and links.
        
        Installation
        ============
        
        To install as a tool, run:
        
        .. code:: text
        
            pip install snippy --user
        
        To install as a server, run:
        
        .. code:: text
        
            docker pull docker.io/heilaaks/snippy:latest
        
        Usage
        =====
        
        .. image:: https://asciinema.org/a/cssisV5qtLlaxeYORblrEf7YL.png
            :target: https://asciinema.org/a/cssisV5qtLlaxeYORblrEf7YL
            :alt: Snippy in action!
        
        Contributing
        ============
        
        This is a personal hobby project to try to organize maintenance notes when
        working with large software projects. Author is happy to hear if this project
        has been actually used by anyone. Please post bug reports of feature requests
        through GitLab issues.
        
        This project got inspiration from the `Buku <https://github.com/jarun/Buku>`_.
        
        Related work
        ============
        
        - `tldr <https://github.com/tldr-pages/tldr>`_
        - `cheat <https://github.com/cheat/cheat>`_
        - `Buku <https://github.com/jarun/Buku>`_
        - `CRUD in 2 minutes <https://www.youtube.com/watch?v=kMs-Tltf_Og>`_
        
        
        .. |badge-pypiv| image:: https://img.shields.io/pypi/v/snippy.svg
           :target: https://pypi.python.org/pypi/snippy
        
        .. |badge-pys| image:: https://img.shields.io/pypi/status/snippy.svg
           :target: https://pypi.python.org/pypi/snippy
        
        .. |badge-pyv| image:: https://img.shields.io/pypi/pyversions/snippy.svg
           :target: https://pypi.python.org/pypi/snippy
        
        .. |badge-cov| image:: https://codecov.io/gh/heilaaks/snippy/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/heilaaks/snippy
        
        .. |badge-docs| image:: https://readthedocs.org/projects/snippy/badge/?version=latest
           :target: http://snippy.readthedocs.io/en/latest/?badge=latest
        
        .. |badge-build| image:: https://travis-ci.org/heilaaks/snippy.svg?branch=master
           :target: https://travis-ci.org/heilaaks/snippy
        
        .. |badge-pyup| image:: https://pyup.io/repos/github/heilaaks/snippy/shield.svg
           :target: https://pyup.io/repos/github/heilaaks/snippy/
        
        .. |badge-docker| image:: https://images.microbadger.com/badges/image/heilaaks/snippy.svg
           :target: https://hub.docker.com/r/heilaaks/snippy
        
        .. _REST API server: https://app.swaggerhub.com/apis/heilaaks/snippy/0.11.0
        
        .. _development: https://snippy.readthedocs.io/en/latest/development.html
        
        .. _Heroku example: https://snippy-server.herokuapp.com/api/snippets?sall=docker&limit=5
        
Keywords: notes markdown yaml text command-line cli server backend docker software-engineering
Platform: Linux
Platform: MacOS
Platform: Microsoft
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst
Provides-Extra: devel
Provides-Extra: docs
Provides-Extra: server
Provides-Extra: test
