Metadata-Version: 2.1
Name: ff_containers_sort
Version: 1.3.1
Summary: Sorts and re-numbers Firefox Container config objects in Firefox containers.json
Home-page: https://github.com/naamancampbell/ff-containers-sort
Author: Naaman Campbell
Author-email: naaman@clancampbell.id.au
License: UNKNOWN
Description: # ff-container-sort
        
        [![PyPi Package](https://img.shields.io/pypi/v/pypi-project.svg)](https://pypi.org/project/ff-container-sort/)
        
        ## Requirements
        
        * Python 3.6+
        
        ## Installation
        
        Install with [![Installing Python Packages](https://packaging.python.org/tutorials/installing-packages/)](pip) `pip install ff-container-sort`
        
        ...
        
        ## Overview
        
        **ff-container-sort** sorts and re-numbers Firefox Container config objects in the Firefox containers.json config file.
        
        ### Features
        
        * alphabetical sorting of containers
        * manual sorting mode
        * safely updates containers.json after manual changes
        * preserves Firefox private container objects
        * creates backups of Firefox Container config prior to making changes
            * deletes backups older than 7 days
        * tested on Linux, Windows & Mac
        
        ...
        
        ## Changelog
        
        See [CHANGELOG.md](https://github.com/naamancampbell/ff-container-sort/blob/master/CHANGELOG.md)
        
        ## License
        
        See [LICENSE](https://github.com/naamancampbell/ff-container-sort/blob/master/LICENSE)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
