Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haozeke/eindir
A set of common structures or particles used for function inspection
https://github.com/haozeke/eindir
Last synced: 22 days ago
JSON representation
A set of common structures or particles used for function inspection
- Host: GitHub
- URL: https://github.com/haozeke/eindir
- Owner: HaoZeke
- License: mit
- Created: 2023-02-23T11:29:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T00:46:11.000Z (9 months ago)
- Last Synced: 2024-09-18T00:25:13.158Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
![Logo](./branding/logo/eindir_logo.png)
# eindir [![DOI](https://zenodo.org/badge/605541458.svg)](https://zenodo.org/doi/10.5281/zenodo.10672737)
A set of "particles" or components mainly focused on working with functions in ND.
## Development
We use `towncrier` for managing newsworthy contributions. Also the easiest
development environment is probably with `pixi` and `hatch`:``` sh
pixi shell
pdm install
```Now we have certain commands to help with development:
``` sh
pdm run lint
pdm run mkdoc
```## License
MIT