Metadata-Version: 2.1
Name: masonite-instant-article
Version: 0.0.1
Summary: The Official Masonite Debugbar
Home-page: https://github.com/yubarajshrestha/masonite-instant-article
Author: Yubaraj Shrestha
Author-email: companion.krish@gmail.com
License: MIT
Keywords: masonite instant articles
Platform: UNKNOWN
Classifier: Framework :: Masonite
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# Instant Articles

**If you are seeking package for generating instant article or feeds then yes, this package is for you.**

> This helps you generate facebooks instant articles and also regular feeds with enough customizations you might need.

### How to?

#### Step 1: Install package

Install package by executing the command.

```shell
pip install masonite-instant-article
```

#### Step 2: Publish Files

You need to have some files and don't worry it's quite easy. You just want to execute the command now.

```shell
python craft package:publish instant_article
```


