Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/botcity-dev/botcity-framework-base-python

BotCity Framework (Base) - Python
https://github.com/botcity-dev/botcity-framework-base-python

Last synced: about 1 month ago
JSON representation

BotCity Framework (Base) - Python

Awesome Lists containing this project

README

        


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:

```bash
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:

```bash
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.