<h1 style="text-align: center;">FastDev</h1>

<p align="center">
    <em><a href="https://fastdev.jianglongye.com">Documentation</a></em>
    &nbsp;&nbsp;&bull;&nbsp;&nbsp;
    <em><code>pip install fastdev</code></em>
</p>

---

<h3>Installation</h3>

The package is available on PyPI, you can install it via pip:

```shell
pip install fastdev
```

Or you can install the latest version from the source code: (not available yet)

```shell
pip install "git+https://github.com/jianglongye/fastdev.git"
```

<!-- prettier-ignore-start -->

.. toctree::
   :caption: Basics
   :hidden:
   :maxdepth: 1
   :titlesonly:
   :glob:

   basics/*

.. toctree::
   :caption: API Reference
   :hidden:
   :maxdepth: 5
   :titlesonly:

   api/fastdev/index

<!-- prettier-ignore-end -->