https://github.com/aragilar/stringtopy
Utility library to convert strings to different python objects
https://github.com/aragilar/stringtopy
Last synced: 4 months ago
JSON representation
Utility library to convert strings to different python objects
- Host: GitHub
- URL: https://github.com/aragilar/stringtopy
- Owner: aragilar
- License: bsd-3-clause
- Created: 2016-05-18T01:54:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T13:45:04.000Z (over 1 year ago)
- Last Synced: 2025-10-27T02:45:40.579Z (8 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://stringtopy.readthedocs.org/en/latest/?badge=latest)
[](https://dev.azure.com/jamestocknell/stringtopy/_build/latest?definitionId=5&branchName=master)
[](https://codecov.io/github/aragilar/stringtopy?branch=master)
[](https://pypi.python.org/pypi/stringtopy/)
[](https://pypi.python.org/pypi/stringtopy/)
[](https://pypi.python.org/pypi/stringtopy/)
[](https://pypi.python.org/pypi/stringtopy/)
[](https://pypi.python.org/pypi/stringtopy/)
[](https://pypi.python.org/pypi/stringtopy/)
[](https://pypi.python.org/pypi/stringtopy/)
stringtopy is a utility library to convert strings to different python (stdlib)
objects. Examples of objects it can return include bool (converting yes/no,
true/false etc.), float (allowing fractions) and int (allowing floating point
notation to be used for large numbers).
Bug reports and suggestions should be filed at
[https://github.com/aragilar/stringtopy/issues](https://github.com/aragilar/stringtopy/issues).