Metadata-Version: 2.1
Name: llyfrau
Version: 0.2.0
Summary: Bookmark management
Home-page: UNKNOWN
Author: Alex Carney
Author-email: alcarneyme@gmail.com
License: MIT
Project-URL: Source, https://github.com/alcarney/llyfrau
Project-URL: Tracker, https://github.com/alcarney/llyfrau/issues
Description: # Llyfrau
        
        Bookmark management using a SQLite database.
        
        
        ## Installing
        
        `llyfrau` supports Python 3.6+ and can be installed using [pipx][pipx]
        
        ```
        $ pipx install llyfrau
        ```
        
        [pipx]: https://github.com/pipxproject/pipx
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
