GitXplorerGitXplorer
e

ptetools

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
26291a5a77f677a204b2722574dc6cda300684d8

v0.1.10 (#12)

eeendebakpt committed 4 days ago
Verified
daec0cbeb10868c93a019e3ffc33785a5cf121bd

202411111 (#11)

eeendebakpt committed 2 months ago
Verified
557e38dae97f40b1ea4081d5554900a6150c5f3d

20241106 updates (#10)

eeendebakpt committed 2 months ago
Verified
a405d00e4f2a2ee8fcdb4751e484818cea979003

Bump version and add tests (#9)

eeendebakpt committed 7 months ago
Unverified
d7a2ae458003ca07fb8e155c3ee8dc3de651d2a5

b

eeendebakpt committed 8 months ago
Verified
d353de79b75cdbc43648cd25a1a2fd3df52357e0

Add conversion of counts to fractions (#7)

eeendebakpt committed 8 months ago

README

The README file for this repository.

Misc Python tools

A Python package with various utilities.

Installation

pip install ptetools

For development use the -e flag when installing from source code.

pip install -e . --upgrade

Development

Build new package

python -m build . --sdist
twine upload ...

Testing

pytest --cov=ptetools