nena_component_tools 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,627 @@
1
+ ### golmschenk_default template
2
+ ### Rust template
3
+ # Generated by Cargo
4
+ # will have compiled files and executables
5
+ debug/
6
+ target/
7
+
8
+ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
9
+ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
10
+ Cargo.lock
11
+
12
+ # These are backup files generated by rustfmt
13
+ **/*.rs.bk
14
+
15
+ # MSVC Windows builds of rustc generate these, which store debugging information
16
+ *.pdb
17
+
18
+ # RustRover
19
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
20
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
21
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
22
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
23
+ #.idea/
24
+ ### JetBrains template
25
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
26
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
27
+
28
+ # User-specific stuff
29
+ .idea/**/workspace.xml
30
+ .idea/**/tasks.xml
31
+ .idea/**/usage.statistics.xml
32
+ .idea/**/dictionaries
33
+ .idea/**/shelf
34
+
35
+ # AWS User-specific
36
+ .idea/**/aws.xml
37
+
38
+ # Generated files
39
+ .idea/**/contentModel.xml
40
+
41
+ # Sensitive or high-churn files
42
+ .idea/**/dataSources/
43
+ .idea/**/dataSources.ids
44
+ .idea/**/dataSources.local.xml
45
+ .idea/**/sqlDataSources.xml
46
+ .idea/**/dynamic.xml
47
+ .idea/**/uiDesigner.xml
48
+ .idea/**/dbnavigator.xml
49
+
50
+ # Gradle
51
+ .idea/**/gradle.xml
52
+ .idea/**/libraries
53
+
54
+ # Gradle and Maven with auto-import
55
+ # When using Gradle or Maven with auto-import, you should exclude module files,
56
+ # since they will be recreated, and may cause churn. Uncomment if using
57
+ # auto-import.
58
+ # .idea/artifacts
59
+ # .idea/compiler.xml
60
+ # .idea/jarRepositories.xml
61
+ # .idea/modules.xml
62
+ # .idea/*.iml
63
+ # .idea/modules
64
+ # *.iml
65
+ # *.ipr
66
+
67
+ # CMake
68
+ cmake-build-*/
69
+
70
+ # Mongo Explorer plugin
71
+ .idea/**/mongoSettings.xml
72
+
73
+ # File-based project format
74
+ *.iws
75
+
76
+ # IntelliJ
77
+ out/
78
+
79
+ # mpeltonen/sbt-idea plugin
80
+ .idea_modules/
81
+
82
+ # JIRA plugin
83
+ atlassian-ide-plugin.xml
84
+
85
+ # Cursive Clojure plugin
86
+ .idea/replstate.xml
87
+
88
+ # SonarLint plugin
89
+ .idea/sonarlint/
90
+
91
+ # Crashlytics plugin (for Android Studio and IntelliJ)
92
+ com_crashlytics_export_strings.xml
93
+ crashlytics.properties
94
+ crashlytics-build.properties
95
+ fabric.properties
96
+
97
+ # Editor-based Rest Client
98
+ .idea/httpRequests
99
+
100
+ # Android studio 3.1+ serialized cache file
101
+ .idea/caches/build_file_checksums.ser
102
+
103
+ ### TeX template
104
+ ## Core latex/pdflatex auxiliary files:
105
+ *.aux
106
+ *.lof
107
+ *.log
108
+ *.lot
109
+ *.fls
110
+ *.out
111
+ *.toc
112
+ *.fmt
113
+ *.fot
114
+ *.cb
115
+ *.cb2
116
+ .*.lb
117
+
118
+ ## Intermediate documents:
119
+ *.dvi
120
+ *.xdv
121
+ *-converted-to.*
122
+ # these rules might exclude image files for figures etc.
123
+ # *.ps
124
+ # *.eps
125
+ # *.pdf
126
+
127
+ ## Generated if empty string is given at "Please type another file name for output:"
128
+ .pdf
129
+
130
+ ## Bibliography auxiliary files (bibtex/biblatex/biber):
131
+ *.bbl
132
+ *.bcf
133
+ *.blg
134
+ *-blx.aux
135
+ *-blx.bib
136
+ *.run.xml
137
+
138
+ ## Build tool auxiliary files:
139
+ *.fdb_latexmk
140
+ *.synctex
141
+ *.synctex(busy)
142
+ *.synctex.gz
143
+ *.synctex.gz(busy)
144
+ *.pdfsync
145
+ *.rubbercache
146
+ rubber.cache
147
+
148
+ ## Build tool directories for auxiliary files
149
+ # latexrun
150
+ latex.out/
151
+
152
+ ## Auxiliary and intermediate files from other packages:
153
+ # algorithms
154
+ *.alg
155
+ *.loa
156
+
157
+ # achemso
158
+ acs-*.bib
159
+
160
+ # amsthm
161
+ *.thm
162
+
163
+ # beamer
164
+ *.nav
165
+ *.pre
166
+ *.snm
167
+ *.vrb
168
+
169
+ # changes
170
+ *.soc
171
+
172
+ # comment
173
+ *.cut
174
+
175
+ # cprotect
176
+ *.cpt
177
+
178
+ # elsarticle (documentclass of Elsevier journals)
179
+ *.spl
180
+
181
+ # endnotes
182
+ *.ent
183
+
184
+ # fixme
185
+ *.lox
186
+
187
+ # feynmf/feynmp
188
+ *.mf
189
+ *.mp
190
+ *.t[1-9]
191
+ *.t[1-9][0-9]
192
+ *.tfm
193
+
194
+ #(r)(e)ledmac/(r)(e)ledpar
195
+ *.end
196
+ *.?end
197
+ *.[1-9]
198
+ *.[1-9][0-9]
199
+ *.[1-9][0-9][0-9]
200
+ *.[1-9]R
201
+ *.[1-9][0-9]R
202
+ *.[1-9][0-9][0-9]R
203
+ *.eledsec[1-9]
204
+ *.eledsec[1-9]R
205
+ *.eledsec[1-9][0-9]
206
+ *.eledsec[1-9][0-9]R
207
+ *.eledsec[1-9][0-9][0-9]
208
+ *.eledsec[1-9][0-9][0-9]R
209
+
210
+ # glossaries
211
+ *.acn
212
+ *.acr
213
+ *.glg
214
+ *.glo
215
+ *.gls
216
+ *.glsdefs
217
+ *.lzo
218
+ *.lzs
219
+ *.slg
220
+ *.slo
221
+ *.sls
222
+
223
+ # uncomment this for glossaries-extra (will ignore makeindex's style files!)
224
+ # *.ist
225
+
226
+ # gnuplot
227
+ *.gnuplot
228
+ *.table
229
+
230
+ # gnuplottex
231
+ *-gnuplottex-*
232
+
233
+ # gregoriotex
234
+ *.gaux
235
+ *.glog
236
+ *.gtex
237
+
238
+ # htlatex
239
+ *.4ct
240
+ *.4tc
241
+ *.idv
242
+ *.lg
243
+ *.trc
244
+ *.xref
245
+
246
+ # hypdoc
247
+ *.hd
248
+
249
+ # hyperref
250
+ *.brf
251
+
252
+ # knitr
253
+ *-concordance.tex
254
+ # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
255
+ # *.tikz
256
+ *-tikzDictionary
257
+
258
+ # listings
259
+ *.lol
260
+
261
+ # luatexja-ruby
262
+ *.ltjruby
263
+
264
+ # makeidx
265
+ *.idx
266
+ *.ilg
267
+ *.ind
268
+
269
+ # minitoc
270
+ *.maf
271
+ *.mlf
272
+ *.mlt
273
+ *.mtc[0-9]*
274
+ *.slf[0-9]*
275
+ *.slt[0-9]*
276
+ *.stc[0-9]*
277
+
278
+ # minted
279
+ _minted*
280
+ *.pyg
281
+
282
+ # morewrites
283
+ *.mw
284
+
285
+ # newpax
286
+ *.newpax
287
+
288
+ # nomencl
289
+ *.nlg
290
+ *.nlo
291
+ *.nls
292
+
293
+ # pax
294
+ *.pax
295
+
296
+ # pdfpcnotes
297
+ *.pdfpc
298
+
299
+ # sagetex
300
+ *.sagetex.sage
301
+ *.sagetex.py
302
+ *.sagetex.scmd
303
+
304
+ # scrwfile
305
+ *.wrt
306
+
307
+ # svg
308
+ svg-inkscape/
309
+
310
+ # sympy
311
+ *.sout
312
+ *.sympy
313
+ sympy-plots-for-*.tex/
314
+
315
+ # pdfcomment
316
+ *.upa
317
+ *.upb
318
+
319
+ # pythontex
320
+ *.pytxcode
321
+ pythontex-files-*/
322
+
323
+ # tcolorbox
324
+ *.listing
325
+
326
+ # thmtools
327
+ *.loe
328
+
329
+ # TikZ & PGF
330
+ *.dpth
331
+ *.md5
332
+ *.auxlock
333
+
334
+ # titletoc
335
+ *.ptc
336
+
337
+ # todonotes
338
+ *.tdo
339
+
340
+ # vhistory
341
+ *.hst
342
+ *.ver
343
+
344
+ # easy-todo
345
+ *.lod
346
+
347
+ # xcolor
348
+ *.xcp
349
+
350
+ # xmpincl
351
+ *.xmpi
352
+
353
+ # xindy
354
+ *.xdy
355
+
356
+ # xypic precompiled matrices and outlines
357
+ *.xyc
358
+ *.xyd
359
+
360
+ # endfloat
361
+ *.ttt
362
+ *.fff
363
+
364
+ # Latexian
365
+ TSWLatexianTemp*
366
+
367
+ ## Editors:
368
+ # WinEdt
369
+ *.bak
370
+ *.sav
371
+
372
+ # Texpad
373
+ .texpadtmp
374
+
375
+ # LyX
376
+ *.lyx~
377
+
378
+ # Kile
379
+ *.backup
380
+
381
+ # gummi
382
+ .*.swp
383
+
384
+ # KBibTeX
385
+ *~[0-9]*
386
+
387
+ # TeXnicCenter
388
+ *.tps
389
+
390
+ # auto folder when using emacs and auctex
391
+ ./auto/*
392
+ *.el
393
+
394
+ # expex forward references with \gathertags
395
+ *-tags.tex
396
+
397
+ # standalone packages
398
+ *.sta
399
+
400
+ # Makeindex log files
401
+ *.lpz
402
+
403
+ # xwatermark package
404
+ *.xwm
405
+
406
+ # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
407
+ # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
408
+ # Uncomment the next line to have this generated file ignored.
409
+ #*Notes.bib
410
+
411
+ ### macOS template
412
+ # General
413
+ .DS_Store
414
+ .AppleDouble
415
+ .LSOverride
416
+
417
+ # Icon must end with two \r
418
+ Icon
419
+
420
+ # Thumbnails
421
+ ._*
422
+
423
+ # Files that might appear in the root of a volume
424
+ .DocumentRevisions-V100
425
+ .fseventsd
426
+ .Spotlight-V100
427
+ .TemporaryItems
428
+ .Trashes
429
+ .VolumeIcon.icns
430
+ .com.apple.timemachine.donotpresent
431
+
432
+ # Directories potentially created on remote AFP share
433
+ .AppleDB
434
+ .AppleDesktop
435
+ Network Trash Folder
436
+ Temporary Items
437
+ .apdisk
438
+
439
+ ### Python template
440
+ # Byte-compiled / optimized / DLL files
441
+ __pycache__/
442
+ *.py[cod]
443
+ *$py.class
444
+
445
+ # C extensions
446
+ *.so
447
+
448
+ # Distribution / packaging
449
+ .Python
450
+ build/
451
+ develop-eggs/
452
+ dist/
453
+ downloads/
454
+ eggs/
455
+ .eggs/
456
+ lib/
457
+ lib64/
458
+ parts/
459
+ sdist/
460
+ var/
461
+ wheels/
462
+ share/python-wheels/
463
+ *.egg-info/
464
+ .installed.cfg
465
+ *.egg
466
+ MANIFEST
467
+
468
+ # PyInstaller
469
+ # Usually these files are written by a python script from a template
470
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
471
+ *.manifest
472
+ *.spec
473
+
474
+ # Installer logs
475
+ pip-log.txt
476
+ pip-delete-this-directory.txt
477
+
478
+ # Unit test / coverage reports
479
+ htmlcov/
480
+ .tox/
481
+ .nox/
482
+ .coverage
483
+ .coverage.*
484
+ .cache
485
+ nosetests.xml
486
+ coverage.xml
487
+ *.cover
488
+ *.py,cover
489
+ .hypothesis/
490
+ .pytest_cache/
491
+ cover/
492
+
493
+ # Translations
494
+ *.mo
495
+ *.pot
496
+
497
+ # Django stuff:
498
+ *.log
499
+ local_settings.py
500
+ db.sqlite3
501
+ db.sqlite3-journal
502
+
503
+ # Flask stuff:
504
+ instance/
505
+ .webassets-cache
506
+
507
+ # Scrapy stuff:
508
+ .scrapy
509
+
510
+ # Sphinx documentation
511
+ docs/_build/
512
+
513
+ # PyBuilder
514
+ .pybuilder/
515
+ target/
516
+
517
+ # Jupyter Notebook
518
+ .ipynb_checkpoints
519
+
520
+ # IPython
521
+ profile_default/
522
+ ipython_config.py
523
+
524
+ # pyenv
525
+ # For a library or package, you might want to ignore these files since the code is
526
+ # intended to run in multiple environments; otherwise, check them in:
527
+ # .python-version
528
+
529
+ # pipenv
530
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
531
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
532
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
533
+ # install all needed dependencies.
534
+ #Pipfile.lock
535
+
536
+ # poetry
537
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
538
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
539
+ # commonly ignored for libraries.
540
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
541
+ #poetry.lock
542
+
543
+ # pdm
544
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
545
+ #pdm.lock
546
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
547
+ # in version control.
548
+ # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
549
+ .pdm.toml
550
+ .pdm-python
551
+ .pdm-build/
552
+
553
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
554
+ __pypackages__/
555
+
556
+ # Celery stuff
557
+ celerybeat-schedule
558
+ celerybeat.pid
559
+
560
+ # SageMath parsed files
561
+ *.sage.py
562
+
563
+ # Environments
564
+ .env
565
+ .venv
566
+ env/
567
+ venv/
568
+ ENV/
569
+ env.bak/
570
+ venv.bak/
571
+
572
+ # Spyder project settings
573
+ .spyderproject
574
+ .spyproject
575
+
576
+ # Rope project settings
577
+ .ropeproject
578
+
579
+ # mkdocs documentation
580
+ /site
581
+
582
+ # mypy
583
+ .mypy_cache/
584
+ .dmypy.json
585
+ dmypy.json
586
+
587
+ # Pyre type checker
588
+ .pyre/
589
+
590
+ # pytype static type analyzer
591
+ .pytype/
592
+
593
+ # Cython debug symbols
594
+ cython_debug/
595
+
596
+ # PyCharm
597
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
598
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
599
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
600
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
601
+ .idea/
602
+
603
+ ### Kotlin template
604
+ # Compiled class file
605
+ *.class
606
+
607
+ # Log file
608
+ *.log
609
+
610
+ # BlueJ files
611
+ *.ctxt
612
+
613
+ # Mobile Tools for Java (J2ME)
614
+ .mtj.tmp/
615
+
616
+ # Package Files #
617
+ *.jar
618
+ *.war
619
+ *.nar
620
+ *.ear
621
+ *.zip
622
+ *.tar.gz
623
+ *.rar
624
+
625
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
626
+ hs_err_pid*
627
+ replay_pid*
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: nena_component_tools
3
+ Version: 0.0.1
4
+ Project-URL: Documentation, https://github.com/golmschenk/nena-component-tools#readme
5
+ Project-URL: Issues, https://github.com/golmschenk/nena-component-tools/issues
6
+ Project-URL: Source, https://github.com/golmschenk/nena-component-tools
7
+ Author-email: golmschenk <greg@olmschenk.com>
8
+ License-Expression: MIT
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: Programming Language :: Python
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: Implementation :: CPython
17
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
18
+ Requires-Python: >=3.8
19
+ Description-Content-Type: text/markdown
20
+
21
+ # nena_component_tools
@@ -0,0 +1 @@
1
+ # nena_component_tools
@@ -0,0 +1,61 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "nena_component_tools"
7
+ dynamic = ["version"]
8
+ description = ''
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = "MIT"
12
+ keywords = []
13
+ authors = [
14
+ { name = "golmschenk", email = "greg@olmschenk.com" },
15
+ ]
16
+ classifiers = [
17
+ "Development Status :: 4 - Beta",
18
+ "Programming Language :: Python",
19
+ "Programming Language :: Python :: 3.8",
20
+ "Programming Language :: Python :: 3.9",
21
+ "Programming Language :: Python :: 3.10",
22
+ "Programming Language :: Python :: 3.11",
23
+ "Programming Language :: Python :: 3.12",
24
+ "Programming Language :: Python :: Implementation :: CPython",
25
+ "Programming Language :: Python :: Implementation :: PyPy",
26
+ ]
27
+ dependencies = []
28
+
29
+ [project.urls]
30
+ Documentation = "https://github.com/golmschenk/nena-component-tools#readme"
31
+ Issues = "https://github.com/golmschenk/nena-component-tools/issues"
32
+ Source = "https://github.com/golmschenk/nena-component-tools"
33
+
34
+ [tool.hatch.version]
35
+ path = "src/nena_component_tools/__about__.py"
36
+
37
+ [tool.hatch.envs.types]
38
+ extra-dependencies = [
39
+ "mypy>=1.0.0",
40
+ ]
41
+ [tool.hatch.envs.types.scripts]
42
+ check = "mypy --install-types --non-interactive {args:src/nena_component_tools tests}"
43
+
44
+ [tool.coverage.run]
45
+ source_pkgs = ["nena_component_tools", "tests"]
46
+ branch = true
47
+ parallel = true
48
+ omit = [
49
+ "src/nena_component_tools/__about__.py",
50
+ ]
51
+
52
+ [tool.coverage.paths]
53
+ nena_component_tools = ["src/nena_component_tools", "*/nena-component-tools/src/nena_component_tools"]
54
+ tests = ["tests", "*/nena-component-tools/tests"]
55
+
56
+ [tool.coverage.report]
57
+ exclude_lines = [
58
+ "no cov",
59
+ "if __name__ == .__main__.:",
60
+ "if TYPE_CHECKING:",
61
+ ]
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"