No project description provided
Project description
BotCity Framework Base - Python
« Explore Framework docs »
Report bug
·
Request feature
·
How to Contribute
·
Support
Prerequisites
- Python 3.7+
- Pillow
Python package requirements are listed in the requirements.txt file, which can be used to install all requirements from pip: 'pip install -r requirements.txt'
Running the Tests
In order to run the tests you will need to install some dependencies that are not part of the runtime dependencies.
Assuming that you have cloned this repository do:
pip install -r test-requirements.txt
python run_tests.py
Running the Examples
There are various examples of the features and how to get started. Check out the examples folder.
Building the Documentation Locally
In order to build the documentation you will need to install some dependencies that are not part of the runtime dependencies.
Assuming that you have cloned this repository do:
pip install -r docs-requirements.txt
mkdocs build
This will generate the HTML documentation in the <>/site
folder. Look for the index.html
file and open it with your browser.
Online Documentation
Documentation is available at https://botcity-dev.github.io/botcity-framework-base-python.
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
Hashes for botcity_framework_base-0.4.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a010466cfb44bd99d0f9c548ac1283ccc20280c4d959cb4390a64840ddf379a7 |
|
MD5 | f82e4fb6a7c21bc47d82208f70c95f73 |
|
BLAKE2b-256 | 5c8372557b8c73d7aeee2db5d972cf8f0732a2081ec262cd7afa93016f526c22 |