Metadata-Version: 2.1
Name: bdgd_tools
Version: 1.0.2
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
=======================
A set of tools to work with the BDGD (Base de Dados da Distribuidora) format, conversion to the DSS format (OpenDSS) and visualization.


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


.. |OK_ICON| image:: https://raw.githubusercontent.com/awesomedata/apd-core/master/deploy/ok-24.png
.. |FIXME_ICON| image:: https://raw.githubusercontent.com/awesomedata/apd-core/master/deploy/fixme-24.png

..
  _


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



Installation
=======================
  pip install bdgd-tools


Features
=======================
Conversion of Electric Power Systems from BGDG format to DSS (Opendss), including.

* |OK_ICON| Improved memory management by loading the layers of the disk
* |OK_ICON| Circuit OpenDSS element creation
* |OK_ICON|  LineCode OpenDSS element creation
* |FIXME_ICON|  LoadShape OpenDSS element creation
* |FIXME_ICON|  Line OpenDSS element creation
* |FIXME_ICON|  Transformer OpenDSS element creation
* |FIXME_ICON|  Reactor OpenDSS element creation
* |FIXME_ICON|  RegControl OpenDSS element creation
* |FIXME_ICON|  Load OpenDSS element creation







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

1.0.1(2023-04-22)
------------------

* Backend modifications to run properly auto publish and readthedocs.

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
