8000 GitHub - PerchunPak/socrates-input: A simple API to ask a user for information in a beatiful way.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

PerchunPak/socrates-input

Repository files navigation

socrates-input

Support Ukraine

Build Status codecov Code style: black Python support versions badge

A simple API to ask a user for information in a beatiful way.

Features

  • Free! We don't want any money from you!
  • Add yours!

Installing

pip install socrates-input

Installing for local developing

git clone https://github.com/PerchunPak/socrates-input.git
cd socrates-input

Installing poetry

Next we need install poetry with recommended way.

If you use Linux, use command:

curl -sSL https://install.python-poetry.org | python -

If you use Windows, open PowerShell with admin privileges and use:

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -

Installing dependencies

poetry install --no-dev

Configuration

All configuration happens in config.yml, or with enviroment variables.

If something is not clear

You can always write me!

Example

from socrates_input.example import some_function

print(some_function(3, 4))
# => 7

Updating

pip install -U socrates-input

For local development

For updating, just re-download repository (do not forget save config), if you used git for downloading, just run git pull.

Thanks

This project was generated with python-template.

About

A simple API to ask a user for information in a beatiful way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0