Skip to main content

TODO

Project description

Steps to build package

python3 -m pip install --upgrade build

python3 -m build

Create test pypi accound

https://test.pypi.org/account/register/

Create and save private token

https://test.pypi.org/manage/account/#api-tokens

python3 -m pip install --upgrade twine

python3 -m twine upload --repository testpypi dist/*

Installation from test.pypi.org

$ python3 -m venv venv
$ source venv/bin/activate
$ python -m pip install --index-url https://test.pypi.org/simple/ --no-deps oscar-ai

Test it

$ python

>>> from oscar_ai.actions.speak import Speaker
>>> oscar = Speaker()
>>> oscar.say_something()

Unistall

$ pip uninstall oscar-ai

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

oscar-ai-0.0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

oscar_ai-0.0.3-py3-none-any.whl (2.9 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