Metadata-Version: 2.1
Name: Indexed-File
Version: 0.1
Summary: A simplified framework and utilities for PyTorch.
Home-page: https://github.com/freud14/indexed-file
Author: Frédérik Paradis
Author-email: fredy_14@live.fr
License: LGPLv3
Download-URL: https://github.com/freud14/indexed-file/archive/v0.1.zip
Description: # Indexed-File
        
        [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)
        [![Continuous Integration](https://github.com/freud14/indexed-file/workflows/Continuous%20Integration/badge.svg)](https://github.com/freud14/indexed-file/actions?query=workflow%3A%22Continuous+Integration%22+branch%3Amaster)
        
        ## What is Indexed-File ?
        
        Indexed-File is a file format allowing list of entries of different lengths with random read access.
        
        ------------------
        
        ## Installation
        
        - **Install the stable version of Indexed-File:**
        
        ```sh
        pip install indexed-file
        ```
        
        - **Install the latest development version of Indexed-File:**
        
        ```sh
        pip install -U git+https://github.com/freud14/indexed-file.git
        ```
        
        ------------------
        
        ## License
        
        Indexed-File is LGPLv3 licensed, as found in the [LICENSE file](https://github.com/freud14/indexed-file/blob/master/LICENSE).
        
        ------------------
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
