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 JSON file by its POSIX path and returns the content of that file as a Python dictionary. | September 24th, 2024 | September 24th, 2024 |
8 | snippyts.__init__.to_pickle |
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. | October 3rd, 2024 | October 3rd, 2024 |
9 | snippyts.__init__.from_pickle |
Function that can be directed to a local Python-pickle file by its POSIX path and returns a copy of the artifact persisted in that file. | October 3rd, 2024 | October 3rd, 2024 |
10 | snippyts.trie.Trie |
A class implementing a trie data structure. | October 3rd, 2024 | October 3rd, 2024 |
11 | snippyts.vocabulary_tools.ExactStringMatcher |
A wrapper around flashtext2 providing a unified application interface shared with FuzzySet . |
October 12th, 2024 | October 13th, 2024 |
12 | snippyts.vocabulary_tools.FuzzyStringMatcher |
A wrapper around FuzzySet providing a unified application interface shared with flashtext2 . |
October 13th, 2024 | October 13th, 2024 |
Running tests
Using pytest
Change into the project's home folder (first line below) and run pytest
(second line). After moving into that directory, the working folder should contain two subfolders, src
(in turn the parent of subfolder snippyts
) and tests
:
cd snippyts ;
pytest tests ;
Running the module as a package
cd snippyts ;
python -m src.snippyts.__init__
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.1.0.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file snippyts-0.1.0.tar.gz
.
File metadata
- Download URL: snippyts-0.1.0.tar.gz
- Upload date:
- Size: 10.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 | 70d2b7384936232dea247bdee9092b8dda66c269c0d9a88b5139f8a916722313 |
|
MD5 | 1a07b7f61a198fbc36e271af9fd83299 |
|
BLAKE2b-256 | 0e4bc03331d76e86dc7b58371faf2a9ef912ab7fb4e6b0f8c7e710b79d837bfa |
File details
Details for the file snippyts-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: snippyts-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | 42a66b87dfa3c7b9cc2f31c3207ccdd84a54c7b76584d937717991f332664063 |
|
MD5 | 6e9ba8ff65b673b71e130fbc79c1e3cd |
|
BLAKE2b-256 | 2dcab828511a843141734ad4b590197452cd3006247d85366c46a49c4b54aaaf |