Metadata-Version: 2.1
Name: solvit
Version: 0.0.1
Summary: Solvit Alphametic Puzzle Solver in Python
Home-page: https://github.com/TralahM/Solvit
Author: Tralah M Brian
Author-email: briantralah@gmail.com
License: GPLV3
Description: [![Build Status](https://travis-ci.com/TralahM/Solvit.svg?branch=master)](https://travis-ci.com/TralahM/Solvit)
        [![Documentation Status](https://readthedocs.org/projects/Solvit/badge/?version=latest)](https://Solvit.readthedocs.io/en/latest/?badge=latest)
        [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
        [![Organization](https://img.shields.io/badge/Org-TralahTek-blue.svg)](https://github.com/TralahTek)
        [![Views](http://hits.dwyl.io/TralahM/Solvit.svg)](http://dwyl.io/TralahM/Solvit)
        [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat-square)](https://github.com/TralahM/Solvit/pull/)
        [![GitHub pull-requests](https://img.shields.io/badge/Issues-pr-red.svg?style=flat-square)](https://github.com/TralahM/Solvit/pull/)
        [![Language](https://img.shields.io/badge/Language-python-3572A5.svg)](https://github.com/TralahM)
        
        # Solvit.
        
        Solvit Alphametic Puzzle Solver
        
        ![Puzzle](solvit.png)
        
        [![TralahTek](https://img.shields.io/badge/Organization-TralahTek-black.svg?style=for-the-badge)](https://github.com/TralahTek)
        [![TralahM](https://img.shields.io/badge/Engineer-TralahM-blue.svg?style=for-the-badge)](https://github.com/TralahM)
        [![TralahM](https://img.shields.io/badge/Maintainer-TralahM-green.svg?style=for-the-badge)](https://github.com/TralahM)
        
        # Documentation
        
        [![Documentation](https://img.shields.io/badge/Docs-Solvit-blue.svg?style=for-the-badge)](https://github.com/TralahM/Solvit)
        
        # How to Install
        ```bash
        # In terminal do:
        ```
        
        ## Building from Source for Developers
        
        ```console
        $ git clone https://github.com/TralahM/Solvit.git
        $ cd Solvit
        ```
        
        
        ## Input from a csv file of the Puzzle
        
        | x1 | x2 | x3 | x4 | sum |
        |----|----|----|----|-----|
        | C  | H  | G  | B  | 25  |
        | A  | J  | C  | D  | 23  |
        | G  | E  | F  | D  | 18  |
        | E  | H  | A  | F  | 10  |
        | C  | A  | G  | E  | 19  |
        | H  | J  | E  | H  | 13  |
        | G  | C  | F  | A  | 18  |
        | B  | D  | D  | F  | 26  |
        
        # Contributing
        [See the Contributing File](CONTRIBUTING.rst)
        
        
        [See the Pull Request File](PULL_REQUEST_TEMPLATE.md)
        
        
        # Support
        
        # LICENCE
        
        [Read the license here](LICENSE)
        
        
        # Self-Promotion
        
        [![TralahM](https://img.shields.io/badge/Twitter-TralahM-blue.svg?style=for-the-badge)](https://twitter.com/TralahM)
        [![TralahM](https://img.shields.io/badge/Github-TralahM-black.svg?style=for-the-badge)](https://github.com/TralahM)
        [![TralahM](https://img.shields.io/badge/Kaggle-TralahM-purple.svg?style=for-the-badge)](https://kaggle.com/TralahM)
        [![TralahM](https://img.shields.io/badge/LinkedIn-TralahM-red.svg?style=for-the-badge)](https://linkedin.com/in/TralahM)
        [![Blog](https://img.shields.io/badge/Blog-tralahm.tralahtek.com-blue.svg?style=for-the-badge)](https://tralahm.tralahtek.com)
        
        
        [![TralahTek](https://img.shields.io/badge/Organization-TralahTek-cyan.svg?style=for-the-badge)](https://tralahtek.com)
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
Provides-Extra: docs
