Skip to main content

No project description provided

Project description

How to use this...

pip install -r requirements.txt

python -m nutai
curl 127.1:5000/documents/0
: "Not Found"
curl -d '"z e r o"' -H 'Content-Type: application/json' 127.1:5000/documents/0
: 200
curl 127.1:5000/documents/0
: '[{"id": "0", "score": 0}]'
curl -d '"o r e z"' -H 'Content-Type: application/json' 127.1:5000/documents/0
: "Document already exists"
curl -d '"o n e"' -H 'Content-Type: application/json' 127.1:5000/documents/1
: 200
curl 127.1:5000/documents/1
: '[{"id": "0", "score": 0}, {"id": "1", "score": 0}]'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nutai-0.2.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

nutai-0.2.1-py3-none-any.whl (19.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page