forked from ipfs-shipyard/py-ipfs-http-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrenaming_status.txt
83 lines (72 loc) · 3.6 KB
/
renaming_status.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
PROPOSED GITHUB REPO RENAME: py-ipfs-api -> py-ipfs-http-client
PROPOSED PIP MODULE RENAME: ipfshttpclient
PROPOSED PROJECT RENAME: Python IPFS API -> Python IPFS HTTP Client
External Changes to be made:
(See the section under "FOR README.md")
THESE MAY REFER TO THE ACTUAL API
ipfshttpclient/encoding.py Ln 392
ipfshttpclient/http.py Ln 2,4,134
ipfshttpclient/version.py Ln 7
THESE MAY REFER TO THE ACTUAL API
ipfshttpclient/client.py All occurrences
test/run-tests.py Ln 68,102
FOR README.md:
* I have made changes in the original file itself
* External changes to be done by the project maintainers (I have already made the changes in the file, on the respective lines):
https://img.shields.io/pypi/v/ipfsapi.svg?style=flat-square -> https://img.shields.io/pypi/v/ipfshttpclient.svg?style=flat-square line 6
https://pypi.python.org/pypi/ipfsapi -> https://pypi.python.org/pypi/ipfshttpclient line 6
https://travis-ci.org/ipfs/py-ipfs-api.svg?branch=master -> https://travis-ci.org/ipfs/py-ipfs-http-client.svg?branch=master line 7
https://travis-ci.org/ipfs/py-ipfs-api -> https://travis-ci.org/ipfs/py-ipfs-http-client line 7
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/ ->
https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/ line 11,118
The PIP package and Python module: ipfshttpclient
The Github repo: py-ipfs-api -> py-ipfs-http-client
PROJECT RENAME: Python IPFS API -> Python IPFS HTTP Client
* Changes: All the above changes +
py-ipfs-api -> py-ipfs-http-client (Github repo name)
ipfsapi -> ipfshttpclient (pip module)
api -> http_client (code)
client -> http_client (code)
client API -> HTTP Client (text)
* Doubtful : Line 14
Line 67
Line 25, 122-136
FOR docs/conf.py:
* I have made changes in the original file itself
* Changes: API -> HTTP Client
PythonIPFSAPI -> PythonIPFSHTTPClient
py-ipfs-api -> py-ipfs-http-client
FOR pyproject.toml:
* I have made changes in the original file itself
* Changes: module = "ipfsapi" -> module = "ipfshttpclient" Line 6
py-ipfs-api -> py-ipfs-http-client
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/ ->
https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/
* Doubtful: Line 3
RENAMING
PY_IPFSAPI -> PY_IPFS_HTTP_CLIENT
ipfsapi -> ipfshttpclient
IpfsApiTest -> IpfsHttpClientTest
api -> http_client
IpfsApiLogTest -> IpfsHttpClientLogTest
IpfsApiPinTest -> IpfsHttpClientPinTest
IpfsApiMFSTest -> IpfsHttpClientMFSTest
IpfsApiRepoTest -> IpfsHttpClientRepoTest
IpfsApiKeyTest -> IpfsHttpClientKeyTest
IpfsApiObjectTest -> IpfsHttpClientObjectTest
IpfsApiBitswapTest -> IpfsHttpClientBitswapTest
IpfsApiPubSubTest -> IpfsHttpClientPubSubTest
IpfsApiShutdownTest -> IpfsHttpClientShutdownTest
Client API -> HTTP Client
API Client -> HTTP Client
API -> HTTP Client
PythonIPFSAPI -> PythonIPFSHTTPClient
apiokay -> http_client_okay
apifail -> http_client_fail
api_cat -> http_client_cat
test_api_failure -> test_http_client_failure
api/v0 -> http_client/v0
ipfsApiError -> ipfsHTTPClientError
py-ipfs-api -> py-ipfs-http-client
client -> http_client
Python IPFS API -> Python IPFS HTTP Client