Metadata-Version: 2.4
Name: pybytes
Version: 0.1.0
Summary: Byte'ı insan okuyabilir hale çeviren basit Python kütüphanesi
Author: Umut Köse
Author-email: umut2255kose@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pybytes

Byte'ı insan okuyabilir hale çeviren süper basit Python kütüphanesi.

```python
from pybytes import human_bytes, hb

print(human_bytes(123456789))  # 117.74 MB
print(hb(1073741824))          # 1.0 GB
print(human_bytes(1099511627776 * 1024))  # 1024.00 TB+
