Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Develop #47

Merged
merged 90 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
8a2fb27
refactor: construct bucket paths with service prefixes
justindujardin Apr 23, 2020
98760fc
feat(cli): add pathy executable with cp and mv commands
justindujardin Apr 23, 2020
3393226
feat: add FluidPath and GCSPath.fluid method
justindujardin Apr 24, 2020
25c58a3
chore: fix bad entry_point in setup.py
justindujardin Apr 24, 2020
7b85ca1
test(cli): add tests for cp/mv files and folders
justindujardin Apr 24, 2020
31cea91
feat(cli): add rm [path] command
justindujardin Apr 24, 2020
17cab1d
feat(cli): add ls [path] command
justindujardin Apr 24, 2020
c62b14d
feat(pathy): rename library to be more generic
justindujardin Apr 24, 2020
a8d84f5
Merge pull request #20 from justindujardin/feature/pathy
justindujardin Apr 24, 2020
5dced41
Merge pull request #19 from justindujardin/feature/cli
repo-ranger[bot] Apr 24, 2020
4a85736
Merge pull request #18 from justindujardin/feature/path_schemes
repo-ranger[bot] Apr 24, 2020
5a02f63
chore(release): 0.1.0
semantic-release-bot Apr 24, 2020
a87e36f
feat(cli): add -r and -v flags for safer usage
justindujardin Apr 24, 2020
3748cdc
Merge pull request #21 from justindujardin/feature/safe_rm
repo-ranger[bot] Apr 24, 2020
263c686
chore(release): 0.1.1
semantic-release-bot Apr 24, 2020
2877b06
fix: path.owner() can raise when using filesystem adapter
justindujardin May 23, 2020
fe70897
Merge pull request #22 from justindujardin/fix/file_owner
repo-ranger[bot] May 23, 2020
60c443f
chore(release): 0.1.2
semantic-release-bot May 23, 2020
e481000
feat: upgrade typer support
justindujardin Jun 28, 2020
49a1d08
Merge pull request #23 from justindujardin/feat/typer-latest
repo-ranger[bot] Jun 28, 2020
e6186f8
chore(release): 0.1.3
semantic-release-bot Jun 28, 2020
83b07f2
chore(deps): bump npm from 6.14.2 to 6.14.6
dependabot[bot] Jul 7, 2020
8d170e3
Merge pull request #24 from justindujardin/dependabot/npm_and_yarn/np…
justindujardin Jul 9, 2020
18938a2
chore(deps): bump lodash from 4.17.15 to 4.17.19
dependabot[bot] Jul 19, 2020
0429358
Merge pull request #25 from justindujardin/dependabot/npm_and_yarn/lo…
justindujardin Aug 21, 2020
5632f26
refactor: rename PureGCSPath to PurePathy
justindujardin Aug 21, 2020
0213d2f
feat(README): generate API and CLI docs
justindujardin Aug 22, 2020
5a32357
feat(build): use husky to auto update docs when code changes
justindujardin Aug 22, 2020
e3a2c49
chore: update docs
justindujardin Aug 22, 2020
9a7f8d8
chore: add BucketStat to docs
justindujardin Aug 22, 2020
aacb9f7
chore: fix ci build badge
justindujardin Aug 22, 2020
b4364ec
Merge pull request #26 from justindujardin/feature/docs
justindujardin Aug 22, 2020
038a43a
chore(release): 0.2.0
semantic-release-bot Aug 22, 2020
cece852
chore: add codecov script
justindujardin Aug 22, 2020
70d96b7
chore: add coverage badge to readme
justindujardin Aug 22, 2020
32079d3
Merge pull request #27 from justindujardin/feature/codecov
justindujardin Aug 22, 2020
a537fa9
chore: update readme
justindujardin Aug 22, 2020
8a78712
chore: update docs
justindujardin Aug 23, 2020
c034dd1
refactor(pypi): move gcs dependencies into pathy[gcs] extras
justindujardin Sep 3, 2020
b54d141
chore: add auto format and lint scripts
justindujardin Sep 3, 2020
747815b
feat: add get_client/register_client for supporting multiple services
justindujardin Sep 3, 2020
ac3d0ab
chore: add semantic PR title linting github action
justindujardin Sep 3, 2020
78f5361
chore: fix tests without google-auth installed
justindujardin Sep 3, 2020
71defad
chore: drop github action for semantic pr titles
justindujardin Sep 3, 2020
5d7cb8a
chore: cleanup from review
justindujardin Sep 3, 2020
35569a3
chore: fix extras in setup.py
justindujardin Sep 3, 2020
796dd40
refactor: add BasePathy class to bind PathType var to
justindujardin Sep 3, 2020
a522461
refactor: combine api/client with base.py
justindujardin Sep 3, 2020
d8dbcd4
feat(GCS): print install command when using GCS without deps installed
justindujardin Sep 3, 2020
968a226
chore: fix the remaining mypy errors
justindujardin Sep 3, 2020
c06f6ab
chore: remove isort test from lint script
justindujardin Sep 3, 2020
d6e7e92
chore: misc cleanup
justindujardin Sep 3, 2020
3168af4
chore: drop PathType variable
justindujardin Sep 3, 2020
2633480
feat(ci): add lint check before testing
justindujardin Sep 3, 2020
96fa4ea
chore: fix travis lint invocation
justindujardin Sep 3, 2020
3b5aef3
chore: use venv when linting
justindujardin Sep 4, 2020
c7f6d19
docs: add section about semantic version to readme
justindujardin Sep 4, 2020
51bf064
Merge pull request #31 from justindujardin/feature/better-types
justindujardin Sep 4, 2020
4828045
chore(release): 0.3.0
semantic-release-bot Sep 4, 2020
976374f
chore: add test for about.py to avoid failed codecov checks when rele…
justindujardin Sep 4, 2020
2453f06
chore: lint
justindujardin Sep 4, 2020
47e9b05
Merge pull request #32 from justindujardin/fix/about_code_cov
justindujardin Sep 4, 2020
0d46e72
chore(deps): bump node-fetch from 2.6.0 to 2.6.1
dependabot[bot] Sep 12, 2020
8d93f3b
Merge pull request #34 from justindujardin/dependabot/npm_and_yarn/no…
justindujardin Sep 26, 2020
10ce34d
feat(ci): add pyright check to lint step
justindujardin Sep 4, 2020
8bcbf66
chore: run with npx
justindujardin Sep 4, 2020
84a8e31
chore: fix pyright errors in gcs.py
justindujardin Sep 4, 2020
17b10e9
chore: take two at fixing pyright errors
justindujardin Sep 4, 2020
4059aef
chore: fix issue where GCS installation was not found
justindujardin Sep 26, 2020
4b3e959
feat: update smart-open to 2.2.0 for minimal deps
justindujardin Sep 26, 2020
6c2fee7
chore: fix fallback type for credentials error
justindujardin Sep 26, 2020
5fa9994
chore: npm audit fix
justindujardin Sep 26, 2020
0e28bab
Merge pull request #33 from justindujardin/feature/pyright
justindujardin Sep 26, 2020
b5a88a7
chore(release): 0.3.1
semantic-release-bot Sep 26, 2020
9b80f84
test: add a rglob + unlink test
justindujardin Nov 3, 2020
d1d6e50
chore: suppress ugly path open type error
justindujardin Nov 3, 2020
18f4021
Merge pull request #35 from justindujardin/test/glob_and_unlink
justindujardin Nov 3, 2020
fdf083e
fix: upgrade smart-open to >=2.2.0,<4.0.0 (#36)
tiangolo Nov 12, 2020
0f8dbbc
chore(release): 0.3.2
semantic-release-bot Nov 12, 2020
7a0bd66
chore: add BucketStat -> BlobStat to changelog
justindujardin Nov 12, 2020
80f0036
fix: path.scheme would error with schemeless paths (#37)
justindujardin Nov 12, 2020
dd2e165
chore(release): 0.3.3
semantic-release-bot Nov 12, 2020
6e06dbd
chore(deps-dev): bump semantic-release from 17.0.4 to 17.2.3 (#38)
dependabot[bot] Nov 21, 2020
84b9987
feat(clients): add set_client_params for specifying client-specific a…
justindujardin Nov 22, 2020
e322083
chore(release): 0.3.4
semantic-release-bot Nov 22, 2020
97f51a1
Feature/test doc snippets (#40)
justindujardin Nov 22, 2020
36c8de9
chore(deps): bump ini from 1.3.5 to 1.3.8 (#41)
dependabot[bot] Jan 4, 2021
a965f40
fix: python 3.9 compatibility (#46)
justindujardin Feb 2, 2021
759cd86
fix(pypi): add requirements.txt to distribution (#45)
bollwyvl Feb 2, 2021
2bf1cff
chore(release): 0.3.5
semantic-release-bot Feb 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
max-line-length = 88
select = C,E,F,W,B,B9
ignore = E203, E501, W503
exclude = __init__.py
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ matrix:
- language: python
python: 3.7
before_install:
- nvm install 10.18
- nvm use 10.18
- nvm install 12
- nvm use 12
before_script:
- npm install && npx ts-node tools/ci-set-build-version.ts
- sh tools/setup.sh
script:
- sh tools/lint.sh
- sh tools/test_readme.sh
- sh tools/test.sh
after_success:
- echo "todo: python coverage reporting to coveralls"
- sh tools/codecov.sh
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then sh tools/deploy.sh; fi
cache:
directories:
Expand Down
177 changes: 145 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,107 +1,220 @@
## [0.0.17](https://github.com/justindujardin/gcspath/compare/v0.0.16...v0.0.17) (2020-04-17)
## [0.3.5](https://github.com/justindujardin/pathy/compare/v0.3.4...v0.3.5) (2021-02-02)


### Bug Fixes

* do not de/compress opened files based on extension ([22d14e7](https://github.com/justindujardin/gcspath/commit/22d14e7d4919f16ca54bf28e685c221f7c96f8d3))
* **pypi:** add requirements.txt to distribution ([#45](https://github.com/justindujardin/pathy/issues/45)) ([759cd86](https://github.com/justindujardin/pathy/commit/759cd862be15dd1683248cdbdc0873e64f2712da))
* python 3.9 compatibility ([#46](https://github.com/justindujardin/pathy/issues/46)) ([a965f40](https://github.com/justindujardin/pathy/commit/a965f40a086ccb305e58936813a30c35f95d5212))

## [0.0.16](https://github.com/justindujardin/gcspath/compare/v0.0.15...v0.0.16) (2020-04-16)
## [0.3.4](https://github.com/justindujardin/pathy/compare/v0.3.3...v0.3.4) (2020-11-22)


### Features

* **typing:** expose library python types to mypy ([53cf348](https://github.com/justindujardin/gcspath/commit/53cf34845399e1d31538dc02e462d7e02bcd32a6))
* **clients:** add set_client_params for specifying client-specific args ([#39](https://github.com/justindujardin/pathy/issues/39)) ([84b9987](https://github.com/justindujardin/pathy/commit/84b9987d4a7819ed6b9c8475523036d5809b1b2a))

## [0.0.15](https://github.com/justindujardin/gcspath/compare/v0.0.14...v0.0.15) (2020-04-16)
## [0.3.3](https://github.com/justindujardin/pathy/compare/v0.3.2...v0.3.3) (2020-11-12)


### Bug Fixes

* **requirements:** remove typer dependency ([08e8fa0](https://github.com/justindujardin/gcspath/commit/08e8fa0baa186b710a6adf2205b0a51bbd39fe37))
* path.scheme would error with schemeless paths ([#37](https://github.com/justindujardin/pathy/issues/37)) ([80f0036](https://github.com/justindujardin/pathy/commit/80f003670e9ce2515b23813fec9dfdf7a6696fb3))

## [0.0.14](https://github.com/justindujardin/gcspath/compare/v0.0.13...v0.0.14) (2020-04-16)
## [0.3.2](https://github.com/justindujardin/pathy/compare/v0.3.1...v0.3.2) (2020-11-12)


### Bug Fixes

* **iterdir:** don't return empty results ([2a8b870](https://github.com/justindujardin/gcspath/commit/2a8b870c2ca232431c65808050363e8faff60ba2))
* upgrade smart-open to >=2.2.0,<4.0.0 ([#36](https://github.com/justindujardin/pathy/issues/36)) ([fdf083e](https://github.com/justindujardin/pathy/commit/fdf083eb711f225e577e9f6199a7a403b49bf2ea))

## [0.0.13](https://github.com/justindujardin/gcspath/compare/v0.0.12...v0.0.13) (2020-04-16)
## [0.3.1](https://github.com/justindujardin/pathy/compare/v0.3.0...v0.3.1) (2020-09-26)


### Features

* update smart-open to 2.2.0 for minimal deps ([4b3e959](https://github.com/justindujardin/pathy/commit/4b3e959ce1c4c491cb291935e8d47ac537b72485))
* **ci:** add pyright check to lint step ([10ce34d](https://github.com/justindujardin/pathy/commit/10ce34d13ddc99232b3ce7681db27f561d51c87b))

# [0.3.0](https://github.com/justindujardin/pathy/compare/v0.2.0...v0.3.0) (2020-09-04)


### Code Refactoring

* add BasePathy class to bind PathType var to ([796dd40](https://github.com/justindujardin/pathy/commit/796dd407fca72c5297914e597f3221fdbcd9e95e))


### Features

* add get_client/register_client for supporting multiple services ([747815b](https://github.com/justindujardin/pathy/commit/747815b46e1e3cd61e6e69d04b52f5f5958ed373))
* **ci:** add lint check before testing ([2633480](https://github.com/justindujardin/pathy/commit/263348028fe5c217163632d9fd002cd7f5b5c77c))
* **GCS:** print install command when using GCS without deps installed ([d8dbcd4](https://github.com/justindujardin/pathy/commit/d8dbcd41d1e813090cad906c81df95880ae7289c))


### BREAKING CHANGES

* This renames the internal GCS/File adapter classes by removing the prefix Client.

- ClientBucketFS -> BucketFS
- ClientBlobFS -> BlobFS
- ClientBucketGCS -> BucketGCS
- ClientBlobGCS -> BlobGCS
- BucketStat -> BlobStat
* use_fs, get_fs_client, use_fs_cache, get_fs_cache, and clear_fs_cache moved from pathy.api to pathy.clients

# [0.2.0](https://github.com/justindujardin/pathy/compare/v0.1.3...v0.2.0) (2020-08-22)


### Code Refactoring

* rename PureGCSPath to PurePathy ([5632f26](https://github.com/justindujardin/pathy/commit/5632f264ed5d22b54b1c284ca1d79d2e248c5fd3))


### Features

* **build:** use husky to auto update docs when code changes ([5a32357](https://github.com/justindujardin/pathy/commit/5a32357db47f003fb3ebc6345d7fa4cee829fd99))
* **README:** generate API and CLI docs ([0213d2f](https://github.com/justindujardin/pathy/commit/0213d2f7028c08d40d863d1cc123e7d55ff1c89f))


### BREAKING CHANGES

* PureGCSPath is now PurePathy

## [0.1.3](https://github.com/justindujardin/pathy/compare/v0.1.2...v0.1.3) (2020-06-28)


### Features

* upgrade typer support ([e481000](https://github.com/justindujardin/pathy/commit/e4810004eff21a605626d30cd717983787a6a8c6))

## [0.1.2](https://github.com/justindujardin/pathy/compare/v0.1.1...v0.1.2) (2020-05-23)


### Bug Fixes

* path.owner() can raise when using filesystem adapter ([2877b06](https://github.com/justindujardin/pathy/commit/2877b06562e4bb1d4767e9c297e2aee2fc1284ad))

## [0.1.1](https://github.com/justindujardin/pathy/compare/v0.1.0...v0.1.1) (2020-04-24)


### Features

* **cli:** add -r and -v flags for safer usage ([a87e36f](https://github.com/justindujardin/pathy/commit/a87e36fbc13a705c1f7f9ed7909ff6c9fe8e494e))

# [0.1.0](https://github.com/justindujardin/pathy/compare/v0.0.17...v0.1.0) (2020-04-24)


### Features

* add FluidPath and GCSPath.fluid method ([3393226](https://github.com/justindujardin/pathy/commit/3393226bc7f390f696d109bfac5f44e59a8b5151))
* **cli:** add ls [path] command ([17cab1d](https://github.com/justindujardin/pathy/commit/17cab1d8b96d92ca79e18512ac7e8a42aa136066))
* **cli:** add pathy executable with cp and mv commands ([98760fc](https://github.com/justindujardin/pathy/commit/98760fcfc0cb62891b7f2aac81a74fef088fdf78))
* **cli:** add rm [path] command ([31cea91](https://github.com/justindujardin/pathy/commit/31cea9156d99d9d465569c20c566943d4238c5dd))
* **pathy:** rename library to be more generic ([c62b14d](https://github.com/justindujardin/pathy/commit/c62b14da2aba25024af647e29df09ee57a13f6bd))

## [0.0.17](https://github.com/justindujardin/pathy/compare/v0.0.16...v0.0.17) (2020-04-17)


### Bug Fixes

* do not de/compress opened files based on extension ([22d14e7](https://github.com/justindujardin/pathy/commit/22d14e7d4919f16ca54bf28e685c221f7c96f8d3))

## [0.0.16](https://github.com/justindujardin/pathy/compare/v0.0.15...v0.0.16) (2020-04-16)


### Features

* **typing:** expose library python types to mypy ([53cf348](https://github.com/justindujardin/pathy/commit/53cf34845399e1d31538dc02e462d7e02bcd32a6))

## [0.0.15](https://github.com/justindujardin/pathy/compare/v0.0.14...v0.0.15) (2020-04-16)


### Bug Fixes

* **requirements:** remove typer dependency ([08e8fa0](https://github.com/justindujardin/pathy/commit/08e8fa0baa186b710a6adf2205b0a51bbd39fe37))

## [0.0.14](https://github.com/justindujardin/pathy/compare/v0.0.13...v0.0.14) (2020-04-16)


### Bug Fixes

* **iterdir:** don't return empty results ([2a8b870](https://github.com/justindujardin/pathy/commit/2a8b870c2ca232431c65808050363e8faff60ba2))

## [0.0.13](https://github.com/justindujardin/pathy/compare/v0.0.12...v0.0.13) (2020-04-16)


### Bug Fixes

* **to_local:** issue where files without extensions would not be cached ([3d543a8](https://github.com/justindujardin/gcspath/commit/3d543a88a81604d13f8e401422d59803d9bb3943))
* **to_local:** issue where files without extensions would not be cached ([3d543a8](https://github.com/justindujardin/pathy/commit/3d543a88a81604d13f8e401422d59803d9bb3943))

## [0.0.12](https://github.com/justindujardin/gcspath/compare/v0.0.11...v0.0.12) (2020-04-15)
## [0.0.12](https://github.com/justindujardin/pathy/compare/v0.0.11...v0.0.12) (2020-04-15)


### Bug Fixes

* recursion error when copying blob folders ([8b6e01c](https://github.com/justindujardin/gcspath/commit/8b6e01c3e8c35a78deee60d45563b27b7a732e9a))
* recursion error when copying blob folders ([8b6e01c](https://github.com/justindujardin/pathy/commit/8b6e01c3e8c35a78deee60d45563b27b7a732e9a))

## [0.0.11](https://github.com/justindujardin/gcspath/compare/v0.0.10...v0.0.11) (2020-04-15)
## [0.0.11](https://github.com/justindujardin/pathy/compare/v0.0.10...v0.0.11) (2020-04-15)


### Features

* **to_local:** support caching folders ([cc56f6e](https://github.com/justindujardin/gcspath/commit/cc56f6eab21f850f0521013749589ad0736e261d))
* **to_local:** support caching folders ([cc56f6e](https://github.com/justindujardin/pathy/commit/cc56f6eab21f850f0521013749589ad0736e261d))

## [0.0.10](https://github.com/justindujardin/gcspath/compare/v0.0.9...v0.0.10) (2020-04-14)
## [0.0.10](https://github.com/justindujardin/pathy/compare/v0.0.9...v0.0.10) (2020-04-14)


### Features

* add `use_fs_caching` and `GCSPath.to_local` for caching ([2894360](https://github.com/justindujardin/gcspath/commit/2894360d48e3ac4b28ecb4627eb562f9e65b3c93))
* add `use_fs_caching` and `Pathy.to_local` for caching ([2894360](https://github.com/justindujardin/pathy/commit/2894360d48e3ac4b28ecb4627eb562f9e65b3c93))

## [0.0.9](https://github.com/justindujardin/gcspath/compare/v0.0.8...v0.0.9) (2020-04-08)
## [0.0.9](https://github.com/justindujardin/pathy/compare/v0.0.8...v0.0.9) (2020-04-08)


### Features

* add `resolve` method ([7cebc69](https://github.com/justindujardin/gcspath/commit/7cebc69bfc88b1a522defdce1637f5159c37def6))
* add `resolve` method ([7cebc69](https://github.com/justindujardin/pathy/commit/7cebc69bfc88b1a522defdce1637f5159c37def6))

## [0.0.8](https://github.com/justindujardin/gcspath/compare/v0.0.7...v0.0.8) (2020-04-08)
## [0.0.8](https://github.com/justindujardin/pathy/compare/v0.0.7...v0.0.8) (2020-04-08)


### Features

* allow passing GCSPath to spacy.Model.to_disk ([1d628cb](https://github.com/justindujardin/gcspath/commit/1d628cb8c5056683590d9f2403f1482e2a310971))
* **use_fs:** allow passing root folder as Path ([3635152](https://github.com/justindujardin/gcspath/commit/36351525bf84001ed4f9b0b7abf842f8e27ef1f0))
* allow passing Pathy to spacy.Model.to_disk ([1d628cb](https://github.com/justindujardin/pathy/commit/1d628cb8c5056683590d9f2403f1482e2a310971))
* **use_fs:** allow passing root folder as Path ([3635152](https://github.com/justindujardin/pathy/commit/36351525bf84001ed4f9b0b7abf842f8e27ef1f0))

## [0.0.7](https://github.com/justindujardin/gcspath/compare/v0.0.6...v0.0.7) (2020-03-30)
## [0.0.7](https://github.com/justindujardin/pathy/compare/v0.0.6...v0.0.7) (2020-03-30)


### Bug Fixes

* **gcs:** gracefully handle invalid gcs client case ([529f630](https://github.com/justindujardin/gcspath/commit/529f63026abe1b11c3336febb152a030e28a85ef))
* **gcs:** gracefully handle invalid gcs client case ([529f630](https://github.com/justindujardin/pathy/commit/529f63026abe1b11c3336febb152a030e28a85ef))

## [0.0.6](https://github.com/justindujardin/gcspath/compare/v0.0.5...v0.0.6) (2020-03-30)
## [0.0.6](https://github.com/justindujardin/pathy/compare/v0.0.5...v0.0.6) (2020-03-30)


### Features

* add github releases for each pypi version ([66dbed8](https://github.com/justindujardin/gcspath/commit/66dbed851346372ab84080f027113aba054452af))
* add github releases for each pypi version ([66dbed8](https://github.com/justindujardin/pathy/commit/66dbed851346372ab84080f027113aba054452af))

## [0.0.5](https://github.com/justindujardin/gcspath/compare/v0.0.4...v0.0.5) (2020-03-30)
## [0.0.5](https://github.com/justindujardin/pathy/compare/v0.0.4...v0.0.5) (2020-03-30)

### Bug Fixes

- generating changelog ([ef43ed1](https://github.com/justindujardin/gcspath/commit/ef43ed11a140ed3cfaba2e7d72b7c01c7275c8d6))
- generating changelog ([ef43ed1](https://github.com/justindujardin/pathy/commit/ef43ed11a140ed3cfaba2e7d72b7c01c7275c8d6))

## [0.0.4](https://github.com/justindujardin/gcspath/compare/v0.0.3...v0.0.4) (2020-03-30)
## [0.0.4](https://github.com/justindujardin/pathy/compare/v0.0.3...v0.0.4) (2020-03-30)

### Features

- support unlink path operation

## [0.0.3](https://github.com/justindujardin/gcspath/compare/v0.0.2...v0.0.3) (2020-03-30)
## [0.0.3](https://github.com/justindujardin/pathy/compare/v0.0.2...v0.0.3) (2020-03-30)

### Features

- **gcs:** use smart_open for streaming files ([e557ab9](https://github.com/justindujardin/gcspath/pull/3/commits/e557ab9e3bc7c0edcb02333fe8ea6be760c152dc))
- add file-system bucket adapter ([1c72f47](https://github.com/justindujardin/gcspath/pull/3/commits/1c72f475fde8de1c6cb3af23d63b793722fe82e2))
- use_fs stores buckets on the file-system ([f717280](https://github.com/justindujardin/gcspath/pull/3/commits/f7172806d0ae3e408aafc12fe7526b9852ce8b36))
- **gcs:** use smart_open for streaming files ([e557ab9](https://github.com/justindujardin/pathy/pull/3/commits/e557ab9e3bc7c0edcb02333fe8ea6be760c152dc))
- add file-system bucket adapter ([1c72f47](https://github.com/justindujardin/pathy/pull/3/commits/1c72f475fde8de1c6cb3af23d63b793722fe82e2))
- use_fs stores buckets on the file-system ([f717280](https://github.com/justindujardin/pathy/pull/3/commits/f7172806d0ae3e408aafc12fe7526b9852ce8b36))

## [0.0.2](v0.0.1...v0.0.2) (2020-03-18)

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include setup.py
include README.md
include LICENSE
include gcspath/py.typed
include pathy/py.typed
include requirements.txt
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ test: venv
publish: venv
env3.7/bin/python setup.py sdist bdist_wheel
env3.7/bin/twine upload dist/*
rm -rf build dist .egg gcspath.egg-info
rm -rf build dist .egg pathy.egg-info

clean:
rm -rf build dist .egg gcspath.egg-info env3.7
rm -rf build dist .egg pathy.egg-info env3.7

check: test
Loading