Metadata-Version: 1.2
Name: topalias
Version: 1.0.7
Summary: Linux bash aliases generator
Home-page: https://github.com/CSRedRat/topalias
Author: Sergey Chudakov
Author-email: csredrat@gmail.com
License: GNU General Public License v3
Description: # topalias
        
        [![Build Status](https://travis-ci.com/CSRedRat/topalias.svg?branch=master)](https://travis-ci.com/CSRedRat/topalias)
        [![Coverage](https://coveralls.io/repos/github/CSRedRat/topalias/badge.svg?branch=master)](https://coveralls.io/github/CSRedRat/topalias?branch=master)
        [![Python Version](https://img.shields.io/pypi/pyversions/topalias.svg)](https://pypi.org/project/topalias/)
        [![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)
        
        Linux bash alias generator
        
        
        ## Features
        
        - Generate short alias for popular command from bash history
        - Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
        
        
        ## Installation
        
        ```bash
        pip install topalias
        ```
        
        
        ## Example
        
        Showcase how your project can be used:
        
        ```bash
        topalias -h
        ```
        
        ## License
        
        [GPLv3](https://github.com/CSRedRat/topalias/blob/master/LICENSE)
        
        
        ## Credits
        
        This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [73799f3de925b190fb257a97465148d6b6074a9c](https://github.com/wemake-services/wemake-python-package/tree/73799f3de925b190fb257a97465148d6b6074a9c). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/73799f3de925b190fb257a97465148d6b6074a9c...master) since then.
        
        
        # Version history
        
        We follow [Semantic Versions](https://semver.org/).
        
        
        ## Version 0.1.0
        
        - Initial release
        
Keywords: topalias topaz top bash zsh alias linux python cli util history
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
