Skip to content

Commit

Permalink
release 6.606.24115
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Apr 24, 2024
2 parents 73eff80 + b054678 commit 604eec8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packaging/setup.py
Expand Up @@ -8,13 +8,13 @@
description='More Files! Steamlined for UTF8 and JSON.',
extras_require={"tests":["mo-testing>=8.591.24112"]},
include_package_data=True,
install_requires=["mo-dots==9.605.24115","mo-future==7.584.24095","mo-json==6.605.24115","mo-logs==8.605.24115","mo-math==7.605.24115"],
install_requires=["mo-dots==9.606.24115","mo-future==7.584.24095","mo-json==6.606.24115","mo-logs==8.606.24115","mo-math==7.606.24115"],
license='MPL 2.0',
long_description="# More Files!\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/mo-files.svg)](https://pypi.org/project/mo-files/)\n[![Build Status](https://github.com/klahnakoski/mo-files/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/klahnakoski/mo-files/actions/workflows/build.yml)\n[![Coverage Status](https://coveralls.io/repos/github/klahnakoski/mo-files/badge.svg?branch=dev)](https://coveralls.io/github/klahnakoski/mo-files?branch=dev)\n[![Downloads](https://pepy.tech/badge/mo-files/month)](https://pepy.tech/project/mo-files)\n\nThe `File` class makes the default assumption all files have cr-delimited unicode content that is UTF-8 encoded. This is great for JSON files. It also provides better operators over some common file manipulations.\n\n\n\n\n## Recent changes\n\n**Version 6.x**\n\nGet a little closer to Python's pathlib module standards\n\n* `stem` - to refer file name without extension\n* `os_path` - to get the os-specific absolute path for use in other Python modules\n* `rel_path` - the given path \n* `abs_path` - was `abspath`, added underscore for consistency \n\n\n\n",
long_description_content_type='text/markdown',
name='mo-files',
packages=["mo_files"],
url='https://github.com/klahnakoski/mo-files',
version='6.605.24115',
version='6.606.24115',
zip_safe=False
)
6 changes: 3 additions & 3 deletions packaging/setuptools.json
Expand Up @@ -16,8 +16,8 @@
"extras_require": {"tests": ["mo-testing>=8.591.24112"]},
"include_package_data": true,
"install_requires": [
"mo-dots==9.605.24115", "mo-future==7.584.24095", "mo-json==6.605.24115",
"mo-logs==8.605.24115", "mo-math==7.605.24115"
"mo-dots==9.606.24115", "mo-future==7.584.24095", "mo-json==6.606.24115",
"mo-logs==8.606.24115", "mo-math==7.606.24115"
],
"license": "MPL 2.0",
"long_description": {
Expand Down Expand Up @@ -55,6 +55,6 @@
"name": "mo-files",
"packages": ["mo_files"],
"url": "https://github.com/klahnakoski/mo-files",
"version": "6.605.24115",
"version": "6.606.24115",
"zip_safe": false
}
12 changes: 6 additions & 6 deletions tests/requirements.lock
Expand Up @@ -2,13 +2,13 @@
# pip install --no-deps -r tests/requirements.lock
hjson==3.1.0
mo-collections==5.584.24095
mo-dots==9.605.24115
mo-dots==9.606.24115
mo-future==7.584.24095
mo-imports==7.584.24095
mo-json==6.605.24115
mo-kwargs==7.605.24115
mo-logs==8.605.24115
mo-math==7.605.24115
mo-json==6.606.24115
mo-kwargs==7.606.24115
mo-logs==8.606.24115
mo-math==7.606.24115
mo-testing==8.591.24112
mo-threads==6.589.24111
mo-times==5.605.24115
mo-times==5.606.24115

0 comments on commit 604eec8

Please sign in to comment.