Metadata-Version: 2.1
Name: formee
Version: 0.1.6
Summary: Formee is a tool that provides an easy way to create, edit and manage all of your forms from the command line. It uses a powerful GraphQL API and strives to make the process of working with forms as easy and simple as possible.
Home-page: https://github.com/Arpan-206/formee
License: MIT
Author: Arpan Pandey
Author-email: arpan@hackersreboot.tech
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyInquirer (>=1.0.3,<2.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: argon2-cffi (>=21.3.0,<22.0.0)
Requires-Dist: gql (>=3.1.0,<4.0.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: python-dotenv (>=0.20.0,<0.21.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=12.0.1,<13.0.0)
Project-URL: Repository, https://github.com/Arpan-206/formee
Description-Content-Type: text/markdown


# Formee- The terminal forms

Formee is a tool that provides an easy way to create, edit and manage all of your forms from the command line. It uses a powerful GraphQL API and strives to make the process of working with forms as easy and simple as possible.

![Formee Logo](docs/docs_assets/images/logo.svg)


## Badges

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/Arpan-206/formee/blob/main/LICENSE)
[![Python 3.8 or above](https://img.shields.io/badge/python-%5E3.8-blue)](https://python.org/)
[![Hasura](https://img.shields.io/badge/Built%20With-Hasura-yellowgreen)](https://hasura.io)

## Installation

1. Install *formee* with pip

```bash
pip3 install formee
```

2. Use the Github repository

    ```bash
    git clone https://github.com/Arpan-206/formee.git
    cd formee
    ```

    - If you use poetry, then:
        ```bash
        poetry install
        ```
    - Otherwise, use pip
        ```bash
        pip3 install -r requirements.txt
        ```

## Usage

1. [Install the CLI.](#Installation)
2. Run the command
```bash
python3 -m formee
```
Or just
```bash
formee
```
3. You're good to go.

## Learn
If you want to learn how to use Formee, then you can visit [the learn segment in the docs](https://docs.formee.hackersreboot.tech/learn/01-getting%20started).
## Documentation
Access the Documentation over 
[here](https://docs.formee.hackersreboot.tech/).


## License

[MIT](https://github.com/Arpan-206/formee/blob/main/LICENSE)



## Roadmap

- Add more type of fields
- Work on security
- Work on Auth
- Improve WebUI
- Improve runtime


## Authors
- [@Arpan-206](https://github.com/Arpan-206)

### ProductHunt Listing
<a href="https://www.producthunt.com/posts/formee?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-formee" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=338228&theme=dark" alt="Formee - An&#0032;intuitive&#0032;CLI&#0032;to&#0032;create&#0044;&#0032;manage&#0032;and&#0032;fill&#0032;forms | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>


## Feedback
If you have any feedback, please reach out to us at arpan@hackersreboot.tech.



## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.

