Metadata-Version: 2.4
Name: vinil
Version: 0.0.2
Summary: ...
Author-email: Dima Burmistrov <pyctrl.dev@gmail.com>
Project-URL: homepage, https://gitlab.com/pyctrl/vinil
Project-URL: source, https://gitlab.com/pyctrl/vinil
Project-URL: issues, https://gitlab.com/pyctrl/vinil/issues
Keywords: vinil
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.14
Description-Content-Type: text/x-rst

vinil
#####


**Installation**

::

    pip install vinil


For developers
**************

* Use regular virtualenv or any other (no pre-defined preparations provided)

* Running tests::

    tox

* Building package::

    tox -e build

* Contributing: contact me through `Issues <https://gitlab.com/pyctrl/vinil/issues>`__


Versioning
**********

`SemVer <http://semver.org/>`__ used for versioning.
For available versions see the repository
`tags <https://gitlab.com/pyctrl/vinil/tags>`__.


Authors
*******

-  **Dima Burmistrov** - *Initial work* -
   `pyctrl <https://github.com/pyctrl>`__


License
*******

This project is licensed under the X11 License (extended MIT) - see the
`LICENSE <https://github.com/pyctrl/vinil/blob/main/LICENSE>`__ file for details
