https://github.com/bobleesj/bobleesj.utils
Bob's reusable scientific code across peer-reviewed publications and software
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Bob's reusable scientific code across peer-reviewed publications and software
Basic Info
- Host: GitHub
- Owner: bobleesj
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: https://bobleesj.github.io/bobleesj.utils/
- Size: 5.84 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
- Releases: 7
Created about 1 year ago
· Last pushed 12 months ago
Metadata Files
Readme
Changelog
License
Code of conduct
Authors
README.rst
|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/bobleesj.utils/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 `_.
Owner
- Name: Sangjoon Bob Lee
- Login: bobleesj
- Kind: user
- Location: New York, NY
- Company: Columbia University
- Website: boblee.io
- Repositories: 2
- Profile: https://github.com/bobleesj
1st-Year MS Materials Science and Engineering at Columbia Engineering, Department of Applied Physics and Applied Mathematics
GitHub Events
Total
- Create event: 35
- Release event: 5
- Issues event: 100
- Delete event: 20
- Issue comment event: 128
- Public event: 1
- Push event: 80
- Pull request review event: 4
- Pull request review comment event: 6
- Pull request event: 32
- Fork event: 1
Last Year
- Create event: 35
- Release event: 5
- Issues event: 100
- Delete event: 20
- Issue comment event: 128
- Public event: 1
- Push event: 80
- Pull request review event: 4
- Pull request review comment event: 6
- Pull request event: 32
- Fork event: 1
Packages
- Total packages: 1
-
Total downloads:
- pypi 500 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
pypi.org: bobleesj.utils
Python package for sharing utility functions and classes in materials informatics.
- Homepage: https://bobleesj.github.io/bobleesj.utils/
- Documentation: https://bobleesj.utils.readthedocs.io/
- License: BSD License
-
Latest release: 0.0.5
published about 1 year ago
Rankings
Dependent packages count: 9.1%
Average: 30.2%
Dependent repos count: 51.4%
Maintainers (1)
Last synced:
11 months ago
Dependencies
.github/workflows/build-wheel-release-upload.yml
actions
.github/workflows/check-news-item.yml
actions
.github/workflows/matrix-and-codecov-on-merge-to-main.yml
actions
.github/workflows/publish-docs-on-release.yml
actions
.github/workflows/tests-on-pr.yml
actions
pyproject.toml
pypi
requirements/conda.txt
pypi
- numpy *
- openpyxl *
- pandas *
requirements/docs.txt
pypi
- doctr *
- ipykernel *
- nbsphinx *
- sphinx *
- sphinx-copybutton *
- sphinx_rtd_theme *
requirements/pip.txt
pypi
- numpy *
- openpyxl *
- pandas *
requirements/test.txt
pypi
- codecov * test
- coverage * test
- flake8 * test
- pytest * test
- pytest-cov * test
- pytest-env * test