Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dict-trie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laros
dict-trie
Commits
85106e6e
Commit
85106e6e
authored
Jun 20, 2018
by
Laros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis config.
parent
c796d997
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
.travis.yml
.travis.yml
+6
-0
README.rst
README.rst
+3
-0
tox.ini
tox.ini
+6
-0
No files found.
.travis.yml
0 → 100644
View file @
85106e6e
language
:
python
python
:
-
"
2.7"
-
"
3.5"
install
:
pip install tox-travis
script
:
tox
README.rst
View file @
85106e6e
Trie implementation using nested dictionaries
Trie implementation using nested dictionaries
=============================================
=============================================
.. image:: https://travis-ci.org/jfjlaros/dict-trie.svg?branch=master
:target: https://travis-ci.org/jfjlaros/dict-trie
This library provides a trie_ implementation using nested dictionaries. Apart
This library provides a trie_ implementation using nested dictionaries. Apart
from the basic operations, a number of functions for *approximate matching* are
from the basic operations, a number of functions for *approximate matching* are
implemented.
implemented.
...
...
tox.ini
0 → 100644
View file @
85106e6e
[tox]
envlist
=
py27,py35
[testenv]
deps
=
pytest
commands
=
py.test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment