Metadata-Version: 2.4
Name: oxeye
Version: 0.1.1
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Summary: Language Server Protocol server for Simplicity High-Level blockchain programming language
Author-email: Sitt Guruvanich <aekasitt.g@siamintech.co.th>
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# oxeye

[![Bitcoin-only](https://img.shields.io/badge/bitcoin-only-FF9900?logo=bitcoin)](https://twentyone.world)
[![Top](https://img.shields.io/github/languages/top/krutt/oxeye)](https://github.com/krutt/oxeye)
[![Languages](https://img.shields.io/github/languages/count/krutt/oxeye)](https://github.com/krutt/oxeye)
[![Last commit](https://img.shields.io/github/last-commit/krutt/oxeye/master)](https://github.com/krutt/oxeye)
![Oxeye Banner](static/oxeye-banner.svg)

### Installation

TBD;

### Project structure

```
oxeye/
│
├── src/
│   └── lib.rs               # Library definitions
│
├── static/
│   ├── docs/                # Collection of markdown LSP definitions
│   │   ├── comprehensive/   # Collection of catchall markdown reference
│   │   ├── jet_functions/   # Collection of markdown jet function definitions
│   │   ├── keywords/        # Collection of markdown keyword definitions
│   │   ├── misc/            # Collection of miscellaneous definitions
│   │   └── types/           # Collection of type definitions
│   │
│   ├── oxeye.svg            # Vector asset used as crest
│   ├── oxeye-banner.svg     # Vector asset for banner on display in README
│   └── oxeye-social.svg     # Vector asset used as Open Graph preview
│
├── Cargo.toml               # Rust library dependencies and packaging
├── LICENSE                  # Details of MIT License
├── README.md                # Descriptions and roadmap
├── oxeye.pyi                # Stub file for python method declarations
└── pyproject.toml           # Python library build system and metadata
```

  > :see_no_evil: Notable exemptions: `example`, `lockfiles`

## Contributions

TBD;

## Acknowledgements

1. [อัญชัญ - Anchan](https://www.f0nt.com/release/anchan/) typeface by [Alisara Zilch](https://www.f0nt.com/author/zilch/)

## License

This project is licensed under the terms of the MIT license.

