Metadata-Version: 2.1
Name: bfet
Version: 0.1.5
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
Description-Content-Type: text/x-rst
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/?badge=latest
    :alt: Documentation Status


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

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


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.

User installation
~~~~~~~~~~~~~~~~~

The easiest way to install bfet is using ``pip``::

    pip install -U bfet

Source code
~~~~~~~~~~~

You can check the latest sources with the command::

    git clone https://github.com/lluc2397/BFET.git

Testing
~~~~~~~

After installation, you can launch the test suite from outside the source
directory (you will need to have ``pytest`` installed)::

    pytest bfet

Contributing
~~~~~~~~~~~~

Welcome! Happy to see you willing to make the project better. You can get started by
reading this:

    - [Contributing: The basics](https://github.com/lluc2397/BFET/blob/main/CONTRIBUTING.rst)

Change log
~~~~~~~~~~

The log has become rather long. It moved to its own file.

    See [CHANGES](https://github.com/lluc2397/BFET/blob/main/HISTORY.rst).

Authors
~~~~~~~

The author list is quite long nowadays, so it lives in its own file.

    See [AUTHORS.rst](./AUTHORS.rst)

Features
--------

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