Metadata-Version: 2.1
Name: pyfstab
Version: 0.1.1
Summary: Fstab parsing and formatting library
Home-page: https://github.com/b10011/pyfstab
License: MIT
Keywords: fstab,parser
Author: Niko Järvinen
Author-email: nbjarvinen@gmail.com
Requires-Python: >=3.5,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Operating System
Classifier: Topic :: Utilities
Project-URL: Documentation, https://pyfstab.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/b10011/pyfstab
Description-Content-Type: text/x-rst

**MIT-licensed libary for parsing and creating fstab files**

|pypi| |docs| |license|

Features
========

* Unlike Canonical's fstab Python library, this actually works with Python 3
  and does not have a cancerous license (GPLv3)
* Small

Contributing
============

* Send any issues to GitHub's issue tracker.
* Before sending a pull request, format it with `Black`_ (-Sl79)
* Any changes must be updated to the documentation


.. _`Black`: https://github.com/psf/black

.. |pypi| image:: https://img.shields.io/pypi/v/pyfstab.svg
    :alt: PyPI
    :target: https://pypi.org/project/pyfstab/
.. |docs| image:: https://readthedocs.org/projects/pyfstab/badge/?version=latest
    :alt: Read the Docs
    :target: http://pyfstab.readthedocs.io/en/latest/
.. |license| image:: https://img.shields.io/github/license/b10011/pyfstab.svg
    :alt: License
    :target: https://github.com/b10011/pyfstab/blob/master/LICENSE

