https://github.com/arpan-206/formee
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.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.5%) to scientific vocabulary
Keywords
Repository
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.
Basic Info
- Host: GitHub
- Owner: Arpan-206
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://docs.formee.hackersreboot.tech/
- Size: 1.02 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 13
- Releases: 0
Topics
Metadata Files
README.md
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.
Badges
Installation
- Install formee with pip
bash
pip3 install formee
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
- Install the CLI.
- Run the command
bash python3 -m formeeOr justbash formee - 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.
Documentation
Access the Documentation over here.
License
Roadmap
- Add more type of fields
- Work on security
- Work on Auth
- Improve WebUI
- Improve runtime
Authors
ProductHunt Listing
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.
Owner
- Name: Arpan Pandey
- Login: Arpan-206
- Kind: user
- Location: India
- Company: Hack Club
- Website: https://arpanpandey.dev
- Twitter: ArpanHRBT
- Repositories: 42
- Profile: https://github.com/Arpan-206
I am a 17-year old school student. I love to code, work on new projects, build stuff from scratch. I also love to learn new things.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Arpan Pandey | a****s@g****m | 16 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 17
- Average time to close issues: 3 minutes
- Average time to close pull requests: 1 minute
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Arpan-206 (1)
Pull Request Authors
- Arpan-206 (22)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 30 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 6
- Total maintainers: 1
pypi.org: formee
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.
- Homepage: https://github.com/Arpan-206/formee
- Documentation: https://formee.readthedocs.io/
- License: MIT
-
Latest release: 0.1.6
published almost 4 years ago
Rankings
Maintainers (1)
Dependencies
- mkdocs ^1.3.0 develop
- mkdocs-awesome-pages-plugin ^2.7.0 develop
- mkdocs-enumerate-headings-plugin ^0.5.0 develop
- mkdocs-git-authors-plugin ^0.6.4 develop
- mkdocs-git-revision-date-localized-plugin ^1.0.0 develop
- mkdocs-img2fig-plugin ^0.9.3 develop
- mkdocs-material ^8.2.8 develop
- mkdocs-minify-plugin ^0.5.0 develop
- mkdocs-print-site-plugin ^2.3.2 develop
- mkdocs-table-reader-plugin ^1.0.0 develop
- mkdocstrings ^0.18.1 develop
- mkgendocs ^0.9.0 develop
- mknotebooks ^0.7.1 develop
- pytest ^5.2 develop
- PyInquirer ^1.0.3
- PyYAML ^6.0
- aiohttp ^3.8.1
- argon2-cffi ^21.3.0
- gql ^3.1.0
- pyfiglet ^0.8.post1
- python ^3.8
- python-dotenv ^0.20.0
- requests ^2.27.1
- rich ^12.0.1
- aiohttp ==3.8.1
- aiosignal ==1.2.0
- argon2-cffi ==21.3.0
- argon2-cffi-bindings ==21.2.0
- async-timeout ==4.0.2
- attrs ==21.4.0
- certifi ==2021.10.8
- cffi ==1.15.0
- charset-normalizer ==2.0.12
- commonmark ==0.9.1
- frozenlist ==1.3.0
- gql ==3.1.0
- graphql-core ==3.2.0
- idna ==3.3
- multidict ==6.0.2
- prompt-toolkit ==1.0.14
- pycparser ==2.21
- pyfiglet ==0.8.post1
- pygments ==2.11.2
- pyinquirer ==1.0.3
- python-dotenv ==0.20.0
- pyyaml ==6.0
- regex ==2022.3.15
- requests ==2.27.1
- rich ==12.0.1
- six ==1.16.0
- urllib3 ==1.26.9
- wcwidth ==0.2.5
- yarl ==1.7.2
- actions/checkout v3 composite
- github/codeql-action/analyze v1 composite
- github/codeql-action/autobuild v1 composite
- github/codeql-action/init v1 composite