Metadata-Version: 2.1
Name: abraham_md
Version: 0.2.0
Summary: Converts University of Lincoln module files into a useful Obsidian Vault for keeping notes throughout the academic year, as well as revising at the end of an academic year.
Home-page: https://github.com/unkokaeru/abraham_md
License: MIT
Author: W. Fayers
Author-email: wills@fayers.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Provides-Extra: dev
Provides-Extra: devlint
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: test
Provides-Extra: types
Requires-Dist: rich (>=12.0.0,<13.0.0)
Project-URL: Repository, https://github.com/unkokaeru/abraham_md
Description-Content-Type: text/markdown

# abraham_md

![Continuous Integration (CI) Tests](https://github.com/unkokaeru/abraham-md/actions/workflows/continuous_integration.yml/badge.svg)

Converts University of Lincoln module files into a useful Obsidian Vault for keeping notes throughout the academic year, as well as revising at the end of an academic year.

## Installation

To install abraham_md, simply run:

```bash
pip install abraham_md
```

## Usage

After installation, you can use the package by executing:

```bash
abraham_md
```

## Features

- **Feature 1**: Description of feature 1.
- **Feature 2**: Description of feature 2.
- etc. - *to be filled in by the project maintainer*.

## Documentation
For more information, you can find the documentation within the `docs` directory or on the project's [GitHub Pages](https://unkokaeru.github.io/abraham_md/).

## Contributing

Contributions are welcome! Please refer to our `CONTRIBUTING.md` for more information.

## License

This project is licensed under the MIT License - see the `LICENSE.md` file for details.
