tsroten / fcacheLinks
a dictionary-like, file-based cache module for Python
☆22Updated last year
Alternatives and similar repositories for fcache
Users that are interested in fcache are comparing it to the libraries listed below
Sorting:
- unihandecode is a transliteration library to convert all characters/words in Unicode into ASCII alphabet that aware with Language prefere…☆69Updated 3 years ago
- PyYAML-based module to produce a bit more pretty and readable YAML-serialized data☆140Updated this week
- Python module for RAR archive reading☆263Updated last year
- Backport of pathlib aiming to support the full stdlib Python API.☆85Updated 2 years ago
- A simple immutable mapping for python☆117Updated 3 years ago
- A markdown parser for docutils☆346Updated 4 years ago
- A Python module that tries to figure out what your local timezone is☆215Updated 7 months ago
- Python library to natively send files to Trash (or Recycle bin) on all platforms.☆297Updated last week
- pprint++: a drop-in replacement for pprint that's actually pretty☆412Updated 3 years ago
- Script for converting setup.py to setup.cfg☆80Updated last year
- Official repository of python tendo library, always welcoming new contributions.☆147Updated last week
- Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering☆185Updated last year
- Human friendly input/output for text interfaces using Python☆345Updated last year
- reStructuredText linter☆180Updated 2 months ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆389Updated 3 years ago
- Python package to work with Semantic Versioning (https://semver.org/)☆516Updated 2 months ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆123Updated 2 years ago
- A much more elaborate replacement for removed Python's `platform.linux_distribution()` method☆280Updated 2 months ago
- Extends click.Group to invoke a command without explicit subcommand name.☆77Updated last year
- Utility library for gitignore style pattern matching of file paths.☆209Updated last week
- A Python binding for ./jq☆201Updated last year
- Programmatically edit text files with Python. Useful for source to source transformations.☆116Updated 4 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Pidfile featuring stale detection and file-locking, can also be used as context-manager or decorator☆105Updated 3 years ago
- The httplib2 caching algorithms packaged up for use with requests.☆495Updated 2 weeks ago
- A tool to keep track of your Python package updates.☆618Updated last year
- This project helps you to import config file writen by YAML to Python dataclass.☆37Updated 3 months ago
- ISO 8601 date/time parser☆173Updated last year
- Sphinx extension that automatically document argparse commands and options☆50Updated last year
- A port of Ruby on Rails' inflector to Python