Metadata-Version: 2.1
Name: bfet
Version: 0.1.1
Summary: Better Faster Easier Testing. Create Django models quickly and easly, create different data types for testing cases or create default tests files
Home-page: https://github.com/lluc2397/bfet
Author: Lucas Montes
Author-email: lluc23@hotmail.com
License: MIT license
Keywords: bfet
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

====
BFET
====


.. image:: https://img.shields.io/pypi/v/bfet.svg
        :target: https://pypi.python.org/pypi/bfet

.. image:: https://github.com/lluc2397/bfet/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/lluc2397/bfet/actions/workflows/ci.yml

.. image:: https://readthedocs.org/projects/bfet/badge/?version=latest
        :target: https://bfet.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/lluc2397/bfet/shield.svg
     :target: https://pyup.io/repos/github/lluc2397/bfet/
     :alt: Updates



Better Faster Easier Testing. Create Django models quickly and easly, create different data types for testing cases or create default tests files


* Free software: MIT license
* Documentation: https://bfet.readthedocs.io.


Features
--------

* TODO
        - Improve tests
        - Add support for pytest
        - Create templates for admin.py and urls.py for Django
        - Separate files creations


=======
History
=======

0.0.0 (2022-09-13)
------------------

* First release on PyPI.


0.1.0 (2022-09-14)
------------------

* First working and styled release.
