Miscellaneous utility scripts and Python objects for agile development.
Project description
snippyts
Miscellaneous utility scripts and Python objects for agile development.
Table of objects
No. | Name | Description | Date added | Date reviewed |
---|---|---|---|---|
1 | snippyts.__init__.batched |
Partitions an input collection iterable into chunks of size batch_size . The number of chunks is unknown at the time of calling is determined by the length of iterable . |
September 22nd, 2024 | September 22nd, 2024 |
2 | snippyts.__init__.flatten |
Given a collection of lists, concatenates all elements into a single list. More formally, given a collection holding n iterables with m elements each, this function will return a single list holding all n * m elements. |
September 22nd, 2024 | September 22nd, 2024 |
3 | create_python_simple_package.sh |
BASH script to initialize a local Python package as a local git repository with a virtual environment, project files, and standard folder structure. It takes user input into account for parameterization from the command line. | September 22nd, 2024 | September 23rd, 2024 |
4 | snippyts.__init__.to_txt |
Function that expects two string parameters as arguments and writes the first string as the content of a file at the location denoted by the second string (which is assumed to denote a POSIX path). | September 23rd, 2024 | September 23rd, 2024 |
5 | snippyts.__init__.from_txt |
Function that can be directed to a local raw text file by its POSIX path and returns the content of that file as a string. | September 23rd, 2024 | September 23rd, 2024 |
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
snippyts-0.0.3.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file snippyts-0.0.3.tar.gz
.
File metadata
- Download URL: snippyts-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2097c0ef717c190716dfbddecd72db21dae913cebe2ba71a289b16257d9ae600 |
|
MD5 | 997c86534c7c5d32fb5f2d27569e2041 |
|
BLAKE2b-256 | 3065684e1ba91aa4dfbf89a8f80fa6322fcaff8e15de290cf75d79b329606b89 |
File details
Details for the file snippyts-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: snippyts-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2df51b340c80188360f9707e33239ec5742f070133c6774682051a5fe7636e3 |
|
MD5 | 66261947ad98e14c66db2e55fe5c9fb6 |
|
BLAKE2b-256 | 7e17e1827724206357b901eeabe99dd82f4df66a33cbdf482302d2cdaec20f97 |