Metadata-Version: 2.1
Name: octopus-parser
Version: 0.1.0
Summary: This package contains utility parsers
Home-page: https://octopusai.com
Author: OctopusAI, Inc
Author-email: hi@octopusai.com
License: Apache License, Version 2.0
Keywords: octopus parser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: lark-parser (>=0.7.8)

# Octopus Parsers

A collection of utility parsers.

## Pre-requisites:

- [click](https://click.palletsprojects.com/en/7.x/)
- [lark-parser](https://github.com/lark-parser/lark)


## Quickstart

To install octopus_parser package, run:

```
pip install -e .
```

## List of Parsers:

### Infant Milk Parser

Parsing company/brand/subbrand/flavor/weight from a string.

E.g. `RAJASUSU/Bebelove 1 400 Gr`

## Contributing

To contribute to the code base, please check lark-parser github and tutorials such as the [json-parser](https://github.com/lark-parser/lark/blob/master/docs/json_tutorial.md) is a good place to start.

Also some of the simple tutorials included with octopus_parser package, such as the [calculator](octopus_parser/tutorials/calculator.py) parser.


