utilities for general use
Project description
utilities
Utilities for performing day to day tasks.
Helps in automation of day to day business tasks for typical business workflows
Developer Guide
Overview
This project provides utilities for automating day-to-day business tasks. It includes various scripts and tools to streamline typical business workflows.
Capabilities
- Web scraping
- Data processing
- Automation scripts
- Integration with other tools
Setups Needed
- Installations
- Python Installation: Ensure Python 3.11 is installed
- ? install : pip module in python
- ? install : pip build submodule ?
- ? install : conda ?
- ? env setup : venv or conda to develop the package ?
- ? twine to publish?
- is publishing to PyPI being done manually ?
- if so, script it. add to dev_tools folder.
- we can remove dev_tools from uploaded distribution
- how do we formalize these ? into whats needed for
- someone just using the binary dist (wheel?)
- someone who will build and use locally (sdist?)
- someone who will just build , use locally and check-in as well
- someone who will then package and publish both binary and sdist to PyPI?
- upgrade pip if needed
python.exe -m pip install --upgrade pip
- Virtual Environment:
python -m venv .venv
source .venv/bin/activate # On Windows use `.venv\Scripts\activate`
-
dependencies
pip install -r dev_tools/requirements.txt -
run a script
- run a script, python path/to/script.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file assetutilities-0.0.8.tar.gz.
File metadata
- Download URL: assetutilities-0.0.8.tar.gz
- Upload date:
- Size: 77.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
038a808fdb82b666cd549962610ea9aaf4461950e02a442ce319b4653664782a
|
|
| MD5 |
f1bc3dc4661145b2ffde65fec556bcf3
|
|
| BLAKE2b-256 |
701fc67af193b0bfe1e0f5eba433de415959a9be04d8fa5517b06d381eb26ebf
|
File details
Details for the file assetutilities-0.0.8-py3-none-any.whl.
File metadata
- Download URL: assetutilities-0.0.8-py3-none-any.whl
- Upload date:
- Size: 98.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e78a7c84f4d931aaf9607acdf81d17b94f32f62d5839f570b56a64d620f9e81
|
|
| MD5 |
02b1dbcaced9e2d8863da0a6461b04c8
|
|
| BLAKE2b-256 |
c786ab286ebaf2d2e3689f652f7e88fff8fe3693914b86738200495cb78217f2
|