Metadata-Version: 2.4
Name: bobleesj.utils
Version: 0.0.5
Summary: Python package for sharing utility functions and classes in materials informatics.
Author-email: Sangjoon Lee <bobleesj@gmail.com>
Maintainer-email: Sangjoon Lee <bobleesj@gmail.com>
Project-URL: Homepage, https://bobleesj.github.io/bobleesj.utils/
Project-URL: Issues, https://github.com/bobleesj/bobleesj.utils/issues/
Keywords: science,utility,chemistry
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: click
Requires-Dist: moviepy
Dynamic: license-file

|title|_
=========

.. |title| replace:: bobleesj.utils
.. _title: https://bobleesj.github.io/bobleesj.utils'

|PyPi| |Forge| |PythonVersion| |PR|

|CI| |Codecov| |Black| |Tracking|

.. |Black| image:: https://img.shields.io/badge/code_style-black-black
        :target: https://github.com/psf/black

.. |CI| image:: https://github.com/bobleesj/bobleesj.utils/actions/workflows/matrix-and-codecov-on-merge-to-main.yml/badge.svg
        :target: https://github.com/bobleesj/bobleesj.utils/actions/workflows/matrix-and-codecov-on-merge-to-main.yml

.. |Codecov| image:: https://codecov.io/gh/bobleesj/bobleesj.utils/branch/main/graph/badge.svg
        :target: https://codecov.io/gh/bobleesj/bobleesj.utils

.. |Forge| image:: https://img.shields.io/conda/vn/conda-forge/bobleesj.utils
        :target: https://anaconda.org/conda-forge/bobleesj.utils

.. |PR| image:: https://img.shields.io/badge/PR-Welcome-29ab47ff

.. |PyPi| image:: https://img.shields.io/pypi/v/bobleesj.utils
        :target: https://pypi.org/project/bobleesj.utils/

.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/bobleesj.utils
        :target: https://pypi.org/project/bobleesj.utils/

.. |Tracking| image:: https://img.shields.io/badge/issue_tracking-github-blue
        :target: https://github.com/bobleesj/'/issues


Motivation
----------

``bobleesj.utils`` is a Python package that provides a collection of utility functions and classes to simplify common tasks in materials informatics. ``bobleesj.utils`` is used across scientific software projects created and maintained by @bobleesj.

Please visit https://bobleesj.github.io/bobleesj.utils to see the documentation and examples of how to use this package.

Acknowledgements
----------------

This GitHub repository is built and maintained with the help of `scikit-package <https://scikit-package.github.io/scikit-package/>`_.
