Metadata-Version: 2.1
Name: djbs
Version: 0.1.4
Summary: This is a simple library that performs basic django and bootstrap.
Home-page: https://github.com/
Author: JAMAL EL KHDADI
Author-email: jamalelkhdadi@gmail.com
License: MIT
Keywords: cli
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

This is a simple library that performs
basic django and bootstrap component.

## Installation
```
pip install djbs

```

## Usage:
A guide to using the djbs cli is as follows

```
python -m djbs startapp <app-name>

```
The functions in this library are:
1. new app django
2. new component bootstrap

## License
Copyright 2022 jamalelkhdadi

This repository is licensed under MIT license.
See LICENSE for details.


Change Log
==========

0.1.4 (22/07/2022)

