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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file oscar-ai-0.0.3.tar.gz
.
File metadata
- Download URL: oscar-ai-0.0.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbf9ea479e2012615735d0596467716d7211bb0c3298b769fc76f187e392649a |
|
MD5 | 99ae668457d24c28bf72c52e2f79b763 |
|
BLAKE2b-256 | e61cabf4a8fbf297348cfd38677ca354f87fe2a95f96c4db3d36ddd78ed6a0f8 |
File details
Details for the file oscar_ai-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: oscar_ai-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca9f30919c600bc5f7a7deb7b21f9eae43e13ff6901647861919348879becb79 |
|
MD5 | f96d631a2b74ccbf44c5477ad2ce0558 |
|
BLAKE2b-256 | 95528b53faeb8595c2d0fc79b51903739e333ab01d1537499d3e91bea8e66f6f |