Metadata-Version: 2.1
Name: bdgd-tools
Version: 0.2.3
Summary: Short description
Home-page: https://github.com/eniocc/bdgd_tools
Author: Ênio Rodrigues
Author-email: eniocc@gmail.com
License: MIT license
Keywords: bdgd_tools
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.9
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst

==========
bdgd-tools
==========


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

.. image:: https://img.shields.io/travis/eniocc/bdgd_tools.svg
        :target: https://travis-ci.com/eniocc/bdgd_tools

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


.. image:: https://pyup.io/repos/github/eniocc/bdgd_tools/shield.svg
     :target: https://pyup.io/repos/github/eniocc/bdgd_tools/
     :alt: Updates



A set of tools to work with the BDGD format, conversion to the DSS format (OPENDSS) and visualization.


* Free software: MIT license
* Documentation: https://bdgd-tools.readthedocs.io.


Features
--------

* Conversion of Electric Power Systems from BGDG format to DSS (Opendss)

Credits
-------

This package was created by [Ênio Rodrigues](https://github.com/eniocc) and Rodolgo Londero
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

1.0.0(2023-03-22)
------------------

* Tested and running on python 3.9
* Clean architecture. Old models, classes and tests were removed
* Major conversion using json file based was inserted
* Now we can read different bdgd versions
* In this version we can create the DSS elements:
    - Circuit
    - Line
    - Linecode


0.1.1(2022-09-19)
------------------

* Tested on windows platform


0.1.0 (2022-09-19)
------------------

* First release on PyPI
* Base project
