Metadata-Version: 2.1
Name: second-brain-tools
Version: 0.0.1
Summary: This project is a toolset for Second Brain, This would help us to quickly and more efficiently create notes using Second Brain Vault.
Home-page: https://github.com/rohanbatrain/Second-Brain-Tools
Author: Rohan Batra
Author-email: me@rohanbatra.in
License: Apache-2.0
Project-URL: Changelog, https://github.com/rohanbatrain/Second-Brain-Tools/blob/master/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/rohanbatrain/Second-Brain-Tools/issues
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst

========
Overview
========



This project is a toolset for Second Brain, This would help us to quickly and more efficiently create notes using
Second Brain Vault.

* Free software: Apache Software License 2.0

Installation
============

::

    pip install second-brain-tools

You can also install the in-development version with::

    pip install https://github.com/rohanbatrain/Second-Brain-Tools/archive/main.zip


Documentation
=============


To use the project:

.. code-block:: python

    import second_brain_tools
    second_brain_tools.longest()


Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2022-11-17)
------------------

* First release on PyPI.
