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 |
6 | snippyts.__init__.to_json |
Function that expects two parameters as arguments, a Python dictionary and a string, and writes the former as the content of a file at the location denoted by the latter (which is assumed to denote a POSIX path). | September 24th, 2024 | September 24th, 2024 |
7 | snippyts.__init__.from_json |
Function that can be directed to a local raw text file by its POSIX path and returns the content of that file as a Python dictionary. | September 24th, 2024 | September 24th, 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.6.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file snippyts-0.0.6.tar.gz
.
File metadata
- Download URL: snippyts-0.0.6.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92057333545defe7a13eaeb814e362c5060091f8848ce8403f09479a2b9f2cd6 |
|
MD5 | 75be8c90b264ac5a7ff81510884c2a6a |
|
BLAKE2b-256 | b308251cb0ec13bca169b5964802bab9f172f028bfdfdfebb43c8079fbba3d16 |
File details
Details for the file snippyts-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: snippyts-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.9 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 | 8357971a6193abaf8b5233b07c5001bcc5531461dda4d2304d689afb3cc78440 |
|
MD5 | da1f65e49cedec83d37ae3e5762d414d |
|
BLAKE2b-256 | 963364627bf2016e4668b0a219f71deb565e2a5881c243ff5267c0535e01b925 |