Metadata-Version: 2.1
Name: pyxa
Version: 0.0.2a1
Summary: pyXA is an open-source, flexible, high-performance function serving framework for Charlotte AI.
Home-page: https://github.com/xames3/pyxa/
Author: XA
Author-email: xames3.developer@gmail.com
Maintainer: XA
Maintainer-email: xames3.developer@gmail.com
License: Apache 2.0
Download-URL: https://github.com/xames3/pyxa/tags
Keywords: pyxa charlotte ai artificial intelligence
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.5
Description-Content-Type: text/markdown
Requires-Dist: fuzzywuzzy
Requires-Dist: geocoder
Requires-Dist: geolocation-python
Requires-Dist: googlemaps
Requires-Dist: hurry.filesize
Requires-Dist: python-Levenshtein
Requires-Dist: reverse-geocode

<p align="center">
  <a href="https://github.com/xames3/pyxa/">
    <img alt="pyXA" title="pyXA" src="https://github.com/xames3/pyxa/blob/assets/files/github_banner.png?raw=true">
  </a>
</p>

<p align="center">
An open-source, flexible, high-performance function serving framework for <a href="https://github.com/xames3/charlotte/">Charlotte AI.</a><br>Built by <a href="https://linkedin.com/in/xames3">XA</a> and <a href="https://github.com/xames3/pyxa/graphs/contributors">
  contributors</a>.
</p>

<p align="center">
    <!-- Python version -->
    <a href="https://www.python.org/downloads/release/python-365/"><img src="https://img.shields.io/pypi/pyversions/pyxa?color=blue&logo=python&logoColor=white" alt="Python version"/></a>
    <!-- pyXA Version -->
    <a href="https://pypi.org/project/pyxa/"><img src="https://img.shields.io/pypi/v/pyxa?logo=pypi&logoColor=white" alt="Download pyXA from PyPI"/></a>
    <!-- Status -->
    <a href="https://pypi.org/project/pyxa/"><img src="https://img.shields.io/pypi/status/pyxa?logo=pypi&logoColor=white" alt="Package status"/></a>
    <!-- Open issues -->
    <a href="https://github.com/xames3/pyxa/issues"><img src="https://img.shields.io/github/issues/xames3/pyxa?logo=github" alt="Open issues"/></a>
    <!-- Last commit -->
    <a href="https://github.com/xames3/pyxa/commits/master"><img src="https://img.shields.io/github/last-commit/xames3/pyxa?logo=github" alt="Last commit"/></a>    
    <!-- License -->
    <a href="https://github.com/xames3/pyxa/blob/master/LICENSE"><img src="https://img.shields.io/pypi/l/pyxa?logo=apache" alt="License"/></a>
</p>

## Table of Contents

- [Why pyXA?](#why-pyxa)
    - [What is pyXA?](#what-is-pyxa)
- [Let's get Started](#lets-get-started)
- [How this works?](#how-this-works)
- [In pipeline](#in-pipeline)
- [Changelog](#changelog)
- [Contributors](#contributors)
- [License](#license)

## Why pyXA?
Running a Conversational Heuristic Assistant (this is about you [Charlotte](https://github.com/xames3/charlotte/)) is a pain by itself, but running it parallelly with some high level custom actions comes with whole new set of problems. Deploying them on cloud servers is another pain. So in order to solve this issue, I thought of developing a simple yet fully functional, easily deployable Python package which will not speed up* but would streamline the workflow of the AI Assistants. Well, there's a lot to develop here & even more room for improvement and I've barely started to address this issue. So, I've made the project open-source thus anyone interested in this idea or willing to help me out can contribute and improve the code.

#### What is pyXA?
pyXA is an open source software library for high-performance complex
functional programming. Its flexible architecture allows easy deployment
of its functional usage across a variety of domains.<br>
Originally inspired by [TensorFlow](https://www.tensorflow.org/) & [Rasa](https://rasa.com/), it comes with strong support
for continuous updates, reliable functions and overall ease of use.

## Let's get Started
Yes, I need to update a lot here... \*sigh*

## Changelog
You can find all the updates happening/made to this project [here](https://github.com/xames3/pyxa/blob/master/changelog.md).

## Contributors
As of now, it's just me... \*sigh*. Feel free to contribute.

## License
Licensed under the [Apache License 2.0](https://github.com/xames3/pyxa/blob/master/LICENSE). Copyright 2019 XAMES3.


