Skip to content

issues Search Results · repo:controversial/livejson language:Python

Filter by

12 results  (111 ms)

12 results

incontroversial/livejson (press backspace or delete to remove)

Hi, thanks for the package! It would be great if type-hints could be added so this package can be used with mypy. Thanks!

Always found delimitter error but everything placed correctly

I can t update int type to my json file import livejson with livejson.File( data.json , True, False, 4) as database: database = database def update(id): #the json content is like this #{ ...

livejson.py:129: DeprecationWarning: Using or importing the ABCs from collections instead of from collections.abc is deprecated since Python 3.3,and in 3.9 it will stop working class _NestedDict(_NestedBase, ...

When I create a new livejson object in a with block and I pass pretty=True to the initializer, the data is still written compressed to the file. Expected result: - The data in the json file should ...
bug

livejson could provide a DataProvider ABC, allowing users to bridge the livejson interface to other JSON-compatible systems, such as CouchDB, Mongo, and YAML. A DataProvider could choose either to ...
enhancement

This would improve performance by only reading from or writing to a file if a certain time interval had passed since the last write. A File would store information about the last time it was updated. ...
enhancement

When adding a module to pythonista.cloud with the API, if the Github Repo is named differently to the entry_point then an Import Error is displayed. This is because pythonista.cloud is looking for the ...
invalid

Using the context manager on a ListDatabase converts it to a dict: a = livejson.ListDatabase( a.json ) a [] with a: ... a.append(0) ... Traceback (most recent call last): File stdin ...
bug

It d be nice to use livejson with file-like objects that are not directly on the local drive. This could allow people to use livejson on things like remote servers, providing they implemented a file-like ...
enhancement
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.