File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 environment :
3434 name : pypi
35- # url: https://pypi.org/p/ttl-dict
36- url : https://test.pypi.org/p/ttl-dict
35+ url : https://pypi.org/p/ttl-dict
3736
3837 permissions :
3938 id-token : write # IMPORTANT: mandatory for trusted publishing
4746 - name : Publish distribution to TestPyPI
4847 uses : pypa/gh-action-pypi-publish@release/v1
4948 with :
50- repository-url : https://test. pypi.org/legacy/
49+ repository-url : https://pypi.org/legacy/
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.0.0
3+ ## 1.0
44
55- Added TTLDict class
Original file line number Diff line number Diff line change 33[ ![ Documentation Status] ( https://readthedocs.org/projects/python-ttl-dict/badge/?version=latest )] ( https://python-ttl-dict.readthedocs.io/en/latest/?badge=latest )
44[ ![ license] ( https://img.shields.io/github/license/zoola969/python_ttl_dict.svg )] ( https://github.com/zoola969/python_ttl_dict/blob/main/LICENSE )
55![ tests] ( https://github.com/zoola969/python_ttl_dict/actions/workflows/tests.yml/badge.svg?branch=master )
6-
7-
6+ ![ Pre-commit ] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )
7+ ![ Mypy ] ( https://img.shields.io/badge/mypy-checked-blue )
88### Installation
99
1010Installation is available using ` pip install python_ttl_dict ` .
Original file line number Diff line number Diff line change 11from ._exceptions import TTLDictError , TTLDictInvalidConfigError
22from ._ttl_dict import TTLDict
33
4- __version__ = "0.1.0a1 "
4+ __version__ = "1.0 "
55
66__all__ = [
77 "TTLDict" ,
You can’t perform that action at this time.
0 commit comments