Skip to content

Transform dot-delimited strings to an array of python strings.

License

Notifications You must be signed in to change notification settings

wilmoore/dotsplit.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotsplit

Transform dot-delimited strings to array of python strings.

>>> import dotsplit
>>> dotsplit('group.0.section.a.seat.3')
['group', '0', 'section', 'a', 'seat', '3']

Downloads Supported Versions Contributors

Installation

dotsplit is available on PyPI:

poetry
poetry install dotsplit
pip
python -m pip install dotsplit

Testing

to run the unit test suite, cd to the root directory and run:

❯ poetry install
❯ poetry run pytest

Licenses

GitHub license

About

Transform dot-delimited strings to an array of python strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages