https://github.com/transcental/dill_tils
DillonB07's utility functions
https://github.com/transcental/dill_tils
Last synced: 7 months ago
JSON representation
DillonB07's utility functions
- Host: GitHub
- URL: https://github.com/transcental/dill_tils
- Owner: transcental
- License: lgpl-3.0
- Created: 2021-11-13T15:28:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T14:50:36.000Z (over 3 years ago)
- Last Synced: 2025-06-22T20:11:36.796Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DilllonB07 Utilities





Dill_tils is a package that has my commonly used functions inside it for ease of use.
## Installation
Anyone can use this package by installing it from PyPi via one of the following commands:
### Pip
```zsh
pip install dill_tils
```
```zsh
pip3 install dill_tils
```
```zsh
python -m pip install dill_tils
```
```zsh
python3 -m pip install dill_tils
```
### Poetry
```zsh
poetry install dill_tils
```
### Conda
```zsh
conda install dill_tils
```
### Pipenv
```zsh
pipenv install dill_tils
```
## Usage
Just import the modules you need and get started!
## License
This project is licensed under the LGPLv3 license.