Metadata-Version: 2.1
Name: slicegui
Version: 0.5.0
Summary: An open-source GUI application to create custom font design spaces from variable fonts
Home-page: https://github.com/source-foundry/Slice
Author: Source Foundry Authors
Author-email: chris@sourcefoundry.org
License: GNU General Public License v3 (GPLv3)
Description: # <img height="36" src="https://raw.githubusercontent.com/source-foundry/Slice/main/src/resources/img/slice-icon.svg"/>  Slice
        
        ### An open-source application to create custom font design spaces from variable fonts
        
        <img src="https://d33wubrfki0l68.cloudfront.net/d67ed997178c60733041aaaf932bdf9c3afcb63b/fda62/images/slice-hero-crunch.png">
        
        ## About
        
        Slice is an open-source, cross-platform GUI app that generates fonts with custom design sub-spaces from variable font inputs.
        
        ## User documentation
        
        User docs are available at https://slice-gui.netlify.app/docs/
        
        - [Installation](https://slice-gui.netlify.app/docs/install/)
        - [Usage](https://slice-gui.netlify.app/docs/usage/)
        
        ## Issues
        
        Please file issues on the [project tracker](https://github.com/source-foundry/Slice/issues).
        
        ## Contributing
        
        Source contributions are welcome.  Please see the [Slice application developer documentation](https://slice-gui.netlify.app/docs/developer/#slice-source-code-contributions) for instructions on how to set up a local development environment and test your source changes.  Submit a pull request with any changes that you would like to share upstream.
        
        The Slice documentation is maintained in a separate GitHub repository.  Please see the [Slice documentation developer documentation](https://slice-gui.netlify.app/docs/developer/#slice-documentation-contributions) for additional details about how to modify documentation content and set up a local testing environment.
        
        Contributions to this project are accepted under the licenses specified in the [Licenses](#Licenses) section below.
        
        ## Licenses
        
        The Slice project is licensed under the GNU General Public License version 3. Please see the [LICENSE](LICENSE) document for details.
        
        Please see the [thirdparty directory](https://github.com/source-foundry/Slice/tree/main/thirdparty) for additional details about third-party licenses.
        
        ## Acknowledgments
        
        ❤️ Slice slices with the fantastic [fonttools Python library](https://github.com/fonttools/fonttools).
        
        ❤️ Slice uses the wonderful [Recursive](https://github.com/arrowtype/recursive) (sliced with Slice!) and [IBM Plex](https://github.com/IBM/plex) typefaces in the UI.
        
        ⚡ [Slice docs](https://slice-gui.netlify.app/) are powered by Netlify ([doc sources](https://github.com/source-foundry/Slice-docs)).
        
          <a href="https://www.netlify.com">
            <img src="https://www.netlify.com/img/global/badges/netlify-light.svg" alt="Deploys by Netlify" />
          </a>
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: maintain
