Metadata-Version: 2.1
Name: frontend-assets
Version: 0.7.3
Summary: A collection of front-end assets I use for several sites
Home-page: https://github.com/avryhof/frontend_assets
Author: Amos Vryhof
Author-email: amos@vryhofresearch.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: django
Requires-Dist: django-bootstrap4
Requires-Dist: future
Requires-Dist: requests
Requires-Dist: subresource-integrity

# Frontend Assets
```bash
pip install git+https://github.com/avryhof/frontend_assets.git
```

This is just a basic package that can be installed in Django to bring in a collection of Front-End libraries I use for many projects.

It also has a base template that you can use to kickstart your project.

