Metadata-Version: 2.1
Name: dknovautils
Version: 0.2.3
Summary: A small example package
Author-email: dknova <dikisite@outlook.com>, dknova2 <dikisite2@outlook.com>
License: MIT License
Project-URL: Homepage, https://example.com/xxx
Project-URL: Documentation, https://readthedocs.org/xxx
Project-URL: Repository, https://github.com/me/xxx.git
Project-URL: Issues, https://github.com/me/xxx/issues
Project-URL: Changelog, https://github.com/me/xxx/blob/master/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: ipython

#### Just for learning how to write and build a package

The author doesn't suggest anyone else use it.





#### v0.1.16 exception


```

  Traceback (most recent call last):
    File "./0527_files.py", line 6, in <module>
      from dknovautils import *
    File "/home/dkadmin/.local/lib/python3.8/site-packages/dknovautils/__init__.py", line 12, in <module>
      from dknovautils.commons import *
    File "/home/dkadmin/.local/lib/python3.8/site-packages/dknovautils/commons.py", line 39, in <module>
      AT.never()
    File "/home/dkadmin/.local/lib/python3.8/site-packages/dknovautils/dkat.py", line 209, in never
      AT.assert_(False,  s if s is not None else 'should never come here')
    File "/home/dkadmin/.local/lib/python3.8/site-packages/dknovautils/dkat.py", line 348, in assert_
      dknovautils.commons.iprint_error(msg)
  AttributeError: partially initialized module 'dknovautils' has no attribute 'commons' (most likely due to a circular import)

```










