Parse and manipulate version numbers.
☆48Mar 19, 2026Updated this week
Alternatives and similar repositories for parver
Users that are interested in parver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A drop-in replacement for native Python datetimes that embraces UTC.☆60Nov 20, 2023Updated 2 years ago
- Django-docopt-command allows you to write Django manage.py commands using the docopt library☆26May 21, 2024Updated last year
- Utilities for maintaining forwards compatibility with Django releases.☆15Sep 26, 2017Updated 8 years ago
- Think about Python's dir builtin with recursive search capabilities☆50Mar 7, 2026Updated 2 weeks ago
- An (unofficial) command line interface for Google APIs☆31May 22, 2023Updated 2 years ago
- Charts with pure python☆58Feb 22, 2024Updated 2 years ago
- Django X-Forwarded-For Properly☆17Feb 13, 2025Updated last year
- Pure Python Dependency Resolution (see https://github.com/sarugaku/resolvelib/ instead)☆80Jun 13, 2019Updated 6 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Dec 22, 2025Updated 3 months ago
- Parse ARNs using Python☆36Oct 22, 2019Updated 6 years ago
- A Gotalk implementation in Python.☆20Dec 28, 2015Updated 10 years ago
- Expiry rules for Django sessions☆22Jul 17, 2020Updated 5 years ago
- Bruteforce protection for Django projects based on Redis. Simple, powerful, extendable.☆104May 7, 2018Updated 7 years ago
- Simple ElasticSearch indexing integration for Django.☆44Nov 16, 2017Updated 8 years ago
- HTML representation for Python objects.☆17Apr 16, 2025Updated 11 months ago
- Centralized test reporting and monitoring service☆16Dec 27, 2022Updated 3 years ago
- A CLI tool to check whether a package name is available on different package managers.☆12Oct 3, 2018Updated 7 years ago
- A GUI tool for reviewing ReST/Sphinx documentation☆27Jan 30, 2026Updated last month
- Vault backend for python-keyring☆10Jan 31, 2026Updated last month
- ☆21Sep 9, 2012Updated 13 years ago
- Fluent assertions for Python☆85Apr 23, 2022Updated 3 years ago
- Project-level virtual environment management☆10Sep 28, 2021Updated 4 years ago
- Handle opensearch.xml☆15Sep 5, 2023Updated 2 years ago
- A flatpages/flatblock application using generic relations to content models.☆68Sep 8, 2021Updated 4 years ago
- Mixins for Django Rest Framework Serializer☆19Feb 18, 2019Updated 7 years ago
- Mocking framework for Python☆40Nov 21, 2025Updated 4 months ago
- HTML5 chunked uploading for Django☆48Jul 31, 2014Updated 11 years ago
- Python environment comparison tool☆22Dec 26, 2022Updated 3 years ago
- JIra-select is a command-line tool and library that lets you run SQL-like queries against your Jira instance that are far beyond what Jir…☆35Nov 3, 2025Updated 4 months ago
- Replace `Optional[T]` by `Union[T, None]` 👀