Metadata-Version: 2.1
Name: bfet
Version: 0.0.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
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://img.shields.io/travis/lluc2397/bfet.svg
        :target: https://travis-ci.com/lluc2397/bfet

.. 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


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

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

* First release on PyPI.
